I built an agent that records everything your agents actually do

Reddit r/AI_Agents Tools

Summary

Built Trovis, a tool that records and explains agent actions in production, showing deviations from expected behavior.

I run agents in production. Kept hitting the same problem. No idea what they're actually doing. Logs scattered everywhere. If an agent drifts from what it's supposed to do, you find out too late. Usually from a customer. So I built Trovis. Records every action your agents take. Shows it in plain English. Every action, timestamped and attributed to the agent What the agent was supposed to do vs what it actually did Instead of raw telemetry you get "Your support agent handled 40 tasks today, deviated from scope twice." Runs on OpenClaw today. Happy to answer questions
Original Article

Similar Articles

A new agentic way to build automations

Reddit r/AI_Agents

A new tool lets users screen record themselves performing a task; an agent learns the task and builds a deterministic script to automate it, with fallback handling when scripts break.

I built a little "police department" for my Claude Code subagents

Reddit r/AI_Agents

A logging hook and CLI tool that records all tool calls and permission events from Claude Code agents into a session log, then replays the log to audit for misbehavior like unauthorized file reads or permission escalation. It is a catch-and-report flight recorder, not a blocker.