Skip to main content

README

Agent Runtimes


Agent Runtimes / stores/agentRuntimeStore

stores/agentRuntimeStore

Unified Zustand store for the agent-runtime layer.

Manages three concerns in a single store:

  1. Agent Registry (persisted) — URL-addressable agents that were previously connected. Each entry has a baseUrl + protocol pair.

  2. Runtime Connection (ephemeral) — a single currently-connected pod (launch, connect, create agent, disconnect).

  3. WebSocket Stream (ephemeral) — monitoring snapshot pushed by the agent-runtime server over /api/v1/tool-approvals/ws (tool approvals, context, MCP status, cost usage, codemode status, full context).

Interfaces

Type Aliases

Variables

Functions