diff --git a/docs/source/_static/img/arch-logo.png b/docs/source/_static/img/arch-logo.png index 5b6c0b15..f7ea887f 100644 Binary files a/docs/source/_static/img/arch-logo.png and b/docs/source/_static/img/arch-logo.png differ diff --git a/docs/source/concepts/llm_provider.rst b/docs/source/concepts/llm_provider.rst index 1c4b2aaf..deffd3ad 100644 --- a/docs/source/concepts/llm_provider.rst +++ b/docs/source/concepts/llm_provider.rst @@ -41,6 +41,7 @@ You can easily configure an LLM that communicates over the OpenAI API interface, For example following code block shows you how to add an ollama-supported LLM in the `arch_config.yaml` file. .. code-block:: yaml + llm_providers: - model: some_custom_llm_provider/llama3.2 provider_interface: openai @@ -49,6 +50,7 @@ For example following code block shows you how to add an ollama-supported LLM in And in the following code block shows you how to add mistral llm provider in the `arch_config.yaml` file. .. code-block:: yaml + llm_providers: - name: mistral/ministral-3b-latest access_key: $MISTRAL_API_KEY diff --git a/docs/source/get_started/intro_to_arch.rst b/docs/source/get_started/intro_to_arch.rst index 6409a546..27211f67 100644 --- a/docs/source/get_started/intro_to_arch.rst +++ b/docs/source/get_started/intro_to_arch.rst @@ -20,7 +20,7 @@ Arch is designed to solve these problems by providing a unified, out-of-process High-level network flow of where Arch Gateway sits in your agentic stack. Designed for both ingress and egress prompt traffic. -`Arch `_ is a modular edge and AI gateway for AI-native apps - built by the contributors of Envoy Proxy with the belief that: +`Arch `_ is a smart edge and AI gateway for AI-native apps - built by the contributors of 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) diff --git a/docs/source/get_started/overview.rst b/docs/source/get_started/overview.rst index 8ccdb9b8..ac769cc2 100644 --- a/docs/source/get_started/overview.rst +++ b/docs/source/get_started/overview.rst @@ -3,9 +3,9 @@ Overview ============ -`Arch `_ is a modular edge and AI gateway for AI-native apps - one that is natively designed to handle and process prompts, not just network traffic. +`Arch `_ is a smart edge and AI gateway for AI-native apps - one that is natively designed to handle and process prompts, not just network traffic. -Built by contributors to the widely adopted `Envoy Proxy `_, Arch helps you move faster by handling the pesky *low-level* work in AI agent development—fast input clarification, intelligent agent routing, seamless prompt-to-tool integration, and unified LLM access and observability—all without locking you into a framework. +Built by contributors to the widely adopted `Envoy Proxy `_, 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. In this documentation, you will learn how to quickly set up Arch to trigger API calls via prompts, apply prompt guardrails without writing any application-level logic, diff --git a/docs/source/index.rst b/docs/source/index.rst index 67cf3423..bd724eef 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -14,9 +14,9 @@ Welcome to Arch! Arch - Build fast, hyper-personalized agents with intelligent infra | Product Hunt -`Arch `_ is a modular edge and AI gateway for AI-native apps - one that is natively designed to handle and process prompts, not just network traffic. +`Arch `_ is a smart edge and AI gateway for AI-native apps - one that is natively designed to handle and process prompts, not just network traffic. -Built by contributors to the widely adopted `Envoy Proxy `_, Arch helps you move faster by handling the pesky *low-level* work in AI agent development—fast input clarification, intelligent agent routing, seamless prompt-to-tool integration, and unified LLM access and observability—all without locking you into a framework. +Built by contributors to the widely adopted `Envoy Proxy `_, 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. .. tab-set::