Skip to content

Releases: rich-iannone/talk-box

v0.5.0

16 Sep 23:19
648ebdf

Choose a tag to compare

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)
  • Pathways objects 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

09 Sep 05:58

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Sep 16:57

Choose a tag to compare

New Features

  • Added the conversational Pathways feature. (#4)

Full Changelog: v0.3.0...v0.4.0

v0.3.0

27 Aug 06:33
5c537d4

Choose a tag to compare

What's Changed

  • Added the Attachments class 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

24 Aug 15:57

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

24 Aug 15:50
9b8a6b1

Choose a tag to compare

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

22 Aug 18:50

Choose a tag to compare

  • Initial Release of the Python package Talk Box

Full Changelog: https://github.com/rich-iannone/talk-box/commits/v0.1.0