Edictum

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

  1. the agent fetches GET /v1/rulesets/{name}/current
  2. the agent opens GET /v1/stream
  3. the control plane emits ruleset_updated
  4. 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

On this page