solana-agent 19.0.0__py3-none-any.whl → 19.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.
@@ -267,13 +267,16 @@ class AgentService(AgentServiceInterface):
267
267
  json_chunk=json_buffer
268
268
  )
269
269
 
270
- system_prompt = self.get_agent_system_prompt(agent_name) + \
270
+ system_prompt = system_prompt + \
271
271
  "\n DO NOT make any tool calls or return JSON."
272
272
 
273
+ user_prompt = f"\n USER QUERY: {query_text} \n"
274
+ user_prompt += f"\n TOOL RESPONSE: {response_text} \n"
275
+
273
276
  # Collect all processed text first
274
277
  processed_text = ""
275
278
  async for processed_chunk in self.llm_provider.generate_text(
276
- prompt=response_text,
279
+ prompt=user_prompt,
277
280
  system_prompt=system_prompt,
278
281
  ):
279
282
  processed_text += processed_chunk
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 19.0.0
3
+ Version: 19.0.1
4
4
  Summary: Agentic IQ
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents,agi
@@ -26,10 +26,10 @@ solana_agent/plugins/tools/auto_tool.py,sha256=eDq2P-_D2PM7Dafpn55b1QU5LkM6BLdJG
26
26
  solana_agent/repositories/__init__.py,sha256=fP83w83CGzXLnSdq-C5wbw9EhWTYtqE2lQTgp46-X_4,163
27
27
  solana_agent/repositories/memory.py,sha256=cDGoRz8FEkjwCE7j0XvA03-NL0TyROAt4_uwx288Th0,4790
28
28
  solana_agent/services/__init__.py,sha256=ab_NXJmwYUCmCrCzuTlZ47bJZINW0Y0F5jfQ9OovidU,163
29
- solana_agent/services/agent.py,sha256=gFM1t9vSu_el0Qk8KXWb9RW7JomRDUZJ7yoBNg4mmuM,16568
29
+ solana_agent/services/agent.py,sha256=b8mqFAmQOb0hn-qi5G7O4pVrpR6i7P9m5pvWfQoPVlA,16699
30
30
  solana_agent/services/query.py,sha256=qXrvzAyMqESdF8QD3xYaz2vyfR7ndLpsh2TahYQ-LYg,10414
31
31
  solana_agent/services/routing.py,sha256=IPvBicgTYXqQ8iIRaatCsBGQVsOBGdAkq2i6U8hZlOY,6479
32
- solana_agent-19.0.0.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
- solana_agent-19.0.0.dist-info/METADATA,sha256=KMTOIdvJzxSP-CpdAVSPPSnIDdBw2crOvivm8NnHrPw,10629
34
- solana_agent-19.0.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
35
- solana_agent-19.0.0.dist-info/RECORD,,
32
+ solana_agent-19.0.1.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
33
+ solana_agent-19.0.1.dist-info/METADATA,sha256=npkHT6heEzRldTN-oFHGp-PXvLOUN-h6RKE-VNiwAbo,10629
34
+ solana_agent-19.0.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
35
+ solana_agent-19.0.1.dist-info/RECORD,,