tirea-agentos 0.5.0

Agent runtime with streaming LLM integration, sub-agent orchestration, and context window management
Documentation
1
2
3
4
5
6
//! Pure engine helpers and state-transition logic.

pub mod context_window;
pub mod convert;
pub mod token_estimator;
pub mod tool_execution;