Modules¶
ClawSeed is organized as a Cargo workspace of crates with clean dependency flow.
| Crate | Role |
|---|---|
| clawseed-api | Core trait definitions only |
| clawseed-agent | Agent loop, hooks, dispatch, runtime assembly |
| clawseed-tools | 25+ built-in tool implementations |
| clawseed-providers | LLM provider implementations |
| clawseed-memory | SQLite-backed memory + vector search |
| clawseed-config | TOML config schema and loading |
| clawseed-gateway | Axum HTTP/WS server + remote tool bridge |