Overview of Agent Networks
mainAgent Networks is an LLM-aware reverse-proxy middleware system designed to provide observability and control over LLM requests. It uses a middleware chain synthesized by the management server and executed by the proxy on every request.
Key capabilities include:
- Account-level controls: Budget rules, log collection toggles, and PII redaction.
- Middleware execution: Enforces quotas, injects identity, redacts PII, parses tokens/cost, and emits access logs.
- Observability: A single AI Observability dashboard page with four tabs for monitoring.
Core Components:
- Backend: Primarily located in
management/server/agentnetwork,proxy/internal/middleware, andproxy/internal/llm. Wire contracts are inshared/management. - Dashboard: Located in the dashboard repository under
src/modules/agent-network/andsrc/app/(dashboard)/agent-network/.