@runloop/agent-axon-client
    Preparing search index...

    Type Alias AgentInfo

    Information about an available subagent that can be invoked via the Task tool.

    type AgentInfo = {
        description: string;
        model?: string;
        name: string;
    }
    Index

    Claude SDK

    description: string

    Description of when to use this agent

    model?: string

    Model alias this agent uses. If omitted, inherits the parent's model

    name: string

    Agent type identifier (e.g., "Explore")