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

    Interface EvalTraceContext

    interface EvalTraceContext {
        agentId: string;
        runId: string;
        sessionId?: string;
        workspace?: string;
    }
    Index
    agentId: string
    runId: string
    sessionId?: string
    workspace?: string