Skip to main content

gyres_llm/
lib.rs

1//! # gyres-llm
2//!
3//! LLM-specific agent loop implementation for the Gyres harness.
4//! Provides tool registry, context compaction, message types,
5//! and the conversational Gyre driver.
6
7#![forbid(unsafe_code)]