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

    Interface EffectiveAgent

    interface EffectiveAgent {
        agent: string;
        scope: Scope;
        maxDepth?: number;
        nestingForbidden: boolean;
        skills: EffectiveSkill[];
        allowedTools: string[];
        deniedTools: string[];
        allowedSubAgents: string[];
        deniedSubAgents: string[];
    }
    Index

    Properties

    agent: string
    scope: Scope

    INTERSECT(agent.scope, policy.scopeAllowlist).

    maxDepth?: number
    nestingForbidden: boolean
    skills: EffectiveSkill[]
    allowedTools: string[]
    deniedTools: string[]
    allowedSubAgents: string[]
    deniedSubAgents: string[]