ouroboros_query_projection
Build a read-only projection of a session or execution from persisted events, enabling replay and analysis of agent workflow history.
Instructions
Build a read-only Run/Stage/Step projection from persisted Ouroboros events for a session or execution aggregate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional safety cap for related events. If the run has more events than this cap, the tool fails instead of returning a partial projection. | |
| seed_id | No | Optional seed ID override. If omitted, the handler derives one from events and falls back to the queried ID. | |
| session_id | No | Optional orchestrator session ID to project. | |
| execution_id | No | Optional execution aggregate ID. When session_id is also provided, this narrows related session-event lookup. |