@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias CommunityMirrorAdagentsConfig

    CommunityMirrorAdagentsConfig: Omit<
        CreateAdagentsRequest,
        | "authorized_agents"
        | "catalog_etag"
        | "include_schema"
        | "include_timestamp"
        | "platform",
    > & CommunityMirrorCatalogContent & {
        catalog_etag?: string;
        formats?: AdagentsCatalogFormat[];
        superseded_by?: string;
        authorized_agents?: never;
        include_schema?: never;
        include_timestamp?: never;
    }

    Input for building a catalog-only community mirror adagents.json descriptor.

    Type Declaration

    • Optionalcatalog_etag?: string

      Community mirror catalogs should be cacheable static artifacts with stable content identity when available.

    • Optionalformats?: AdagentsCatalogFormat[]

      Community mirror catalogs must include at least one non-empty catalog collection.

    • Optionalsuperseded_by?: string

      Optional pointer to a successor adagents.json after a platform adopts AdCP directly.

    • Optionalauthorized_agents?: never

      Seller authorization claims are intentionally not accepted by this helper.

    • Optionalinclude_schema?: never

      Generator-only flag; community mirrors are persisted adagents.json documents.

    • Optionalinclude_timestamp?: never

      Generator-only flag; community mirrors are persisted adagents.json documents.