Skip to content

Commit 3cc893e

Browse files
update readme
1 parent 177c798 commit 3cc893e

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Build your AI agents in three lines of code!
2727
* Business Alignment
2828
* Extensible Tooling
2929
* Autonomous Operation
30-
* Automated Tool Workflows
30+
* Smart Workflows
3131
* Structured Outputs
3232
* Knowledge Base
3333
* MCP Support
@@ -38,13 +38,32 @@ Build your AI agents in three lines of code!
3838
* Built in Python
3939
* Powers [CometHeart](https://cometheart.com)
4040

41+
## Unique Selling Proposition (USP) - Smart Workflows
42+
43+
Solana Agent is the first AI agent framework to deliver truly intelligent, dynamic workflows.
44+
45+
With Solana Agent, you can seamlessly define and integrate tools — such as Zapier MCP (for sending emails via Mailgun) and the Solana Balance tool—directly into your agent’s capabilities.
46+
47+
Then prompt your agent with natural language, for example:
48+
“Get my balances for my Solana wallet and then email them to me.”
49+
50+
Solana Agent will automatically orchestrate the workflow:
51+
It will first use the Solana Balance tool to retrieve your balances, then invoke the Zapier MCP tool to send the results via email — all without manual intervention or brittle, hardcoded logic.
52+
53+
You can also chain tool outputs (structured or unstructured) as inputs for subsequent tasks, enabling complex, multi-step automations with ease.
54+
55+
**The result?**
56+
A framework that is both powerful and simple — eliminating the need for static, fragile workflow definitions.
57+
Smart workflows are as easy as combining your tools and prompts.
58+
4159
## Features
4260

4361
* Easy three lines of code setup
4462
* Simple agent definition using JSON
4563
* Designed for a multi-agent swarm
4664
* Fast multi-modal processing of text, audio, and images
47-
* Solana Integration
65+
* Smart workflows that keep flows simple and smart
66+
* Interact with the Solana blockchain with many useful tools
4867
* MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
4968
* Integrated observability and tracing via [Pydantic Logfire](https://pydantic.dev/logfire)
5069
* Persistent memory that preserves context across all agent interactions
@@ -58,7 +77,6 @@ Build your AI agents in three lines of code!
5877
* Input and output guardrails for content filtering, safety, and data sanitization
5978
* Generate custom images based on text prompts with storage on S3 compatible services
6079
* Deterministically return structured outputs
61-
* Sequentially provide tool commands that execute in the proper order
6280
* Combine with event-driven systems to create autonomous agents
6381

6482
## Stack

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "solana-agent"
3-
version = "30.0.1"
3+
version = "30.0.2"
44
description = "AI Agents for Solana"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)