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