[GAIA] Add prompt improvement to alleviate solution parsing issue & support Tavily search tools (#9057)

This commit is contained in:
Ryan H. Tran
2025-06-17 13:16:50 +07:00
committed by GitHub
parent e6e0f4673f
commit ddaa186971
11 changed files with 62 additions and 32 deletions

View File

@@ -158,7 +158,7 @@ class AgentSession:
# NOTE: this needs to happen before controller is created
# so MCP tools can be included into the SystemMessageAction
if self.runtime and runtime_connected and agent.config.enable_mcp:
await add_mcp_tools_to_agent(agent, self.runtime, self.memory, config)
await add_mcp_tools_to_agent(agent, self.runtime, self.memory)
if replay_json:
initial_message = self._run_replay(