Skip to content

Commit b1ed569

Browse files
update readme
1 parent aec2b46 commit b1ed569

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Build your AI agents in three lines of code!
1818

1919
## Why?
2020
* Three lines of code setup
21+
* Simple Agent Definition
2122
* Fast Responses
2223
* Solana Ecosystem Integration
2324
* Multi-Agent Swarm
@@ -27,7 +28,6 @@ Build your AI agents in three lines of code!
2728
* Intelligent Routing
2829
* Business Alignment
2930
* Extensible Tooling
30-
* Simple Business Definition
3131
* Knowledge Base
3232
* MCP Support
3333
* Tested & Secure
@@ -37,20 +37,19 @@ Build your AI agents in three lines of code!
3737
## Features
3838

3939
* Easy three lines of code setup
40+
* Simple agent definition using JSON
4041
* Fast AI responses
4142
* Solana Ecosystem Integration via [AgentiPy](https://github.com/niceberginc/agentipy)
4243
* MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
4344
* Designed for a multi-agent swarm
4445
* Seamless text and audio streaming with real-time multi-modal processing
45-
* Configurable audio voice characteristics via prompting
4646
* Persistent memory that preserves context across all agent interactions
4747
* Quick Internet search to answer users' queries
4848
* Streamlined message history for all agent interactions
4949
* Intelligent query routing to agents with optimal domain expertise or your own custom routing
5050
* Unified value system ensuring brand-aligned agent responses
5151
* Powerful tool integration using standard Python packages and/or inline tools
5252
* Assigned tools are utilized by agents automatically and effectively
53-
* Simple business definition using JSON
5453
* Integrated Knowledge Base with semantic search and automatic PDF chunking
5554

5655
## 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 = "27.3.8"
3+
version = "27.3.9"
44
description = "AI Agents for Solana"
55
authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)