solana-agent 30.0.3__py3-none-any.whl → 30.0.4__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/services/agent.py +1 -1
- {solana_agent-30.0.3.dist-info → solana_agent-30.0.4.dist-info}/METADATA +1 -1
- {solana_agent-30.0.3.dist-info → solana_agent-30.0.4.dist-info}/RECORD +6 -6
- {solana_agent-30.0.3.dist-info → solana_agent-30.0.4.dist-info}/LICENSE +0 -0
- {solana_agent-30.0.3.dist-info → solana_agent-30.0.4.dist-info}/WHEEL +0 -0
- {solana_agent-30.0.3.dist-info → solana_agent-30.0.4.dist-info}/entry_points.txt +0 -0
solana_agent/services/agent.py
CHANGED
@@ -260,7 +260,7 @@ class AgentService(AgentServiceInterface):
|
|
260
260
|
# Compose the prompt for generate_text
|
261
261
|
full_prompt = ""
|
262
262
|
if memory_context:
|
263
|
-
full_prompt += f"CONVERSATION HISTORY:\n{memory_context}\n\n"
|
263
|
+
full_prompt += f"CONVERSATION HISTORY:\n{memory_context}\n\n Always use your tools to perform actions and don't rely on your memory!\n\n"
|
264
264
|
if prompt:
|
265
265
|
full_prompt += f"ADDITIONAL PROMPT:\n{prompt}\n\n"
|
266
266
|
full_prompt += user_content
|
@@ -32,12 +32,12 @@ solana_agent/plugins/tools/auto_tool.py,sha256=uihijtlc9CCqCIaRcwPuuN7o1SHIpWL2G
|
|
32
32
|
solana_agent/repositories/__init__.py,sha256=fP83w83CGzXLnSdq-C5wbw9EhWTYtqE2lQTgp46-X_4,163
|
33
33
|
solana_agent/repositories/memory.py,sha256=SKQJJisrERccqd4cm4ERlp5BmKHVQAp1fzp8ce4i2bw,8377
|
34
34
|
solana_agent/services/__init__.py,sha256=iko0c2MlF8b_SA_nuBGFllr2E3g_JowOrOzGcnU9tkA,162
|
35
|
-
solana_agent/services/agent.py,sha256=
|
35
|
+
solana_agent/services/agent.py,sha256=EK4tGeG2nk-pIAvZMiKC1dlPVuybouGliONcJiB_2k8,19267
|
36
36
|
solana_agent/services/knowledge_base.py,sha256=ZvOPrSmcNDgUzz4bJIQ4LeRl9vMZiK9hOfs71IpB7Bk,32735
|
37
37
|
solana_agent/services/query.py,sha256=3v5Ym8UqL0rfOC-0MWHALAsS2jVWdpUR3A-YI9n0xyo,18771
|
38
38
|
solana_agent/services/routing.py,sha256=C5Ku4t9TqvY7S8wlUPMTC04HCrT4Ib3E8Q8yX0lVU_s,7137
|
39
|
-
solana_agent-30.0.
|
40
|
-
solana_agent-30.0.
|
41
|
-
solana_agent-30.0.
|
42
|
-
solana_agent-30.0.
|
43
|
-
solana_agent-30.0.
|
39
|
+
solana_agent-30.0.4.dist-info/LICENSE,sha256=BnSRc-NSFuyF2s496l_4EyrwAP6YimvxWcjPiJ0J7g4,1057
|
40
|
+
solana_agent-30.0.4.dist-info/METADATA,sha256=47V9Ytk_UZXhVQZNXyREmPOAyp1gBs0J037zakw71eE,29582
|
41
|
+
solana_agent-30.0.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
42
|
+
solana_agent-30.0.4.dist-info/entry_points.txt,sha256=-AuT_mfqk8dlZ0pHuAjx1ouAWpTRjpqvEUa6YV3lmc0,53
|
43
|
+
solana_agent-30.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|