xz-agent-core 0.10.0

Agent engine abstraction layer — traits, types, and a minimalist CoreEngine loop
Documentation
1
2
3
4
5
6
7
8
//! Core trait definitions for the agent engine extensibility contract.

/// Context building trait.
pub mod context;
/// Output processing trait.
pub mod processor;
/// Thinking abstraction trait.
pub mod thinker;