Plano is an AI-native proxy and data plane for agentic apps — with built-in orchestration, safety, observability, and smart LLM routing so you stay focused on your agents core logic. https://planoai.dev
Find a file
Aayush c8d0dbec26
change default stat_prefix from ingress_http to arch (#109)
* change default stat_prefix from ingress_http to arch

* Update arch/envoy.template.yaml

Co-authored-by: Adil Hafeez <adil@katanemo.com>

---------

Co-authored-by: Adil Hafeez <adil@katanemo.com>
2024-10-02 18:21:33 -07:00
.github/workflows add precommit check (#97) 2024-09-30 14:54:01 -07:00
arch change default stat_prefix from ingress_http to arch (#109) 2024-10-02 18:21:33 -07:00
chatbot_ui rename envoyfilter => arch (#91) 2024-09-27 16:41:39 -07:00
demos fix fc integration (#110) 2024-10-01 19:20:28 -07:00
docs fix connect_timeout value in ref file 2024-10-01 13:36:25 -07:00
model_server fix fc integration (#110) 2024-10-01 19:20:28 -07:00
public_types add messages in params when making api calls (#104) 2024-10-01 09:14:01 -07:00
.gitignore rename envoyfilter => arch (#91) 2024-09-27 16:41:39 -07:00
.gitmodules Remove OMF (#78) 2024-09-24 15:18:20 -07:00
.pre-commit-config.yaml rename envoyfilter => arch (#91) 2024-09-27 16:41:39 -07:00
gateway.code-workspace rename archgw_model_sever => model_server (#106) 2024-10-01 11:24:43 -07:00
README.md V1 docs push (#86) 2024-09-25 23:43:34 -07:00

Arch Gateway Logo

Build fast, robust, and personalized GenAI applications (agents, assistants, etc.)

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.

Demos

Complete

In progress

  • Network Co-pilot

Not Started

  • 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.

Dev setup

Pre-commit

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