mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
* 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>
7 lines
224 B
TOML
7 lines
224 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["llm_gateway", "prompt_gateway", "common", "brightstaff", "hermesllm"]
|
|
|
|
[workspace.metadata.rust-analyzer]
|
|
# Enable features for better IDE support
|
|
cargo.features = ["trace-collection"]
|