Expand description
Structured execution log — JSON lines per run.
Every batty session writes a .jsonl log file capturing all events:
task reads, agent launches, prompt detections, auto-responses,
test executions, and completion status. Each line is a self-contained
JSON object with a timestamp, making logs easy to grep, stream, and
post-process.
Structs§
- Execution
Log - Writer for JSON lines execution logs.
- LogEntry
- A structured event in the execution log.
Enums§
- LogEvent
- All event types that can appear in the execution log.