@suluk/agents - v0.1.6
    Preparing search index...

    Interface AgentManifestGoverned

    The operator-effective surface after x-suluk-policy narrowing (present only when a policy governs the agent).

    interface AgentManifestGoverned {
        scope: Scope;
        maxDepth?: number;
        nestingForbidden: boolean;
        allowedTools: string[];
        deniedTools: string[];
        allowedSubAgents: string[];
    }
    Index

    Properties

    scope: Scope
    maxDepth?: number
    nestingForbidden: boolean
    allowedTools: string[]
    deniedTools: string[]
    allowedSubAgents: string[]