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 31c4ac267a
Add testing to GitHub workflow (#15)
* update workflow and pre-commit to test only unit tests

* Update .github/workflows/checks.yml

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

* Update .pre-commit-config.yaml

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

* update formatting of comments

* Update .pre-commit-config.yaml

* Update checks.yml

---------

Co-authored-by: Adil Hafeez <adil@katanemo.com>
2024-07-18 14:20:33 -07:00
.github/workflows Add testing to GitHub workflow (#15) 2024-07-18 14:20:33 -07:00
embedding-server add embedding store (#10) 2024-07-18 14:04:51 -07:00
envoyfilter add embedding store (#10) 2024-07-18 14:04:51 -07:00
.gitignore add embedding store (#10) 2024-07-18 14:04:51 -07:00
.pre-commit-config.yaml Add testing to GitHub workflow (#15) 2024-07-18 14:20:33 -07:00
gateway.code-workspace add embedding store (#10) 2024-07-18 14:04:51 -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