Tag: jsonl
tool
Query and analyze historical agent session logs
This utility allows developers to programmatically search and analyze complete conversation transcripts stored in JSONL format. It leverages standard CLI tools like jq and ripgrep to extract metrics, filter by date, or search for keywords a…
skill
★ 24,025
Systematic debugging of complex runtime bugs
This skill guides the systematic debugging of complex, hard-to-reproduce bugs by instrumenting the actual runtime path. It involves generating append-only JSONL logs to capture state transitions and event sequences, allowing developers to a…
skill
★ 372,633
Search and Analyse Conversation Session Logs
Enables searching and analysing historical conversation transcripts stored in JSONL format using jq. It allows for querying message content, calculating usage costs, and auditing tool usage across agent sessions.