Crate llm_sentinel_core

Crate llm_sentinel_core 

Source
Expand description

§Sentinel Core

Core types, errors, and utilities for LLM-Sentinel.

This crate provides the foundational building blocks used across all Sentinel components:

  • Common error types and result handling
  • Telemetry event models (OTLP-compatible)
  • Anomaly event models
  • Alert definitions
  • Configuration structures
  • Shared utilities

Re-exports§

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

Modules§

config
Configuration management for Sentinel.
error
Error types for Sentinel operations.
events
Event type definitions for telemetry and anomalies.
metrics
Metrics definitions and constants for Sentinel.
prelude
Re-export commonly used types
types
Core type definitions for Sentinel.