Skip to content

Releases: AssistantEngine/open-functions-core

v1.1.0: Meta Registry

10 Mar 12:44
62771b5
Compare
Choose a tag to compare

Version 1.1.0 - 2025-03-10

Added

  • Registry as an OpenFunction: The OpenFunction Registry now implements the OpenFunction interface, allowing it to be invoked just like any other Open Function.
  • Meta-mode: Introduced a meta-mode that registers only three core registry functions initially - listFunctions, activateFunction, and deactivateFunction. This mode enables the LLM to dynamically activate or deactivate additional methods as needed, keeping the tool definitions concise and manageable.
  • Dedicated Registry Presenter: Added a dedicated Registry Presenter that implements the MessageListExtensionInterface. This presenter automatically prepends a developer message with namespace details to the conversation message list, offering better context for the LLM.

v1.0.3: Merge pull request #2 from AssistantEngine/development

08 Mar 10:44
711f583
Compare
Choose a tag to compare
fix parameter null value, implement schema definition and smaller fixes

v1.0.2: Merge pull request #1 from AssistantEngine/development

04 Mar 15:34
8701c41
Compare
Choose a tag to compare

v1.0.1

25 Feb 08:48
Compare
Choose a tag to compare
Merge branch 'main' of github.com:AssistantEngine/open-functions-core

v1.0.0

24 Feb 18:29
Compare
Choose a tag to compare
Initial commit