@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 {
        current_solution?: SolutionSummary;
        solution: SolutionSummary;
        template: UpgradeTemplateSummary;
    }
    Index

    Properties

    current_solution?: SolutionSummary

    Summary of the current parent Solution config row. solution is the pinned Solution version the agent points at; current_solution is the source Solution config row as it exists now.

    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.