Changelog

This changelog is generated automatically from GitHub Releases.

v0.5.0

2025-09-16 · GitHub

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: https://github.com/rich-iannone/talk-box/compare/v0.4.1…v0.5.0

v0.4.1

2025-09-09 · GitHub

Full Changelog: https://github.com/rich-iannone/talk-box/compare/v0.4.0…v0.4.1

v0.4.0

2025-09-08 · GitHub

New Features

  • Added the conversational Pathways feature. (#4)

Full Changelog: https://github.com/rich-iannone/talk-box/compare/v0.3.0…v0.4.0

v0.3.0

2025-08-27 · GitHub

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: https://github.com/rich-iannone/talk-box/compare/v0.2.1…v0.3.0

v0.2.1

2025-08-24 · GitHub

Full Changelog: https://github.com/rich-iannone/talk-box/compare/v0.2.0…v0.2.1

v0.2.0

2025-08-24 · GitHub

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: https://github.com/rich-iannone/talk-box/compare/v0.1.0…v0.2.0

v0.1.0

2025-08-22 · GitHub

  • Initial Release of the Python package Talk Box

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