mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
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
ai-gatewayai-gateway-supportenvoyenvoyproxygatewaygenerative-aillm-gatewayllm-inferencellm-proxyllm-routingllmopsllmsopenaipromptproxyproxy-serverrouting
* improve cluster not configured error * dont panic * update format * Merge branch 'main' into adil/fix_salman_docs |
||
|---|---|---|
| .github/workflows | ||
| chatbot_ui | ||
| config_generator | ||
| demos | ||
| docs | ||
| envoyfilter | ||
| function_resolver | ||
| model_server | ||
| open-message-format@1e838f3f40 | ||
| public_types | ||
| .gitignore | ||
| .gitmodules | ||
| .pre-commit-config.yaml | ||
| gateway.code-workspace | ||
| README.md | ||
A open source project for developers to build and secure faster, more personalized generative AI apps. Katanemo is a high performance gateway designed with state of the art (SOTA) fast LLMs to process, route and evaluate prompts.
Demos
Complete
- Weather Forecast
- Showing function calling cabaility
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