agent-base 0.6.0

A lightweight Agent Runtime Kernel for building AI agents in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
mod entry;
mod tools;
mod turn_dispatch;
mod turn_end;
mod turn_guard;
mod turn_loop;
mod turn_retry;

#[cfg(test)]
mod tests;