solana-agent 22.0.6__tar.gz → 22.0.7__tar.gz
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-22.0.6 → solana_agent-22.0.7}/PKG-INFO +20 -8
- {solana_agent-22.0.6 → solana_agent-22.0.7}/README.md +19 -7
- {solana_agent-22.0.6 → solana_agent-22.0.7}/pyproject.toml +1 -1
- {solana_agent-22.0.6 → solana_agent-22.0.7}/LICENSE +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/adapters/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/adapters/llm_adapter.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/adapters/mongodb_adapter.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/client/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/client/solana_agent.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/domains/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/domains/agent.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/domains/routing.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/factories/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/factories/agent_factory.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/client/client.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/plugins/plugins.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/providers/data_storage.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/providers/llm.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/providers/memory.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/services/agent.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/services/query.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/services/routing.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/plugins/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/plugins/manager.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/plugins/registry.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/plugins/tools/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/plugins/tools/auto_tool.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/repositories/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/repositories/memory.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/services/__init__.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/services/agent.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/services/query.py +0 -0
- {solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/services/routing.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 22.0.
|
3
|
+
Version: 22.0.7
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -25,12 +25,13 @@ Description-Content-Type: text/markdown
|
|
25
25
|
# Solana Agent
|
26
26
|
|
27
27
|
[](https://pypi.org/project/solana-agent/)
|
28
|
-
[](https://www.python.org/downloads/)
|
29
|
+
[](https://pypi.org/project/solana-agent/)
|
29
30
|
[](https://opensource.org/licenses/MIT)
|
30
|
-
[](https://www.python.org/downloads/)
|
31
31
|
[](https://codecov.io/gh/truemagic-coder/solana-agent)
|
32
32
|
[](https://github.com/truemagic-coder/solana-agent/actions/workflows/ci.yml)
|
33
33
|
[](https://github.com/truemagic-coder/solana-agent)
|
34
|
+
[](https://libraries.io/pypi/solana-agent)
|
34
35
|
|
35
36
|

|
36
37
|
|
@@ -41,7 +42,7 @@ Build your AI business in three lines of code!
|
|
41
42
|
## Why?
|
42
43
|
* Three lines of code setup
|
43
44
|
* Multi-Agent Swarm
|
44
|
-
* Multi-Modal Streaming
|
45
|
+
* Multi-Modal Streaming (Text & Audio)
|
45
46
|
* Conversational Memory & History
|
46
47
|
* Built-in Internet Search
|
47
48
|
* Intelligent Routing
|
@@ -50,15 +51,16 @@ Build your AI business in three lines of code!
|
|
50
51
|
* Simple Business Definition
|
51
52
|
* Tested & Secure
|
52
53
|
* Built in Python
|
53
|
-
*
|
54
|
+
* Powers [CometHeart](https://cometheart.com) & [WalletBubbles](https://walletbubbles.com)
|
54
55
|
|
55
56
|
## Features
|
56
57
|
|
57
58
|
* Easy three lines of code setup
|
58
59
|
* Designed for a multi-agent swarm
|
59
60
|
* Seamless text and audio streaming with real-time multi-modal processing
|
61
|
+
* Configurable audio voice characteristics via prompting
|
60
62
|
* Persistent memory that preserves context across all agent interactions
|
61
|
-
* Quick built-in Internet
|
63
|
+
* Quick built-in Internet search to answer your queries
|
62
64
|
* Streamlined message history for all agent interactions
|
63
65
|
* Intelligent query routing to agents with optimal domain expertise or your own custom routing
|
64
66
|
* Unified value system ensuring brand-aligned agent responses
|
@@ -249,10 +251,20 @@ async for response in solana_agent.process("user123", "Write me a poem.", intern
|
|
249
251
|
print(response, end="")
|
250
252
|
```
|
251
253
|
|
252
|
-
### Customize
|
254
|
+
### Customize Speech
|
253
255
|
|
254
256
|
This is an audio to audio example using the `audio_instructions` parameter.
|
255
257
|
|
258
|
+
You can prompt to control aspects of speech, including:
|
259
|
+
|
260
|
+
* Accent
|
261
|
+
* Emotional range
|
262
|
+
* Intonation
|
263
|
+
* Impressions
|
264
|
+
* Speed of speech
|
265
|
+
* Tone
|
266
|
+
* Whispering
|
267
|
+
|
256
268
|
```python
|
257
269
|
async for response in solana_agent.process("user123", audio_content, output_format="audio", audio_voice="nova", audio_input_format="webm", audio_output_format="aac", audio_instructions="You speak with an American southern accent"):
|
258
270
|
print(response, end="")
|
@@ -267,7 +279,7 @@ Tools can be used from plugins like Solana Agent Kit (sakit) or via custom inlin
|
|
267
279
|
* Tools do not use OpenAI function calling
|
268
280
|
* Tools are async functions
|
269
281
|
|
270
|
-
### Tool
|
282
|
+
### Tool Example
|
271
283
|
|
272
284
|
`pip install sakit`
|
273
285
|
|
@@ -1,12 +1,13 @@
|
|
1
1
|
# Solana Agent
|
2
2
|
|
3
3
|
[](https://pypi.org/project/solana-agent/)
|
4
|
-
[](https://www.python.org/downloads/)
|
5
|
+
[](https://pypi.org/project/solana-agent/)
|
5
6
|
[](https://opensource.org/licenses/MIT)
|
6
|
-
[](https://www.python.org/downloads/)
|
7
7
|
[](https://codecov.io/gh/truemagic-coder/solana-agent)
|
8
8
|
[](https://github.com/truemagic-coder/solana-agent/actions/workflows/ci.yml)
|
9
9
|
[](https://github.com/truemagic-coder/solana-agent)
|
10
|
+
[](https://libraries.io/pypi/solana-agent)
|
10
11
|
|
11
12
|

|
12
13
|
|
@@ -17,7 +18,7 @@ Build your AI business in three lines of code!
|
|
17
18
|
## Why?
|
18
19
|
* Three lines of code setup
|
19
20
|
* Multi-Agent Swarm
|
20
|
-
* Multi-Modal Streaming
|
21
|
+
* Multi-Modal Streaming (Text & Audio)
|
21
22
|
* Conversational Memory & History
|
22
23
|
* Built-in Internet Search
|
23
24
|
* Intelligent Routing
|
@@ -26,15 +27,16 @@ Build your AI business in three lines of code!
|
|
26
27
|
* Simple Business Definition
|
27
28
|
* Tested & Secure
|
28
29
|
* Built in Python
|
29
|
-
*
|
30
|
+
* Powers [CometHeart](https://cometheart.com) & [WalletBubbles](https://walletbubbles.com)
|
30
31
|
|
31
32
|
## Features
|
32
33
|
|
33
34
|
* Easy three lines of code setup
|
34
35
|
* Designed for a multi-agent swarm
|
35
36
|
* Seamless text and audio streaming with real-time multi-modal processing
|
37
|
+
* Configurable audio voice characteristics via prompting
|
36
38
|
* Persistent memory that preserves context across all agent interactions
|
37
|
-
* Quick built-in Internet
|
39
|
+
* Quick built-in Internet search to answer your queries
|
38
40
|
* Streamlined message history for all agent interactions
|
39
41
|
* Intelligent query routing to agents with optimal domain expertise or your own custom routing
|
40
42
|
* Unified value system ensuring brand-aligned agent responses
|
@@ -225,10 +227,20 @@ async for response in solana_agent.process("user123", "Write me a poem.", intern
|
|
225
227
|
print(response, end="")
|
226
228
|
```
|
227
229
|
|
228
|
-
### Customize
|
230
|
+
### Customize Speech
|
229
231
|
|
230
232
|
This is an audio to audio example using the `audio_instructions` parameter.
|
231
233
|
|
234
|
+
You can prompt to control aspects of speech, including:
|
235
|
+
|
236
|
+
* Accent
|
237
|
+
* Emotional range
|
238
|
+
* Intonation
|
239
|
+
* Impressions
|
240
|
+
* Speed of speech
|
241
|
+
* Tone
|
242
|
+
* Whispering
|
243
|
+
|
232
244
|
```python
|
233
245
|
async for response in solana_agent.process("user123", audio_content, output_format="audio", audio_voice="nova", audio_input_format="webm", audio_output_format="aac", audio_instructions="You speak with an American southern accent"):
|
234
246
|
print(response, end="")
|
@@ -243,7 +255,7 @@ Tools can be used from plugins like Solana Agent Kit (sakit) or via custom inlin
|
|
243
255
|
* Tools do not use OpenAI function calling
|
244
256
|
* Tools are async functions
|
245
257
|
|
246
|
-
### Tool
|
258
|
+
### Tool Example
|
247
259
|
|
248
260
|
`pip install sakit`
|
249
261
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{solana_agent-22.0.6 → solana_agent-22.0.7}/solana_agent/interfaces/providers/data_storage.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|