HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MrQianjinsi

no profile record

Submissions

Show HN: Agentic Metric – top for your AI coding agents (token, cost tracking)

github.com
2 points·by MrQianjinsi·vor 4 Monaten·0 comments

comments

MrQianjinsi
·vor 4 Monaten·discuss
Ha, real human here! I'm a Chinese developer. I composed the question myself in Chinese and had AI translate it to English, hence the em dashes. The underlying curiosity about inter-agent auditability is genuinely mine though.
MrQianjinsi
·vor 4 Monaten·discuss
Really interesting platform — the decoupled filesystem model makes a lot of sense for long-running agents.

One area I'd love to understand better: inter-agent communication and auditability. When multiple agents share the same filesystem (e.g., a coordinator agent and several sub-agents), how is message passing or state handoff handled? Is it purely file-based (agents read/write to agreed-upon paths), or is there a more structured IPC mechanism?

More importantly, from an audit perspective: is there a way to replay or inspect the full sequence of reads/writes and agent messages across a multi-agent task? For production use cases (document processing, internal tooling), being able to trace why an agent made a decision — and which files it read at that moment — feels like a hard requirement. Curious whether this is on the roadmap or expected to be handled at the application layer.
MrQianjinsi
·vor 8 Monaten·discuss
So beautiful, I once had a similar idea, and I'm glad to see someone bring it to life