@archastro/sdk
    Preparing search index...

    Interface ProductKnowledgeReconcileResponse

    Desired-state reconciliation result for a CM install's stamped agents.

    interface ProductKnowledgeReconcileResponse {
        complete: boolean;
        failures: ProductKnowledgeReconcileFailure[];
        reconciled_customers: string[];
    }
    Index

    Properties

    complete: boolean

    True when every stamped customer agent now has the desired source allowlist.

    Per-customer failures. Empty when reconciliation is complete.

    reconciled_customers: string[]

    Customer keys whose agent tool config is converged.