Member Junction
    Preparing search index...

    A delegation target the co-agent may invoke from the current surface — surfaced in the live capability manifest (names + descriptions only). Loop vs flow is informational; delegation is transparent to the co-agent either way.

    interface AppContextAgentRef {
        AgentID: string;
        Description?: string;
        Kind?: "loop" | "flow";
        Name: string;
    }
    Index

    Properties

    AgentID: string

    Agent ID.

    Description?: string

    What this agent does — helps the model decide when to delegate.

    Kind?: "loop" | "flow"

    loop | flow — informational only.

    Name: string

    Friendly name shown to the model / used in disclosure ("Skip", "Query Builder").