Skip to main content

Module events

Module events 

Source
Expand description

Event extraction from piped tmux output.

Reads the pipe-pane log file, strips ANSI escapes, pattern-matches against known agent output patterns, and produces structured events. A rolling event buffer provides a compact summary of the executor’s recent activity for the supervisor’s context window.

Structs§

EventBuffer
Rolling buffer of recent events.
EventPatterns
Compiled regex patterns for extracting events from executor output.
PipeWatcher
Watches a pipe-pane log file and extracts events from new content.

Enums§

PipeEvent
Structured events extracted from executor output.