agent-base 0.2.1

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

#[cfg(test)]
mod tests;