Expand description
Drive a real ChatBot in a test. Port of
wabot-ts/src/testing/chatBotHarness.ts.
Structs§
- Chat
BotHarness - Runs the real chat stack — real
MindsetOperator, real system prompt, real tool loop with argument validation — against an in-RAM memory and a scriptable adapter. - Chat
BotHarness Builder - Chat
Turn - Everything the bot did in response to one message.
Traits§
- Into
Chat Message - So
send("hola")works as well assend(ChatMessage { … }).