solana-agent 22.0.10__py3-none-any.whl → 22.0.11__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-22.0.10.dist-info → solana_agent-22.0.11.dist-info}/METADATA +6 -6
- {solana_agent-22.0.10.dist-info → solana_agent-22.0.11.dist-info}/RECORD +4 -4
- {solana_agent-22.0.10.dist-info → solana_agent-22.0.11.dist-info}/LICENSE +0 -0
- {solana_agent-22.0.10.dist-info → solana_agent-22.0.11.dist-info}/WHEEL +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.11
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -272,14 +272,14 @@ async for response in solana_agent.process("user123", audio_content, output_form
|
|
272
272
|
|
273
273
|
## Tools
|
274
274
|
|
275
|
-
Tools can be used from plugins like Solana Agent Kit (sakit) or via
|
275
|
+
Tools can be used from plugins like Solana Agent Kit (sakit) or via inline tools. Tools available via plugins integrate automatically with Solana Agent.
|
276
276
|
|
277
277
|
* Agents can only call one tool per response
|
278
278
|
* Agents choose the best tool for the job
|
279
279
|
* Tools do not use OpenAI function calling
|
280
280
|
* Tools are async functions
|
281
281
|
|
282
|
-
### Tool Example
|
282
|
+
### Plugin Tool Example
|
283
283
|
|
284
284
|
`pip install sakit`
|
285
285
|
|
@@ -316,7 +316,7 @@ async for response in solana_agent.process("user123", "What are the latest AI de
|
|
316
316
|
print(response, end="")
|
317
317
|
```
|
318
318
|
|
319
|
-
###
|
319
|
+
### Inline Tool Example
|
320
320
|
|
321
321
|
```python
|
322
322
|
from solana_agent import SolanaAgent
|
@@ -398,11 +398,11 @@ async for response in solana_agent.process("user123", "What are the latest AI de
|
|
398
398
|
|
399
399
|
## Agent Training
|
400
400
|
|
401
|
-
Many use
|
401
|
+
Many use cases for Solana Agent require training your agents on your company data.
|
402
402
|
|
403
403
|
This can be accomplished via runtime prompt injection. Integrations that work well with this method are vector stores like Pinecone and FAQs.
|
404
404
|
|
405
|
-
This knowledge
|
405
|
+
This knowledge is accessible to all your AI agents.
|
406
406
|
|
407
407
|
```python
|
408
408
|
from solana_agent import SolanaAgent
|
@@ -29,7 +29,7 @@ solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9Oo
|
|
29
29
|
solana_agent/services/agent.py,sha256=bIVC4VGCv8qS5AF0nh_hfUjz8nu70Owll-VuvHJ9X48,20047
|
30
30
|
solana_agent/services/query.py,sha256=os_LRkDIwXQuWW_zJMtm__n0Lvi-AvItdanpCs1bXv0,11362
|
31
31
|
solana_agent/services/routing.py,sha256=PMCSG5m3uLMaHMj3dxNvNfcFZaeaDi7kMr7AEBCzwDE,6499
|
32
|
-
solana_agent-22.0.
|
33
|
-
solana_agent-22.0.
|
34
|
-
solana_agent-22.0.
|
35
|
-
solana_agent-22.0.
|
32
|
+
solana_agent-22.0.11.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
33
|
+
solana_agent-22.0.11.dist-info/METADATA,sha256=JGqSU7639i_8jrUcdnXI0kcT_g9pD05ZOqm1Q6kcjhg,15007
|
34
|
+
solana_agent-22.0.11.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
35
|
+
solana_agent-22.0.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|