wabot-testing 0.1.0

Test harnesses for Wabot: a scriptable LLM adapter plus chat-bot and agent harnesses that drive the real production paths.
Documentation
# wabot-testing

Test harnesses for Wabot: a scriptable LLM adapter plus chat-bot and agent harnesses that drive the real production paths.

Part of [**wabot-rust**](https://github.com/wabot-dev/wabot-rust), a
framework for building chat bots, REST APIs and server-rendered apps
in Rust — a port of the TypeScript [wabot](https://github.com/wabot-dev/wabot-ts).

Most applications should depend on the [`wabot`](https://crates.io/crates/wabot)
umbrella crate and turn on the features they need, rather than on this
crate directly:

```toml
[dependencies]
wabot = { version = "0.1", features = ["rest", "chatbot"] }
```

## Getting started

- [API documentation]https://docs.rs/wabot-testing
- [Building an application]https://github.com/wabot-dev/wabot-rust/blob/main/skills/wabot-rust-quickstart/SKILL.md
- [Design notes]https://github.com/wabot-dev/wabot-rust/blob/main/CLAUDE.md

## License

MIT