Skip to content

v1.3.1

Compare
Choose a tag to compare
@statefb statefb released this 12 Sep 05:32
· 12 commits to v1 since this release
115cbe4

Bug Fixes

  • Fixed a "desciription" typo and automatically loaded agent tool name and description from the language file. #514 by @CallumCPP

Enhancements

  • Refactored the agent system to use the converse API for tool usage and removed langchain dependency
  • Store and show thinking logs with explicit type definitions
  • Improve the frontend to clearly display the agent's thinking process
  • Removed progress bar interface, SQL tool example, and weather tool example
    #513 by @statefb, @wadabee