From 6022d600a82677525733b5edb58c01de9f469563 Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 28 Nov 2025 15:47:32 +0000 Subject: [PATCH] Fix end of message stuff --- trustgraph-flow/trustgraph/agent/react/agent_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trustgraph-flow/trustgraph/agent/react/agent_manager.py b/trustgraph-flow/trustgraph/agent/react/agent_manager.py index 1e0d9b41..bf1edbfa 100644 --- a/trustgraph-flow/trustgraph/agent/react/agent_manager.py +++ b/trustgraph-flow/trustgraph/agent/react/agent_manager.py @@ -380,7 +380,7 @@ class AgentManager: logger.info(f"resp: {resp}") - await observe(resp) + await observe(resp, is_final=True) act.observation = resp