Project: datalens
81 entity types
Matrix/Architecture/Agent Gateway
ThirdPartyComponentArchitecture

Agent Gateway

The Agent Gateway module in FastAPI acts as a bridge and uses IronClaw Service for agent session management and skill execution. Agent Gateway manages sessions and multi-tenant context by interacting with PostgreSQL where metadata and agent tables reside. Agent Gateway interacts with Redis as part of the backend ecosystem for caching and background jobs. Agent Gateway depends on the IronClaw Service to handle reasoning loops, skill execution, and memory management via HTTP and WebSocket communication. Agent Gateway is implemented as a FastAPI module that bridges the frontend and IronClaw Service. Agent Gateway accesses PostgreSQL to handle metadata and agent session tables for multi-tenant context. Agent Gateway integrates with existing services including DuckDB for query execution. Agent Gateway integrates with existing Qdrant vector database service for data operations. Agent Gateway integrates with Anthropic API to provide cloud LLM model backend services.