V0.17.0
Version 0.17.0
This release introduces a significant architectural change with the integration of PocketFlow, enhancing the AgentBot's capabilities and flexibility. It also includes various bug fixes and documentation updates to align with the new system.
New Features
- Replaced AgentBot with a new PocketFlow-based implementation for improved graph orchestration and tool wrapping. (72c91d) (Eric Ma)
- Updated the PocketFlow testdrive notebook with better flow visualization, tool integration, and agent design. (3085cd) (Eric Ma)
- Restored default tools in ToolBot, ensuring 'today_date' and 'respond_to_user' are included by default. (2f2e6d) (Eric Ma)
Bug Fixes
- Fixed failing AgentBot tests to handle type mismatches and import errors correctly. (ea490a) (Eric Ma)
- Corrected end of file formatting issues to adhere to project standards. (2d6c29) (Eric Ma)
Documentation Updates
- Overhauled AgentBot documentation to reflect the new PocketFlow-based implementation and removed outdated references. (afd6c5) (Eric Ma)