NATS: KV Agent State
Key-value store for real-time agent state management with watches.
Source: examples/nats/kv-agent-state.js
Usage
bash
node examples/nats/kv-agent-state.jsWhat It Does
- Creates a NATS KV bucket for agent state
- Stores and updates agent status, progress, and metrics
- Demonstrates watches for real-time state change notifications