Skip to main content

Crate tirea_agent_loop

Crate tirea_agent_loop 

Source
Expand description

LLM inference engine, tool dispatch, and streaming execution loop.

  • engine: context window management, token estimation, and tool execution helpers.
  • runtime: the core agent loop, streaming, and run lifecycle coordination.

Re-exports§

pub use tirea_contract as contracts;

Modules§

engine
Pure engine helpers and state-transition logic.
runtime
Runtime adapters for loop execution, streaming, and activity.