Skip to main content

Module core

Module core 

Source
Expand description

Shared domain types for fixtures, runs, traces, and metrics, plus CoreError and judge_provider helpers for LLM-backed judges.

Re-exports§

pub use error::CoreError;
pub use ids::new_run_id;
pub use judge_provider::judge_key_candidates;
pub use judge_provider::judge_provider_from_model;
pub use judge_provider::JudgeProvider;
pub use models::*;

Modules§

error
ids
judge_provider
Map a judge model id string to a JudgeProvider and discover API key environment variable names for that stack.
models