gyres-llm 0.0.1

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

#![forbid(unsafe_code)]