praxis-observability 0.2.0

Observability and tracing abstraction for Praxis AI agents
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod observer;
pub mod types;

pub use client::LangfuseClient;
pub use observer::LangfuseObserver;