Key Features β’ Quickstart β’ Next Steps
Solace Agent Mesh is a framework that supports building AI applications where multiple specialized AI agents work together to solve complex problems. It uses the event messaging of Solace Platform for true scalability and reliability.
With Solace Agent Mesh (SAM), you can create teams of AI agents, each having distinct skills and access to specific tools. For example, you could have a Database Agent that can make SQL queries to fetch data or a MultiModal Agent that can help create images, audio files and reports.
The framework handles the communication between agents automatically, so you can focus on building great AI experiences.
SAM creates a standardized communication layer where AI agents can:
- Delegate tasks to peer agents
- Share data and artifacts
- Connect with diverse user interfaces and external systems
- Execute multi-step workflows with minimal coupling
SAM is built on top of the Solace AI Connector (SAC) which allows Solace Platform Event Brokers to connect to AI models and services and Google's Agent Development Kit (ADK) for AI logic and tool integrations.
The result? A fully asynchronous, event-driven and decoupled AI agent architecture ready for production deployment. It is robust, reliable and easy to maintain.
- Multi-Agent Event-Driven Architecture β Agents communicate via the Solace Event Mesh for true scalability
- Agent Orchestration β Complex tasks are automatically broken down and delegated by the Orchestrator agent
- Flexible Interfaces β Integrate with REST API, web UI, Slack, or build your own integration
- Extensible β Add your own agents, gateways, or services with minimal code
- Agent-to-Agent Communication β Agents can discover and delegate tasks to each other seamlessly using the Agent2Agent (A2A) Protocol
- Dynamic Embeds β Embed dynamic content like real-time data, calculations and file contents in responses
π Want to know more? Check out the full Solace Agent Mesh documentation.
Set up Solace Agent Mesh in just a few steps.
To run Solace Agent Mesh locally, you'll need:
- Python 3.10.16+
- pip (comes with Python)
- OS: MacOS, Linux, or Windows (with WSL)
- LLM API key (any major provider or custom endpoint)
mkdir my-agent-mesh && cd my-agent-mesh
python3 -m venv .venv && source .venv/bin/activate
pip3 install solace-agent-mesh
sam init --gui
Note: This initialization UI runs on port 5002
sam run
Open the Web UI at http://localhost:8000 for the chat inteface
sam add agent --gui
sam plugin add <your-component-name> --plugin <plugin-name>
Solace Agent Mesh provides a "Universal A2A Agent Host," a flexible and configurable runtime environment built by integrating Google's Agent Development Kit (ADK) with the Solace AI Connector (SAC) framework.
The system allows you to:
- Host AI agents developed with Google ADK within the SAC framework
- Define agent capabilities (LLM model, instructions, tools) primarily through SAC YAML configuration
- Use Solace Platform as the transport for standard Agent-to-Agent (A2A) protocol communication
- Enable dynamic discovery of peer agents running within the same ecosystem
- Allow agents to delegate tasks to discovered peers via the A2A protocol over Solace
- Manage file artifacts using built-in tools with automatic metadata injection
- Perform data analysis using built-in SQL, JQ, and visualization tools
- Use dynamic embeds for context-dependent information resolution
- SAC handles broker connections, configuration loading, and component lifecycle
- ADK provides the agent runtime, LLM interaction, tool execution, and state management
- A2A Protocol enables communication between clients and agents, and between peer agents
- Dynamic Embeds allow placeholders in responses that are resolved with context-dependent information
- File Management provides built-in tools for artifact creation, listing, loading, and metadata handling
Want to go further? Here are some hands-on tutorials to help you get started:
π§ Integration | β±οΈ Est. Time | π Tutorial |
---|---|---|
π€οΈ Weather Agent Learn how to build an agent that gives Solace Agent Mesh the ability to access real-time weather information. |
~15 min | Weather Agent Plugin |
ποΈ SQL Database Integration Enable Solace Agent Mesh to answer company-specific questions using a sample coffee company database. |
~10β15 min | SQL Database Tutorial |
π§ MCP Integration Integrating a Model Context Protocol (MCP) Servers into Solace Agent Mesh. |
~10β15 min | MCP Integration Tutorial |
π¬ Slack Integration Chat with Solace Agent Mesh directly from Slack. |
~20β30 min | Slack Integration Tutorial |
Solace Agent Mesh is built with the help of our amazing community. Thanks to everyone who has contributed ideas, code and time to make this project better!
View the full list of contributors here: GitHub Contributors π
Looking to contribute? Check out CONTRIBUTING.md to get started and see how you can help!
This project is licensed under the Apache 2.0 License. See the full license text in the LICENSE file.