For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/interfaces/index.RuntimeEvent.md.
  • English
  • Interface: RuntimeEvent

    Properties

    correlationId?

    readonly optional correlationId?: string


    details?

    readonly optional details?: Readonly<{[key: string]: JsonValue; }>


    mcpRegistryRevision?

    readonly optional mcpRegistryRevision?: number


    mcpSessionId?

    readonly optional mcpSessionId?: string


    mcpSessionRevision?

    readonly optional mcpSessionRevision?: number


    providerSessionId

    readonly providerSessionId: string


    runId?

    readonly optional runId?: string


    runtimeGenerationId?

    readonly optional runtimeGenerationId?: string


    type

    readonly type: "runtime.status" | "runtime.generation.compiling" | "runtime.generation.activated" | "runtime.generation.failed" | "runtime.run.started" | "runtime.run.completed" | "runtime.run.failed" | "runtime.mcp.restarting" | "runtime.mcp.ready" | "runtime.mcp.failed" | "runtime.app.updated" | "runtime.hmr.client-connected" | "runtime.hmr.client-disconnected"