@archastro/sdk
    Preparing search index...

    Interface AgentSourceSolution

    Summary of the Solution and AgentTemplate that an agent was last provisioned from. Returned on single-agent responses; null for hand-built agents and agents whose tracked template or parent Solution has been deleted.

    interface AgentSourceSolution {
        solution: SolutionSummary;
        template: UpgradeTemplateSummary;
    }
    Index

    Properties

    Properties

    solution: SolutionSummary

    Summary of the parent Solution, including upgrade_available, latest_version, and latest_solution when a newer system-scoped version is available for the agent's org-scoped Solution.

    Summary of the AgentTemplate config (cfg_...) the agent was last provisioned or updated from.