solana-agent 17.1.5__py3-none-any.whl → 17.1.6__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.
@@ -26,7 +26,6 @@ class AgentService(AgentServiceInterface):
26
26
  agent_repository: AgentRepository,
27
27
  organization_mission: Optional[OrganizationMission] = None,
28
28
  config: Optional[Dict[str, Any]] = None,
29
- tool_registry: Optional[ToolRegistryInterface] = None,
30
29
  ):
31
30
  """Initialize the agent service.
32
31
 
@@ -35,21 +34,13 @@ class AgentService(AgentServiceInterface):
35
34
  agent_repository: Repository for agent data
36
35
  organization_mission: Optional organization mission and values
37
36
  config: Optional service configuration
38
- tool_registry: Optional tool registry
39
37
  """
40
38
  self.llm_provider = llm_provider
41
39
  self.agent_repository = agent_repository
42
40
  self.organization_mission = organization_mission
43
41
  self.config = config or {}
44
42
  self.last_text_response = ""
45
-
46
- # Initialize tool registry with concrete implementation
47
- if tool_registry:
48
- self.tool_registry = tool_registry
49
- else:
50
- config = self.config
51
- print("Initializing tool registry with config")
52
- self.tool_registry = ToolRegistry(config=config)
43
+ self.tool_registry = ToolRegistry()
53
44
 
54
45
  # Will be set by factory if plugin system is enabled
55
46
  self.plugin_manager = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 17.1.5
3
+ Version: 17.1.6
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -28,10 +28,10 @@ solana_agent/repositories/__init__.py,sha256=fP83w83CGzXLnSdq-C5wbw9EhWTYtqE2lQT
28
28
  solana_agent/repositories/agent.py,sha256=e1rnsQiigkKwJNLKro86a3b6TBiky3GMfmCRc5b_jPw,3187
29
29
  solana_agent/repositories/memory.py,sha256=DrhaVxlE-iAOmX0sfDCqgdPJauYvrnPd7rmVlf6_HGE,4822
30
30
  solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9OovidU,163
31
- solana_agent/services/agent.py,sha256=rRcitm8t3tOUHrtg45RKWrROcNVNDht9EMkN61d6lcs,17097
31
+ solana_agent/services/agent.py,sha256=Avn2ZC4QV_2WWHZO91cEhH93vv8WobwaLbygytHoQcs,16722
32
32
  solana_agent/services/query.py,sha256=rm7XlTCcp5NeorIaLUdr7rdxtWCgg1Q1qe5YuI1bumo,11246
33
33
  solana_agent/services/routing.py,sha256=TPJ2Pas4acE93QzMEV6ZP670OtTNrVEPa76fz6urEV4,4996
34
- solana_agent-17.1.5.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
35
- solana_agent-17.1.5.dist-info/METADATA,sha256=SaP9d3cDTvR9W0ozDFjozFP_KVMzhMTWIwJYBTz9Z1E,4720
36
- solana_agent-17.1.5.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
37
- solana_agent-17.1.5.dist-info/RECORD,,
34
+ solana_agent-17.1.6.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
35
+ solana_agent-17.1.6.dist-info/METADATA,sha256=7H0Tk9atcgV6_zze8KNxTAOz7YGPfjZDchWA_Xt_0qA,4720
36
+ solana_agent-17.1.6.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
37
+ solana_agent-17.1.6.dist-info/RECORD,,