Panoptes – AI audit and alignment layer Panoptes, an AI audit and alignment layer, launches to provide universal observability, audit trails, and policy enforcement for AI coding agents like Claude Code, OpenAI Codex, Google Antigravity, and Hermes Agent. The tool captures every agent action into a single queryable database and can block dangerous operations before execution, addressing the lack of transparency in agent activity across production infrastructure. Universal agent observability, audit trail, and policy enforcement. Works with Claude Code, OpenAI Codex, Google Antigravity, and Hermes Agent. Panoptes watches your AI agents and tells you what they actually did. Recording every tool call, every file read, every shell command, every decision. It captures agent activity across multiple agent frameworks into a single, queryable audit trail, and can also block dangerous actions before they execute via configurable policies. Named after Panoptes https://en.wikipedia.org/wiki/Argus Panoptes , the all-seeing giant of Greek mythology with a hundred eyes, because your agents need a watcher that never blinks. Companies are deploying AI coding agents Claude Code, Codex, Hermes, Antigravity, Cursor at scale. These agents have access to filesystems, shells, APIs, and production infrastructure. But nobody can answer basic questions like: - "What did the agent actually do yesterday?" - "Did it access production credentials?" - "Which files did it read and modify?" - "How many shell commands did it run?" Each agent stores its own format — Claude Code JSONL, Codex session files, Hermes hooks, Antigravity nothing. Panoptes normalizes everything into a single, queryable database with a universal schema, a CLI, and a policy engine that can block dangerous operations before they happen. pip install panoptes Option 1: Start the proxy and route any agent through it panoptes proxy --port 8081 & HTTP PROXY=http://localhost:8081 claude-code Option 2: Hermes plugin auto-captures every session python -m panoptes.install hermes plugin Overview panoptes status Find tool calls panoptes query --agent hermes --event-type tool call See a full session timeline panoptes session