solana-agent 17.0.5__py3-none-any.whl → 17.0.7__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-17.0.5.dist-info → solana_agent-17.0.7.dist-info}/METADATA +32 -12
- {solana_agent-17.0.5.dist-info → solana_agent-17.0.7.dist-info}/RECORD +4 -4
- {solana_agent-17.0.5.dist-info → solana_agent-17.0.7.dist-info}/LICENSE +0 -0
- {solana_agent-17.0.5.dist-info → solana_agent-17.0.7.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 17.0.
|
4
|
-
Summary:
|
3
|
+
Version: 17.0.7
|
4
|
+
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
7
7
|
Author: Bevan Hunt
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
14
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
15
15
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
16
|
-
Requires-Dist: openai (>=1.68.
|
16
|
+
Requires-Dist: openai (>=1.68.2,<2.0.0)
|
17
17
|
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
|
18
18
|
Requires-Dist: pymongo (>=4.11.3,<5.0.0)
|
19
19
|
Requires-Dist: zep-cloud (>=2.7.0,<3.0.0)
|
@@ -32,13 +32,30 @@ Description-Content-Type: text/markdown
|
|
32
32
|
|
33
33
|

|
34
34
|
|
35
|
+
## Agentic IQ
|
36
|
+
|
37
|
+
Solana Agent is an AI Agent framework defined on five key dimensions:
|
38
|
+
|
39
|
+
* **Multi-Modal Intelligence:** Agents process both text and audio seamlessly. Users interact naturally through their preferred communication channel.
|
40
|
+
|
41
|
+
* **Episodic Memory:** Agents remember past conversations with users. This eliminates repetitive explanations and builds meaningful relationships.
|
42
|
+
|
43
|
+
* **Cognitive Routing:** Queries go to the most qualified agent automatically. Each specialist has domain-specific knowledge for optimal responses.
|
44
|
+
|
45
|
+
* **Value Alignment:** Every agent follows clear organizational values and ethics. This ensures consistent, principled responses aligned with human priorities.
|
46
|
+
|
47
|
+
* **Extensible Tooling:** Agents recognize when specialized tools are needed. They extend capabilities beyond conversation to take actions via Python package integration.
|
48
|
+
|
49
|
+
This approach creates AI Agents that are intelligent, contextually aware, and aligned with organizational values.
|
50
|
+
|
51
|
+
|
35
52
|
## Features
|
36
53
|
|
37
|
-
*
|
38
|
-
*
|
39
|
-
*
|
40
|
-
*
|
41
|
-
*
|
54
|
+
* Seamless text and audio streaming with real-time multi-modal processing
|
55
|
+
* Persistent memory that preserves context across all agent interactions
|
56
|
+
* Intelligent query routing to agents with optimal domain expertise
|
57
|
+
* Unified value system ensuring aligned, principled agent responses
|
58
|
+
* Powerful tool integration that extends capabilities using standard Python packages
|
42
59
|
|
43
60
|
## Stack
|
44
61
|
|
@@ -109,17 +126,20 @@ async for response in solana_agent.process("user123", "What are the latest AI de
|
|
109
126
|
```
|
110
127
|
|
111
128
|
## Models Used
|
112
|
-
*
|
113
|
-
*
|
114
|
-
*
|
115
|
-
* The model used for tts is `tts-1`
|
129
|
+
* `gpt-4o-mini`
|
130
|
+
* `gpt-4o-mini-transcribe`
|
131
|
+
* `tts-1`
|
116
132
|
|
117
133
|
## Solana Agent Kit
|
118
134
|
|
135
|
+
A collection of Solana Agent tools
|
136
|
+
|
119
137
|
[Solana Agent Kit](https://github.com/truemagic-coder/solana-agent-kit)
|
120
138
|
|
121
139
|
## Example App
|
122
140
|
|
141
|
+
A Solana Agent example app written in FastAPI and Next.js
|
142
|
+
|
123
143
|
[Solana Agent Example App](https://github.com/truemagic-coder/solana-agent-app)
|
124
144
|
|
125
145
|
## License
|
@@ -31,7 +31,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
|
|
31
31
|
solana_agent/services/agent.py,sha256=j0aI_BGaY5Nhkb9ga0r4BqI3qMKu5TOc4QPQsU3NHyQ,17000
|
32
32
|
solana_agent/services/query.py,sha256=rm7XlTCcp5NeorIaLUdr7rdxtWCgg1Q1qe5YuI1bumo,11246
|
33
33
|
solana_agent/services/routing.py,sha256=TPJ2Pas4acE93QzMEV6ZP670OtTNrVEPa76fz6urEV4,4996
|
34
|
-
solana_agent-17.0.
|
35
|
-
solana_agent-17.0.
|
36
|
-
solana_agent-17.0.
|
37
|
-
solana_agent-17.0.
|
34
|
+
solana_agent-17.0.7.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
35
|
+
solana_agent-17.0.7.dist-info/METADATA,sha256=id5hj7aMjGDKPxL8UOOw57Se-GVygjI9XJLcX1cvi2Q,5854
|
36
|
+
solana_agent-17.0.7.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
37
|
+
solana_agent-17.0.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|