agent-base 0.3.1

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

#[cfg(test)]
mod tests;