wesichain-agent 0.2.1

Rust-native LLM agents & chains with resumable ReAct workflows
Documentation
1
2
3
4
5
6
7
pub struct Idle;
pub struct Thinking;
pub struct Acting;
pub struct Observing;
pub struct Completed;
pub struct Failed;
pub struct Interrupted;