solana-agent 22.0.4__py3-none-any.whl → 22.0.5__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.4.dist-info → solana_agent-22.0.5.dist-info}/METADATA +3 -5
- {solana_agent-22.0.4.dist-info → solana_agent-22.0.5.dist-info}/RECORD +4 -4
- {solana_agent-22.0.4.dist-info → solana_agent-22.0.5.dist-info}/LICENSE +0 -0
- {solana_agent-22.0.4.dist-info → solana_agent-22.0.5.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.5
|
4
4
|
Summary: Agentic IQ
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -275,15 +275,13 @@ config = {
|
|
275
275
|
},
|
276
276
|
"tools": {
|
277
277
|
"search_internet": {
|
278
|
-
"api_key": "your-perplexity-key",
|
279
|
-
"citations": True, # Optional, defaults to True
|
280
|
-
"model": "sonar" # Optional, defaults to "sonar"
|
278
|
+
"api_key": "your-perplexity-api-key",
|
281
279
|
},
|
282
280
|
},
|
283
281
|
"agents": [
|
284
282
|
{
|
285
283
|
"name": "research_specialist",
|
286
|
-
"instructions": "You are an expert researcher who synthesizes complex information clearly.",
|
284
|
+
"instructions": "You are an expert researcher who synthesizes complex information clearly. You use your search_internet tool to get the latest information.",
|
287
285
|
"specialization": "Research and knowledge synthesis",
|
288
286
|
"tools": ["search_internet"],
|
289
287
|
},
|
@@ -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.5.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
33
|
+
solana_agent-22.0.5.dist-info/METADATA,sha256=8BZiXr6XrbOkbBAwaDxBzFuf3d267GBMIGnwwuX_XBY,14818
|
34
|
+
solana_agent-22.0.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
35
|
+
solana_agent-22.0.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|