ReleaseCohereCoherepublished Nov 18, 2024seen 5d

cohere-ai/cohere-toolkit v1.1.3

cohere-ai/cohere-toolkit

Open original ↗

Captured source

source ↗
published Nov 18, 2024seen 5dcaptured 8hhttp 200method plain

2024-11-18 (v1.1.3)

Repository: cohere-ai/cohere-toolkit

Tag: v1.1.3

Published: 2024-11-18T15:48:09Z

Prerelease: no

Release notes:

What's Changed

  • Improve global Settings usage to deal with settings that aren't set
  • Major tool refactoring:
  • Clarify tool schema names (eg ManagedTool -> ToolDefinition, ToolName -> Tool)
  • Removed config settings (in practice this was not useful)
  • Removed ALL_TOOLS dictionary definitions, instead add Tool class to the Tool enum directly
  • Add get_tool_definition to fetch config for all classes
  • Have backend return default agent instead of frontend hardcoding const
  • Fixed auth tool issues with Slack
  • Refactoring and simplified Deployments + Model DB representations
  • Added support for ICS files
  • Added File content viewer
  • Allow toggling tools for custom Assistants

Full Changelog: https://github.com/cohere-ai/cohere-toolkit/compare/v1.1.2...v1.1.3

Notability

notability 5.0/10

Minor toolkit release, not a major model