mwg API
    Preparing search index...

    Interface AIStateEnvelope

    interface AIStateEnvelope {
        agents: Readonly<Record<string, AI.AIState>>;
        version: 1;
    }
    Index
    agents: Readonly<Record<string, AI.AIState>>
    version: 1