From 82d5859587dacd26c98431404b1657e9eb4764d4 Mon Sep 17 00:00:00 2001 From: Salman Paracha Date: Sat, 12 Jul 2025 03:10:51 -0700 Subject: [PATCH] updating README to tidy up some language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b02028bd..291bd6ab 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@
-_Arch is a proxy server designed as a modular edge and AI gateway for AI-native apps_

- Arch handles the *pesky low-level work* in building agents like applying guadrails, routing prompts to the right agents, clarifying vague user inputs, and unifying access to large language models (LLMs). It plays well with any language or programming framework and helps you build production-grade agents faster. +_Arch is a proxy server designed as a modular edge and AI gateway for agentic apps_

+ Arch handles the *pesky low-level work* in building agentic apps like applying guadrails, routing prompts to the right agents, clarifying vague user input, and unifying access to large language models (LLMs). It plays well with any language or programming framework and helps you build production-grade agents faster. [Quickstart](#Quickstart) •