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, a framework for building chat bots, REST APIs and server-rendered apps in Rust — a port of the TypeScript wabot.

Most applications should depend on the wabot umbrella crate and turn on the features they need, rather than on this crate directly:

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

Getting started

License

MIT