Releases: rich-iannone/talk-box
Releases · rich-iannone/talk-box
v0.5.0
New Features
- The domain-specific Vocabulary system has been added. (#7)
- Introduced the Tool Box for much better integration of tools with prompts. (#8)
- Defining state IDs for Pathways now has a shorthand syntax:
"state_id: description". (#5) Pathwaysobjects can now be visualized through an HTML representation. (#9)- Prompts are now formatted with 100-character line width limits and with nice indentation. (#6)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.0
What's Changed
- Added the
Attachmentsclass to help send attachments to a chatbot. (#2) - A React-based component was added for chatting in the browser. (#3)
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
New Features
- Added the
autotest_avoid_topics()auto-testing function for verifying that to-be-avoided topics for a ChatBot are actually avoided. (#1)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Initial Release of the Python package Talk Box
Full Changelog: https://github.com/rich-iannone/talk-box/commits/v0.1.0