crabtalk-runtime 0.0.21

Crabtalk agent runtime — execution loop, tool dispatch, and lifecycle hooks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# crabtalk-runtime

Agent runtime — agent registry, conversation management, and hook orchestration.

Exposes `Runtime<C>` (the main entry point), `Conversation` (in-memory
conversation state), and the `Env` and `Hook` traits used to extend the runtime
with tools, event sinks, and environment-specific behavior. Persistence is
delegated to the `Storage` trait from `crabtalk-core`; memory is delegated to
`crabtalk-memory` via `SharedMemory`.

## License

MIT OR Apache-2.0