rskit-agent 0.2.0-alpha.3

Agentic loop — Provider + Tools + Hooks in a turn-based execution engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Agent — the multi-turn agentic execution loop.

mod component;
mod definition;
mod run;
mod stream;

pub use definition::Agent;

#[cfg(test)]
mod tests;