llm-observatory-core

Crates.iollm-observatory-core
lib.rsllm-observatory-core
version0.1.1
created_at2025-11-06 01:16:46.688775+00
updated_at2025-11-06 01:16:46.688775+00
descriptionCore types, traits, and utilities for LLM Observatory
homepage
repositoryhttps://github.com/globalbusinessadvisors/llm-observatory
max_upload_size
id1918932
size43,679
GBA (globalbusinessadvisors)

documentation

https://docs.llm-observatory.io

README

llm-observatory-core

Core types, traits, and utilities for LLM Observatory.

Overview

This crate provides the fundamental building blocks for the LLM Observatory platform:

  • Core types for LLM spans, traces, and telemetry
  • OpenTelemetry integration primitives
  • Shared utilities and error handling
  • Provider trait definitions

Features

  • Type Safety: Strongly-typed span and trace structures
  • OpenTelemetry Native: Built on OpenTelemetry standards
  • Async-First: Built with Tokio for high performance
  • Serialization: Serde support for all core types

Usage

Add to your Cargo.toml:

[dependencies]
llm-observatory-core = "0.1"

Documentation

See the main documentation for detailed usage.

License

Apache-2.0

Commit count: 0

cargo fmt