Hot Reload
Current hot-reload model for server-backed rulesets.
AI Assistance
Right page if: you want the current hot-reload model for server-backed rulesets. Wrong page if: you want the retired console SSE/dashboard design. Gotcha: hot reload is the SDK + /v1/stream path, not a browser-only dashboard feature.
Hot reload means a server-backed agent updates its loaded ruleset without a restart.
Current Path
- the agent fetches
GET /v1/rulesets/{name}/current - the agent opens
GET /v1/stream - the control plane emits
ruleset_updated - the SDK fetches the updated ruleset and swaps it in locally
Current Notes
- this is an agent/runtime feature, not just an app feature
- TypeScript currently expects an explicit
bundleName - SDK signature verification, when enabled, sits on this path
For current route-level truth, use:
Last updated on