Member Junction
    Preparing search index...

    Action that loads the complete AgentSpec structure for an existing agent by ID.

    This action retrieves the full agent specification including all nested structures: Actions, SubAgents, Prompts, Steps, and Paths. The result is the complete AgentSpec JSON structure suitable for analysis, modification, or display.

    // Load an agent's complete specification
    await runAction({
    ActionName: 'Load Agent Spec',
    Params: [{
    Name: 'AgentID',
    Value: 'agent-uuid-here'
    }, {
    Name: 'IncludeSubAgents',
    Value: true // Optional, defaults to true
    }]
    });

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods