Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ArchitectureSpec

    interface ArchitectureSpec {
        artifactSha256: string;
        createdTs: number;
        description: string;
        kind: ArchitectureSpecKind;
        metadata: Record<string, string>;
        modelId: string;
        name: string;
        specId: string;
    }
    Index
    artifactSha256: string

    SHA256 of the architecture artifact (policy file, prompt pack, etc.)

    createdTs: number
    description: string

    Human-readable description

    metadata: Record<string, string>

    Key-value metadata for the architecture

    modelId: string

    Model identifier (must be same for both specs in an experiment)

    name: string
    specId: string