solana-agent 11.0.0__py3-none-any.whl → 11.0.1__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/ai.py +3 -5
- {solana_agent-11.0.0.dist-info → solana_agent-11.0.1.dist-info}/METADATA +1 -2
- solana_agent-11.0.1.dist-info/RECORD +6 -0
- solana_agent-11.0.0.dist-info/RECORD +0 -6
- {solana_agent-11.0.0.dist-info → solana_agent-11.0.1.dist-info}/LICENSE +0 -0
- {solana_agent-11.0.0.dist-info → solana_agent-11.0.1.dist-info}/WHEEL +0 -0
solana_agent/ai.py
CHANGED
@@ -4263,9 +4263,8 @@ class SolanaAgentFactory:
|
|
4263
4263
|
llm_adapter, task_planning_service
|
4264
4264
|
)
|
4265
4265
|
|
4266
|
-
# Initialize plugin system if plugins directory is configured
|
4267
|
-
|
4268
|
-
agent_service.plugin_manager = PluginManager(plugins_dir)
|
4266
|
+
# Initialize plugin system if plugins directory is configured)
|
4267
|
+
agent_service.plugin_manager = PluginManager()
|
4269
4268
|
loaded_plugins = agent_service.plugin_manager.load_all_plugins()
|
4270
4269
|
print(f"Loaded {loaded_plugins} plugins")
|
4271
4270
|
|
@@ -5028,8 +5027,7 @@ tool_registry = ToolRegistry()
|
|
5028
5027
|
class PluginManager:
|
5029
5028
|
"""Manages discovery, loading and execution of plugins."""
|
5030
5029
|
|
5031
|
-
def __init__(self
|
5032
|
-
self.plugins_dir = plugins_dir
|
5030
|
+
def __init__(self):
|
5033
5031
|
self.tools = {}
|
5034
5032
|
|
5035
5033
|
def load_all_plugins(self) -> int:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: solana-agent
|
3
|
-
Version: 11.0.
|
3
|
+
Version: 11.0.1
|
4
4
|
Summary: The Future of Work
|
5
5
|
License: MIT
|
6
6
|
Keywords: ai,openai,ai agents,agi
|
@@ -312,7 +312,6 @@ config = {
|
|
312
312
|
"api_key": "your-pinecone-key",
|
313
313
|
"index": "your-index"
|
314
314
|
},
|
315
|
-
"plugins_dir": "plugins",
|
316
315
|
"ai_agents": [
|
317
316
|
{
|
318
317
|
"name": "research_specialist",
|
@@ -0,0 +1,6 @@
|
|
1
|
+
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
2
|
+
solana_agent/ai.py,sha256=zhJAPg8fFGlCToQEC0XczSPmOPS_DJ97upHLAYwvhDI,187870
|
3
|
+
solana_agent-11.0.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
4
|
+
solana_agent-11.0.1.dist-info/METADATA,sha256=ArtGnRtBJUKKqr2DYn4DfL-bgV4_axjNLOAJvwAbEAY,17731
|
5
|
+
solana_agent-11.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
+
solana_agent-11.0.1.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
solana_agent/__init__.py,sha256=zpfnWqANd3OHGWm7NCF5Y6m01BWG4NkNk8SK9Ex48nA,18
|
2
|
-
solana_agent/ai.py,sha256=XM_bqGz5XLga5SEaKIgSD8_H09DbB6_ir7Tt1tbuJFw,188008
|
3
|
-
solana_agent-11.0.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
4
|
-
solana_agent-11.0.0.dist-info/METADATA,sha256=Ufhql8QGmSGdcQeu5FnFMmnd8qhgVEFDOFb5amIFlQY,17761
|
5
|
-
solana_agent-11.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
6
|
-
solana_agent-11.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|