Observability: Event logging in Agent.hs

t-355·WorkTask·
·
·
·Omni/Agent.hs
Created3 months ago·Updated3 months ago·pipeline runs →

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 → InProgress3 months ago
🔄[human]InProgress → Done3 months ago