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 cc2a496f90
Setup pre-commit so it runs locally before every git push (#12)
* Setup pre-commit so it runs locally before every git push

* Update .pre-commit-config.yaml

* added more checks

* update readme

* Apply suggestions from code review

Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>

* remove cargo-check

---------

Co-authored-by: José Ulises Niño Rivera <junr03@users.noreply.github.com>
2024-07-18 11:01:02 -07:00
.github/workflows ensure that linting check fails on warning as well as removing cargo check since it is included in clippy. Updated name back to static analysis due to removal of check. 2024-07-15 14:43:13 -07:00
envoyfilter Parse katanemo config using serde/yaml package (#6) 2024-07-16 14:50:32 -07:00
.gitignore Add initial scaffolding 2024-07-10 10:06:02 -07:00
.pre-commit-config.yaml Setup pre-commit so it runs locally before every git push (#12) 2024-07-18 11:01:02 -07:00
gateway.code-workspace Setup pre-commit so it runs locally before every git push (#12) 2024-07-18 11:01:02 -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