Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: MessageSilo/MessageSilo

v1.2.28

10 Jan 19:19
ecec25f

Choose a tag to compare

What's Changed

🚀 Introducing the New AI-Powered Routing Feature in Message Silo!

This new capability brings intelligent, AI-powered message routing to your workflows, making your message queues smarter and more efficient than ever.

ai_router

Key Features:

  • Dynamic AI Routing: Automatically analyze and route messages to the appropriate target queues based on their content and context.
  • Customizable Rules: Define routing logic using YAML configuration to match your specific use cases.
  • AI Model Integration: Leverages advanced AI models like gpt-4o for natural language understanding and decision-making.

Example YAML definition:

kind: Target
name: ai_router
type: AI_Router
model: "gpt-4o"
apiKey: "XXXXX"
rules:
  - targetName: q_complaint
    condition: "When message contains complaint about something or the customer is angry."
  - targetName: q_new_opp
    condition: "When a message pertains to a new opportunity, a customer inquiry, or an interest in making a purchase."

Docker Image

https://hub.docker.com/r/messagesilo/messagesilo

siloctl - v1.2.28

Download

OS Link
Windows Download
Linux Download
MacOS Download

v1.2.7

02 Jan 10:08
109d005

Choose a tag to compare

What's Changed

  • Integrated UI: A user interface is now available, listening on Message Silo's default port for improved accessibility and usability.
  • AI Enricher Configuration: Each AI enricher now allows users to specify individual API Key and Model settings, enabling greater flexibility and customization.
  • Simplified Entity Definitions: Unnecessary fields have been removed, enhancing clarity and reducing complexity.

Docker Image

https://hub.docker.com/r/messagesilo/messagesilo

siloctl - v1.2.7

Download

OS Link
Windows Download
Linux Download
MacOS Download

v1.2.0

16 Nov 20:03

Choose a tag to compare

siloctl - v1.2.0

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • Parallel processing of messages can now be easily scaled!
    New -s / -scale parameter which is responsible for how many instances of entities will run in parallel.

  • Simplifications in commands.

v1.1.0

04 Nov 12:58

Choose a tag to compare

siloctl - v1.1.0

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • No database required to run
    The database is now optional, if the DatabaseConnectionString and DatabaseName environment variables are left empty, entities are persisted InMemory.

  • Minor fixes

v1.0.46

25 Aug 14:43

Choose a tag to compare

siloctl - v1.0.46

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • Necessary changes for self-hosted Message Silo
  • Change the default API in siloctl (--set-api)

v1.0.44

04 Aug 10:58

Choose a tag to compare

siloctl - v1.0.44

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • Minor fixes
  • AI-based enricher WIP

v1.0.42

15 Jun 05:25

Choose a tag to compare

siloctl - v1.0.42

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • Version checker added to siloctl

v1.0.38-beta

02 Jun 08:20

Choose a tag to compare

siloctl - v1.0.38-beta

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • Enrichers can handle different HTTP methods:
    • GET
    • POST
    • PUT
  • ReceiveMode introduced to Connections:
    • Receive
    • ReceiveAndDelete
    • None

v.1.0.34-beta

19 May 05:18

Choose a tag to compare

siloctl - v1.0.34-beta

Download

OS Link
Windows Download
Linux Download
MacOS Download

What's Changed

  • siloctl now validates the contents of the YAML files before every apply, and also reports back to the user about possible errors