solana-agent 27.3.7__py3-none-any.whl → 27.3.9__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.7.dist-info → solana_agent-27.3.9.dist-info}/METADATA +7 -8
- {solana_agent-27.3.7.dist-info → solana_agent-27.3.9.dist-info}/RECORD +4 -4
- {solana_agent-27.3.7.dist-info → solana_agent-27.3.9.dist-info}/LICENSE +0 -0
- {solana_agent-27.3.7.dist-info → solana_agent-27.3.9.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 27.3.
|
4
|
-
Summary:
|
3
|
+
Version: 27.3.9
|
4
|
+
Summary: AI Agents for Solana
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
7
7
|
Author: Bevan Hunt
|
@@ -41,12 +41,13 @@ Description-Content-Type: text/markdown
|
|
41
41
|
|
42
42
|

|
43
43
|
|
44
|
-
##
|
44
|
+
## AI Agents for Solana
|
45
45
|
|
46
|
-
Build your AI
|
46
|
+
Build your AI agents in three lines of code!
|
47
47
|
|
48
48
|
## Why?
|
49
49
|
* Three lines of code setup
|
50
|
+
* Simple Agent Definition
|
50
51
|
* Fast Responses
|
51
52
|
* Solana Ecosystem Integration
|
52
53
|
* Multi-Agent Swarm
|
@@ -56,8 +57,7 @@ Build your AI business in three lines of code!
|
|
56
57
|
* Intelligent Routing
|
57
58
|
* Business Alignment
|
58
59
|
* Extensible Tooling
|
59
|
-
*
|
60
|
-
* Knowledge Base with PDF support
|
60
|
+
* Knowledge Base
|
61
61
|
* MCP Support
|
62
62
|
* Tested & Secure
|
63
63
|
* Built in Python
|
@@ -66,12 +66,12 @@ Build your AI business in three lines of code!
|
|
66
66
|
## Features
|
67
67
|
|
68
68
|
* Easy three lines of code setup
|
69
|
+
* Simple agent definition using JSON
|
69
70
|
* Fast AI responses
|
70
71
|
* Solana Ecosystem Integration via [AgentiPy](https://github.com/niceberginc/agentipy)
|
71
72
|
* MCP tool usage with first-class support for [Zapier](https://zapier.com/mcp)
|
72
73
|
* Designed for a multi-agent swarm
|
73
74
|
* Seamless text and audio streaming with real-time multi-modal processing
|
74
|
-
* Configurable audio voice characteristics via prompting
|
75
75
|
* Persistent memory that preserves context across all agent interactions
|
76
76
|
* Quick Internet search to answer users' queries
|
77
77
|
* Streamlined message history for all agent interactions
|
@@ -79,7 +79,6 @@ Build your AI business in three lines of code!
|
|
79
79
|
* Unified value system ensuring brand-aligned agent responses
|
80
80
|
* Powerful tool integration using standard Python packages and/or inline tools
|
81
81
|
* Assigned tools are utilized by agents automatically and effectively
|
82
|
-
* Simple business definition using JSON
|
83
82
|
* Integrated Knowledge Base with semantic search and automatic PDF chunking
|
84
83
|
|
85
84
|
## Stack
|
@@ -33,7 +33,7 @@ solana_agent/services/agent.py,sha256=2ngtuJucGsEyNPKaWu4axd1pPgKofY-H8FeSY-MPBC
|
|
33
33
|
solana_agent/services/knowledge_base.py,sha256=J9V8dNoCCcko3EasiGwK2JJ_A_oG_e-Ni9pgNg0T6wA,33486
|
34
34
|
solana_agent/services/query.py,sha256=J81IGpy_1xsHFR3tEQkNDNoLcX9mFBJBrUcXz0pTW2w,13279
|
35
35
|
solana_agent/services/routing.py,sha256=-0fNIKDtCn0-TLUYDFYAE4jPLMeI_jCXIpgtgWDpdf8,6986
|
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.9.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
37
|
+
solana_agent-27.3.9.dist-info/METADATA,sha256=bGh8-qqHtE0fMG-dm0q8Za5ETss6JHwO-dOnExrjFLM,23902
|
38
|
+
solana_agent-27.3.9.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
39
|
+
solana_agent-27.3.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|