Observability: Event logging in Agent.hs

t-355·WorkTask·
·
·
·Omni/Agent.hs
Created1 month ago·Updated1 month ago

Description

Edit

Add structured event logging to Agent.hs for replay and debugging. Event types: RunStarted, MessageSent/Received, ToolCallStarted/Completed/Failed, CostIncurred, RunCompleted/Failed, AssertionChecked. Each event has id, timestamp, run_id, parent_run_id, type, payload. Storage: JSONL file per run in _/runs/{run_id}.jsonl

Timeline (2)

🔄[human]Open → InProgress1 month ago
🔄[human]InProgress → Done1 month ago