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

    Interface AgentManifest

    interface AgentManifest {
        manifestVersion: 1;
        agent: string;
        nodes: AgentManifestNode[];
        reachable: { tools: string[]; agents: string[] };
        escalations: ScopeEscalation[];
    }
    Index

    Properties

    manifestVersion: 1
    agent: string

    the root + every transitively-reachable sub-agent, sorted by name (canonical).

    reachable: { tools: string[]; agents: string[] }

    the statically-enumerable worst-case reachable surface.

    escalations: ScopeEscalation[]

    any per-edge scope escalations (an installable agent has none).