dtg404 bios v2.4.1
[OK] Initializing DTG404 kernel... done
[OK] Memory check: 0MB / 7.8GB passed
[OK] Loading processor modules...
[ ] 0%
★ FLAGSHIP active

Corvade

See what your agents see

0 stars
? commits

A local AI agent control plane that sits between your agents and LLM APIs as a transparent proxy, capturing every call and visualizing execution as a real-time graph. Think Wireshark for AI agents.

Acts as an HTTP reverse proxy that intercepts every LLM API call from your agents. Each call is logged, timestamped, and pushed via WebSocket to a live graph UI. The graph shows agent decision trees — branching tool calls, retries, parallel executions — rendered as an interactive node graph.

Inspired by watching Claude Code debug a complex refactor across 20 files and having no idea what it was thinking. The transparent proxy approach was the simplest path — no agent modifications, just redirect your API endpoint. The graph visualization came from a late-night experiment with d3.js force-directed layouts that accidentally looked incredible.

Python FastAPI WebSocket Graph Visualization Proxy