katanemo / arch

Arch is an intelligent prompt gateway. Engineered with (fast) LLMs for the secure handling, robust observability, and seamless integration of prompts with APIs - all outside business logic. Built by the core contributors of Envoy proxy, on Envoy.
https://archgw.com
Apache License 2.0
367 stars 19 forks source link

Split wasm filter code in separate filters for LLM and Prompt gateway #188

Closed adilhafeez closed 5 days ago

adilhafeez commented 1 week ago

Right now both filters share same code base which makes code flow quite convoluted. This code change will clean up code and create separate code crates for both wasm filters.