mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 21:32:43 +02:00
* removing unnecessar setup.py files * updated the cli for debug and access logs * ran the pre-commit locally to fix pull request * fixed bug where if archgw_process is None we didn't handle it gracefully * Apply suggestions from code review Co-authored-by: Adil Hafeez <adil@katanemo.com> * fixed changes based on PR * fixed version not found message * fixed message based on PR feedback * adding poetry lock * fixed pre-commit --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local> Co-authored-by: Adil Hafeez <adil@katanemo.com> |
||
|---|---|---|
| .. | ||
| tools | ||
| arch_config_schema.yaml | ||
| build_filter_image.sh | ||
| CONTRIBUTING.md | ||
| docker-compose.dev.yaml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| envoy.template.yaml | ||
| README.md | ||
| requirements.txt | ||
| stage.env | ||
Envoy filter code for gateway
Add toolchain
$ rustup target add wasm32-wasi
Building
$ cargo build --target wasm32-wasi --release
Testing
$ cargo test
Local development
-
Build docker image for arch gateway. Note this needs to be built once.
$ sh build_filter_image.sh -
Build filter binary,
$ cargo build --target wasm32-wasi --release -
Start envoy with arch_config.yaml and test,
$ docker compose -f docker-compose.dev.yaml up archgw -
dev version of docker-compose file uses following files that are mounted inside the container. That means no docker rebuild is needed if any of these files change. Just restart the container and chagne will be picked up,
- envoy.template.yaml
- intelligent_prompt_gateway.wasm