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
José Ulises Niño Rivera b8ea65d858
Remove unnecessary clones (#26)
Signed-off-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
Co-authored-by: Adil Hafeez <adil@katanemo.com>
2024-07-31 11:48:34 -07:00
.github/workflows Add initial integration style tests (#20) 2024-07-25 14:41:36 -07:00
chatbot-ui Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
demos/weather-forecast Update README.md 2024-07-30 16:30:19 -07:00
embedding-server Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
envoyfilter Remove unnecessary clones (#26) 2024-07-31 11:48:34 -07:00
open-message-format@1469e1ec49 refactor code a bit (#21) 2024-07-24 14:13:18 -07:00
.gitignore Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
.gitmodules Use open-message-format to serialize and deserialize embeddings api (#18) 2024-07-23 11:56:49 -07:00
.pre-commit-config.yaml Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
gateway.code-workspace Add workflow logic for weather forecast demo (#24) 2024-07-30 16:23:23 -07:00
README.md Setup pre-commit so it runs locally before every git push (#12) 2024-07-18 11:01:02 -07:00

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.

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,

➜  intelligent-prompt-gateway git:(main) ✗ pre-commit install
pre-commit installed at .git/hooks/pre-commit