Session Governance
Connect session start, stop and behavior observations so the executor, task and decision can be reviewed together.
SONUV does not replace agent planning or human judgment. It carries session context, exposes execution boundaries and leaves a decision trail for review.
Three capabilities form the minimum governance loop.
Connect session start, stop and behavior observations so the executor, task and decision can be reviewed together.
Provide bounded relevant context at task start instead of repeatedly loading an entire conversation history.
Separate proposal, authorization, execution and review, keeping a human gate for consequential actions.
Enter a task to see how SONUV expresses a governance observation. This demo runs only in the browser and calls no agent, model or backend.
{
"simulation": true,
"session_state": "awaiting_scenario",
"external_effect": false
}The public page describes mechanisms present in the local runtime without presenting the internal prototype as a public platform.