We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eba442 commit b547023Copy full SHA for b547023
1 file changed
packages/derisk-core/src/derisk/agent/core_v2/integration/runtime.py
@@ -736,7 +736,6 @@ async def _execute_stream(
736
f"[_execute_stream] Injected interaction gateway into agent"
737
)
738
739
-<<<<<<< HEAD
740
# 注入 GptsMemory(用于VIS推送)- backup in case _get_or_create_agent missed it
741
if self.gpts_memory and hasattr(agent, "set_gpts_memory"):
742
if not getattr(agent, "_gpts_memory", None):
0 commit comments