walrus-core 0.0.4

Walrus agent library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# walrus-core

Stateful agent execution library.

Provides `Agent<M: Model>` with step/run/run_stream execution, `AgentConfig`,
`AgentBuilder`, the `Dispatcher` trait for tool dispatch, and event types
(`AgentEvent`, `AgentStep`, `AgentResponse`). Also includes the unified `model`
module with `Model` trait, `Message`, `Tool`, `Request`, and `Response`.

## License

GPL-3.0