plano/crates/common
Adil Hafeez 1605d2caa6 refactor filter pipeline: introduce ResolvedFilterChain and FilterPipeline types
- Replace 4 separate filter params with single Arc<FilterPipeline> in llm_chat
- Add ResolvedFilterChain (filter_ids + agents) and FilterPipeline (input + output)
- Rename utils.rs to streaming.rs, extract STREAM_BUFFER_SIZE constant
- Deduplicate output filter logic via Box<dyn StreamProcessor>
- Rename upstream_path param to request_path for consistency

Made-with: Cursor
2026-03-18 16:47:16 -07:00
..
src refactor filter pipeline: introduce ResolvedFilterChain and FilterPipeline types 2026-03-18 16:47:16 -07:00
Cargo.lock split wasm filter (#186) 2024-10-16 14:20:26 -07:00
Cargo.toml [ISSUE 706]: Standardize returned errors from Plano (#772) 2026-02-24 14:34:33 -08:00