This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
plano
Watch
1
Star
0
Fork
You've already forked plano
0
mirror of
https://github.com/katanemo/plano.git
synced
2026-05-09 07:42:43 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a79f55f313
plano
/
crates
/
brightstaff
/
src
/
lib.rs
5 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
Introduce brightstaff a new terminal service for llm routing (#477)
2025-05-19 09:59:22 -07:00
pub
mod
handlers
;
pub
mod
router
;
Improve end to end tracing (#628) * adding canonical tracing support via bright-staff * improved formatting for tools in the traces * removing anthropic from the currency exchange demo * using Envoy to transport traces, not calling OTEL directly * moving otel collcetor cluster outside tracing if/else * minor fixes to not write to the OTEL collector if tracing is disabled * fixed PR comments and added more trace attributes * more fixes based on PR comments * more clean up based on PR comments --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-342.local>
2025-12-11 15:21:57 -08:00
pub
mod
tracing
;
trim conversation if it exceed max limit of what router model can handle (#488)
2025-05-27 20:28:22 -07:00
pub
mod
utils
;
Reference in a new issue
Copy permalink