diff --git a/README.md b/README.md index b31cdb70..08ff5564 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-_Arch is a smart proxy server designed as a modular edge and AI gateway for agents._

+_Arch is a modular ai-native edge and AI gateway for agents._

Arch handles the *pesky low-level work* in building agentic apps — like applying guardrails, clarifying vague user input, routing prompts to the right agent, and unifying access to any LLM. It’s a language and framework friendly infrastructure layer designed to help you build and ship agentic apps faster. @@ -23,6 +23,10 @@ _Arch is a smart proxy server designed as a modular edge and AI gateway for agen
+# About The Latest Release: +[0.3.15] [Preference-aware multi LLM routing for Claude Code 2.0](demos/use_cases/claude_code_router/README.md)
high-level network architecture for ArchGW + + # Overview Arch - Build fast, hyper-personalized agents with intelligent infra | Product Hunt @@ -48,7 +52,7 @@ With Arch, you can move faster by focusing on higher-level objectives in a langu - `🧱 Built on Envoy`: Arch runs alongside app servers as a containerized process, and builds on top of [Envoy's](https://envoyproxy.io) proven HTTP management and scalability features to handle ingress and egress traffic related to prompts and LLMs. **High-Level Sequence Diagram**: -![alt text](docs/source/_static/img/arch_network_diagram_high_level.png) +![high-level network architecture for ArchGW](docs/source/_static/img/arch_network_diagram_high_level.png) **Jump to our [docs](https://docs.archgw.com)** to learn how you can use Arch to improve the speed, security and personalization of your GenAI apps. diff --git a/docs/source/_static/img/claude_code_router.png b/docs/source/_static/img/claude_code_router.png new file mode 100644 index 00000000..f904dd28 Binary files /dev/null and b/docs/source/_static/img/claude_code_router.png differ