feat: add workflow dry-run observability
This commit is contained in:
@@ -68,6 +68,16 @@ cancellation, and fallback controls, but its non-Native dispatch path is
|
||||
hard-disabled in code. Changing memindadm configuration or setting an
|
||||
environment override cannot transfer execution ownership.
|
||||
|
||||
The Dry-run projection records every code-run decision while the configured
|
||||
mode is Shadow, Canary, or Active, including `canary_not_selected`. In Shadow,
|
||||
the same allowlist and deterministic percentage are evaluated in parallel with
|
||||
the remote observation, so collecting routing evidence does not interrupt
|
||||
Shadow readiness samples. This prevents a selected-only dataset from reporting
|
||||
a meaningless 100% candidate rate. The Memind control plane joins each decision
|
||||
to the Native run terminal state and aggregates candidate rate, selection
|
||||
reasons, task types, session coverage, and Native terminal coverage without
|
||||
querying LangGraph.
|
||||
|
||||
## Protocol
|
||||
|
||||
The framework-neutral contracts are:
|
||||
|
||||
Reference in New Issue
Block a user