MeMesh API Documentation - v2.8.10
    Preparing search index...

    Interface AgentUsageEvent

    Agent execution event

    interface AgentUsageEvent {
        anonymous_id: string;
        timestamp: string;
        sdk_version: string;
        node_version: string;
        os_platform: string;
        event: "agent_execution";
        agent_type: string;
        agent_version?: string;
        success: boolean;
        duration_ms: number;
        cost?: number;
        task_type?: string;
        error_type?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    anonymous_id: string
    timestamp: string
    sdk_version: string
    node_version: string
    os_platform: string
    event: "agent_execution"
    agent_type: string
    agent_version?: string
    success: boolean
    duration_ms: number
    cost?: number
    task_type?: string
    error_type?: string