feat: add orchestrator canary readiness gate

This commit is contained in:
john
2026-07-24 22:09:19 +08:00
parent ff9c68e57f
commit 85e888b340
8 changed files with 534 additions and 6 deletions
@@ -110,6 +110,13 @@ Memind-owned observability service aggregates those events and may join them to
the product run status. Only per-run detail calls cross the service boundary to
read LangGraph checkpoint state and node events.
Canary readiness is also a Memind control-plane projection. It excludes
synthetic smoke runs and evaluates operational health, durable checkpoint state,
sample volume, session coverage, success rate, latency coverage, P95 latency,
Native terminal coverage, and sample freshness. The result is advisory:
`manual_canary_review` never mutates routing configuration or transfers
execution ownership.
## Deployment evolution
1. Local native Orchestrator process with an explicit MemorySaver for debugging.