@@ -18,6 +18,7 @@ Build your AI agents in three lines of code!
18
18
19
19
## Why?
20
20
* Three lines of code setup
21
+ * Simple Agent Definition
21
22
* Fast Responses
22
23
* Solana Ecosystem Integration
23
24
* Multi-Agent Swarm
@@ -27,7 +28,6 @@ Build your AI agents in three lines of code!
27
28
* Intelligent Routing
28
29
* Business Alignment
29
30
* Extensible Tooling
30
- * Simple Business Definition
31
31
* Knowledge Base
32
32
* MCP Support
33
33
* Tested & Secure
@@ -37,20 +37,19 @@ Build your AI agents in three lines of code!
37
37
## Features
38
38
39
39
* Easy three lines of code setup
40
+ * Simple agent definition using JSON
40
41
* Fast AI responses
41
42
* Solana Ecosystem Integration via [ AgentiPy] ( https://github.com/niceberginc/agentipy )
42
43
* MCP tool usage with first-class support for [ Zapier] ( https://zapier.com/mcp )
43
44
* Designed for a multi-agent swarm
44
45
* Seamless text and audio streaming with real-time multi-modal processing
45
- * Configurable audio voice characteristics via prompting
46
46
* Persistent memory that preserves context across all agent interactions
47
47
* Quick Internet search to answer users' queries
48
48
* Streamlined message history for all agent interactions
49
49
* Intelligent query routing to agents with optimal domain expertise or your own custom routing
50
50
* Unified value system ensuring brand-aligned agent responses
51
51
* Powerful tool integration using standard Python packages and/or inline tools
52
52
* Assigned tools are utilized by agents automatically and effectively
53
- * Simple business definition using JSON
54
53
* Integrated Knowledge Base with semantic search and automatic PDF chunking
55
54
56
55
## Stack
0 commit comments