File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Build your AI business in three lines of code!
18
18
## Why?
19
19
* Three lines of code setup
20
20
* Fast Responses
21
- * Solana Integration
21
+ * Solana Ecosystem Integration
22
22
* Multi-Agent Swarm
23
23
* Multi-Modal Streaming (Text & Audio)
24
24
* Conversational Memory & History
@@ -36,7 +36,7 @@ Build your AI business in three lines of code!
36
36
37
37
* Easy three lines of code setup
38
38
* Fast AI responses
39
- * Solana Integration via [ AgentiPy] ( https://github.com/niceberginc/agentipy )
39
+ * Solana Ecosystem Integration via [ AgentiPy] ( https://github.com/niceberginc/agentipy )
40
40
* Designed for a multi-agent swarm
41
41
* Seamless text and audio streaming with real-time multi-modal processing
42
42
* Configurable audio voice characteristics via prompting
@@ -483,7 +483,6 @@ solana_agent = SolanaAgent(config=config)
483
483
484
484
async for response in solana_agent.process(" user123" , " What is the latest news on Elon Musk?" ):
485
485
print (response, end = " " )
486
-
487
486
```
488
487
489
488
### Inline Tool Example
You can’t perform that action at this time.
0 commit comments