Arch is an intelligent Layer 7 gateway designed for generative AI apps, AI agents, and co-pilots that work with prompts. Engineered with purpose-built LLMs, Arch handles the critical but undifferentiated tasks related to the handling and processing of prompts, including detecting and rejecting jailbreak attempts, intelligently calling "backend" APIs to fulfill the user's request represented in a prompt, routing to and offering disaster recovery between upstream LLMs, and managing the observability of prompts and LLM interactions in a centralized way.
Arch is built on (and by the core contributors of) the wildly popular and robust Envoy Proxy with the belief that:
Prompts are nuanced and opaque user requests, which require the same capabilities as traditional HTTP requests including secure handling, intelligent routing, robust observability, and integration with backend (API) systems for personalization – all outside business logic.
To get in touch with us, please join our discord server. We will be monitoring that actively.
- Weather Forecast
- Showing function calling cabaility
- Network Co-pilot
- Show routing between different prompt targets (keyword search vs. top-k semantic search).
- Show routing between different prompt-resolver vs RAG-based resolver targets.
- Text Summarization Based on Lightweight vs. Thoughtful Dialogue using OpenAI
- Show conversational and system observability metrics. This includes topic/intent detection
- Show how we can help developers implement safeguards customized to their application requirements and responsible AI policies.
Use instructions at pre-commit.com to set it up for your machine. Once installed make sure github hooks are setup, so that when you upstream your change pre-commit hooks can run and validate your change. Follow command below to setup github hooks,
$ brew install pre-commit
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit