Skip to content

Releases: neuron-core/neuron-ai

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.

2.7.0

02 Nov 21:58

Choose a tag to compare

Catch streaming contents before tool calls - fix #353

2.6.7

02 Nov 18:47

Choose a tag to compare

Fix Anthropic streaming

2.6.6

02 Nov 10:32

Choose a tag to compare

  • Meilisearch vector store index auto-creation
  • Meilisearch unit tests
  • Tool annotations support in MCP #355

2.6.5

31 Oct 09:50

Choose a tag to compare

This release brings the possibility to inject Guzzle middleware in providers class. It's useful to inspect what happens during LLM interactions. #347

2.6.4

29 Oct 09:29

Choose a tag to compare

Support nullable dimension in OpenAI embeddings provider #346

2.6.3

24 Oct 09:10

Choose a tag to compare

  • Gracefully handle file chat history flush #337
  • Fix OpenAIResponses mapping #335