AI-native proxy server for agentic apps
Top 14.4% on sourcepulse
Arch Gateway is an AI-native proxy server designed to streamline the development of agentic applications. It addresses common challenges like prompt routing, LLM integration, input clarification, and observability, allowing developers to focus on core agent logic rather than low-level infrastructure. The target audience includes developers building AI agents and LLM-powered applications who need a flexible, framework-agnostic solution.
How It Works
Arch Gateway is built on Envoy Proxy, leveraging its robust networking and scalability features. It acts as an intermediary, intercepting user prompts and intelligently routing them to the appropriate LLM or specialized tool (e.g., API endpoints). Key functionalities include prompt clarification using LLMs, tool/API call generation, centralized LLM access with smart retries, and built-in guardrails for safety. This approach centralizes complex agentic workflows outside the main application code, promoting modularity and faster development.
Quick Start & Requirements
pip install archgw==0.2.8
arch_config.yaml
) and running archgw up <config_file>
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is in active development, and the hosted function-calling LLM will soon require developer keys, with an option to run locally. The license is not clearly stated in the README, which may impact commercial adoption.
5 days ago
1 day