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
Adil Hafeez 87900beddd
Remove OMF (#78)
* Remove OMF

* remove submodule from github workflow
2024-09-24 15:18:20 -07:00
.github/workflows Remove OMF (#78) 2024-09-24 15:18:20 -07:00
chatbot_ui improve response handling (#71) 2024-09-23 22:56:35 -07:00
config_generator Add ability to define clusters in config (#61) 2024-09-18 20:03:26 -07:00
demos fix demos code (#76) 2024-09-24 14:34:22 -07:00
docs Adil/fix salman docs (#75) 2024-09-24 13:54:17 -07:00
envoyfilter Remove OMF (#78) 2024-09-24 15:18:20 -07:00
function_resolver use openai standard response in arch-fc and in gradio client (#62) 2024-09-19 12:19:14 -07:00
model_server remove guard config json (#70) 2024-09-24 13:33:31 -07:00
public_types Remove OMF (#78) 2024-09-24 15:18:20 -07:00
.gitignore Adil/fix salman docs (#75) 2024-09-24 13:54:17 -07:00
.gitmodules Remove OMF (#78) 2024-09-24 15:18:20 -07:00
.pre-commit-config.yaml Add ability to define clusters in config (#61) 2024-09-18 20:03:26 -07:00
gateway.code-workspace move demo functions out of model_server (#67) 2024-09-20 14:38:10 -07:00
README.md Adil/fix salman docs (#75) 2024-09-24 13:54:17 -07:00

Arch Gateway Logo

Build fast, robust, and personalized GenAI applications.

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 popular Envoy Distributed 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