forked from openai/symphony
-
Notifications
You must be signed in to change notification settings - Fork 4
Generalize agent adapter event normalization #37
Open
Description
Follow-up from #17 design stress test.
Scope
- Introduce host-neutral event normalization for future agent adapters.
- Keep checkpoint kinds generic: turn_started, turn_completed, edit_batch, file_edit, gate_batch, etc.
- Map Claude Code stream events as the first adapter implementation.
Notes
This should keep the ledger schema agent-agnostic.