agenttrace: local TUI observability for AI coding agent sessions #2
Replies: 4 comments
-
|
Update for new readers: the current release and maintained onboarding links have moved forward since this discussion was opened.
The feedback questions above still stand: parser support, useful daily debugging metrics, first-screen TUI signal, and CI health gate workflows. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the contribution at awesome-ai-devtools. Your request has been approved and agenttrace is already displayed at categories Terminal Agents and Agent Observability |
Beta Was this translation helpful? Give feedback.
-
|
Update for current readers: agenttrace is now at v0.4.6. Current release: https://github.com/luoyuctl/agenttrace/releases/tag/v0.4.6 Current README-level support includes Claude Code, Codex CLI, Gemini CLI, Qwen Code, Cline, Aider, Cursor exports, Hermes Agent, OpenCode, OpenClaw, Pi, Oh My Pi, Kimi CLI, Copilot-style logs, and generic JSON/JSONL traces. Active install paths remain: curl -sL https://raw.githubusercontent.com/luoyuctl/agenttrace/master/install.sh | sh
brew install luoyuctl/tap/agenttrace
go install github.com/luoyuctl/agenttrace/cmd/agenttrace@latestThe npm package is still unpublished, so Feedback is still most useful around parser coverage, first-screen triage, which cost/token/time metrics help in daily debugging, and where JSON/Markdown/HTML reports or CI health gates would catch real regressions. |
Beta Was this translation helpful? Give feedback.
-
|
For daily debugging, the first-screen metric I would want is less of a generic health score and more of a small incident timeline:
For CI gates, the strongest use case is probably regression testing agent workflows rather than judging one-off sessions. A JSON report that can answer "did this scripted agent task become slower, more expensive, more failure-prone, or touch a broader file/tool surface than last week?" would be very useful. One extra dimension worth considering is tool authority/safety metadata. For coding agents, not all tool calls are equal: read-only file access, test runs, package installs, shell execution, git writes, and external network calls should probably be separate counters. That makes the report useful not just for productivity debugging, but also for reviewing whether an agent session crossed a higher-risk boundary. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I built agenttrace as a local TUI observability dashboard for AI coding agent sessions. It parses Claude Code, Codex CLI, Gemini CLI, Aider, Cursor exports, Hermes Agent, OpenCode, OpenClaw, Kimi CLI, and Copilot-style logs.
What it is trying to make visible:
Install:
curl -sL https://raw.githubusercontent.com/luoyuctl/agenttrace/master/install.sh | sh agenttrace --demoOr:
I would especially like feedback on:
Release: https://github.com/luoyuctl/agenttrace/releases/tag/v0.3.7
Demo/playbook: https://github.com/luoyuctl/agenttrace/blob/master/docs/demo-playbook.md
Beta Was this translation helpful? Give feedback.
All reactions