Skip to content

Releases: neuron-core/neuron-ai

2.8.9

19 Nov 15:14

Choose a tag to compare

Fix retrieved event #390

2.8.8

17 Nov 15:48

Choose a tag to compare

Support deserialization for Structured Output objects with promoted properties. PR#384

2.8.7

14 Nov 10:54

Choose a tag to compare

  • Strenght the mysql schema tool description
  • Fix enum construction on MCPConnector #378

2.8.5

12 Nov 11:42

Choose a tag to compare

Fix AssistantMessage mapping in Gemini

2.8.4

10 Nov 18:27

Choose a tag to compare

Fix stream in RAG

return last message as generator result when streaming in RAG.

2.8.3: Merge pull request #365 from AqibTeam/fix/buttons-text-color-on-hover

09 Nov 17:40
ca5357f

Choose a tag to compare

2.8.2: Merge pull request #361 from AhmedHdeawy/fix/fix-tool-max-tries-count

05 Nov 17:09
fe9e0ca

Choose a tag to compare

2.8.1

04 Nov 16:51

Choose a tag to compare

Fix chat history #359

2.8.0

04 Nov 14:03

Choose a tag to compare

Eloquent Chat History

This release introduce a new component to handle the agent chat history with eloquent model.

https://docs.neuron-ai.dev/the-basics/chat-history-and-memory#eloquentchathisotry

As usual feel free to provide your feedback opening issue or publishing a PR.

Workflow Database Persistence

It's also available a new persistence layer for Workflow, based on SQL database:

https://docs.neuron-ai.dev/workflow/persistence#databasepersistence

This allows cetrilized management of workflow persistence.