Skip to main content

Module events_parser

Module events_parser 

Source
Expand description

Parse agent events.jsonl into ConversationEntry items.

The events file is written by swarm’s agent TUI at .swarm/agents/{worktree_id}/events.jsonl.

Enums§

AgentEvent
A structured event written to the agent’s event log.

Functions§

parse_events
Parse an events.jsonl file into conversation entries.