solana-agent 27.3.4__py3-none-any.whl → 27.3.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {solana_agent-27.3.4.dist-info → solana_agent-27.3.6.dist-info}/METADATA +6 -2
- {solana_agent-27.3.4.dist-info → solana_agent-27.3.6.dist-info}/RECORD +4 -4
- {solana_agent-27.3.4.dist-info → solana_agent-27.3.6.dist-info}/LICENSE +0 -0
- {solana_agent-27.3.4.dist-info → solana_agent-27.3.6.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 27.3.
|
3
|
+
Version: 27.3.6
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -57,6 +57,7 @@ Build your AI business in three lines of code!
|
|
57
57
|
* Extensible Tooling
|
58
58
|
* Simple Business Definition
|
59
59
|
* Knowledge Base with PDF support
|
60
|
+
* MCP Support
|
60
61
|
* Tested & Secure
|
61
62
|
* Built in Python
|
62
63
|
* Powers [CometHeart](https://cometheart.com) & [WalletBubbles](https://walletbubbles.com)
|
@@ -66,6 +67,7 @@ Build your AI business in three lines of code!
|
|
66
67
|
* Easy three lines of code setup
|
67
68
|
* Fast AI responses
|
68
69
|
* Solana Ecosystem Integration via [AgentiPy](https://github.com/niceberginc/agentipy)
|
70
|
+
* MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
|
69
71
|
* Designed for a multi-agent swarm
|
70
72
|
* Seamless text and audio streaming with real-time multi-modal processing
|
71
73
|
* Configurable audio voice characteristics via prompting
|
@@ -516,7 +518,9 @@ async for response in solana_agent.process("user123", "What is the latest news o
|
|
516
518
|
|
517
519
|
### MCP
|
518
520
|
|
519
|
-
[Zapier](https://zapier.com) MCP has been tested, works, and is supported.
|
521
|
+
[Zapier](https://zapier.com/mcp) MCP has been tested, works, and is supported.
|
522
|
+
|
523
|
+
Zapier integrates over 7,000+ apps with 30,000+ actions that your Solana Agent can utilize.
|
520
524
|
|
521
525
|
Other MCP servers may work but are not supported.
|
522
526
|
|
@@ -33,7 +33,7 @@ solana_agent/services/agent.py,sha256=ZP-2fj0jbutasdul_BEQXaLLPq3Fpu2uGsVsawkVgr
|
|
33
33
|
solana_agent/services/knowledge_base.py,sha256=bvoLZHSrfp6BhT8i4fKhxOkaUkYGCFedLp2uTzL-7xI,32379
|
34
34
|
solana_agent/services/query.py,sha256=rAGC0Q_0Y_TQ-ONhyovQ_44myl1-not_VhD_hobmCE8,13005
|
35
35
|
solana_agent/services/routing.py,sha256=hC5t98KZPHty9kMX27KcuxcmZlwjm0g59uMkR8n7k_w,6818
|
36
|
-
solana_agent-27.3.
|
37
|
-
solana_agent-27.3.
|
38
|
-
solana_agent-27.3.
|
39
|
-
solana_agent-27.3.
|
36
|
+
solana_agent-27.3.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
37
|
+
solana_agent-27.3.6.dist-info/METADATA,sha256=uKDkRZikU-6xONhpfpHoOvUORdowP8_Lef0Wmarl38o,23865
|
38
|
+
solana_agent-27.3.6.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
39
|
+
solana_agent-27.3.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|