Crate llm_observatory_core

Crate llm_observatory_core 

Source
Expand description

Core types, traits, and utilities for LLM Observatory.

This crate provides the foundational types and traits used across all LLM Observatory components, including span definitions, provider interfaces, and shared utilities.

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

error
Error types for LLM Observatory.
provider
Provider trait definitions and utilities.
span
LLM span definitions following OpenTelemetry GenAI semantic conventions.
types
Core type definitions for LLM Observatory.