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 75cf5e5304
Add supported parameter type, validation and tests (#88)
* Add supported parameter type and validation

* make the tools format more compliant with openai

* more updates

* fix more

* fix unit test
2024-09-27 13:33:05 -07:00
.github/workflows Fix bug in PromptGuard configuration (#80) 2024-09-25 23:36:55 -05:00
chatbot_ui Revert "Revert "Add support for multiple LLM Providers (#60)"" (#83) 2024-09-25 23:15:17 -07:00
config_generator Add ability to define clusters in config (#61) 2024-09-18 20:03:26 -07:00
demos Add supported parameter type, validation and tests (#88) 2024-09-27 13:33:05 -07:00
docs V1 docs push (#86) 2024-09-25 23:43:34 -07:00
envoyfilter Add supported parameter type, validation and tests (#88) 2024-09-27 13:33:05 -07:00
function_resolver Add supported parameter type, validation and tests (#88) 2024-09-27 13:33:05 -07:00
model_server remove guard config json (#70) 2024-09-24 13:33:31 -07:00
public_types Add supported parameter type, validation and tests (#88) 2024-09-27 13:33:05 -07:00
.gitignore expose access logs from envoy (#89) 2024-09-26 16:03:48 -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 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