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

    Interface BehavioralEvent

    interface BehavioralEvent {
        agentId: string;
        decision?: string;
        eventType: "error" | "decision" | "response" | "escalation" | "tool_call";
        latencyMs?: number;
        metadata?: Record<string, unknown>;
        timestamp: number;
        toolName?: string;
    }
    Index
    agentId: string
    decision?: string
    eventType: "error" | "decision" | "response" | "escalation" | "tool_call"
    latencyMs?: number
    metadata?: Record<string, unknown>
    timestamp: number
    toolName?: string