Hey folks, has anyone run into this issue?
I’m running a setup with one orchestrator agent (GPT-4-turbo) and four sub-agents (Lara CRM, Lara SDR, Lara FAQ, Lara Agendamento), all connected as AI Tools and each with its own Redis memory.
The problem is that the ToolsAgent V2 node (in this case, “Lara Orquestradora”) keeps throwing this error:
Cannot read properties of undefined (reading 'map')
Even though all ai_tool connections are properly configured and the model recognizes memory correctly, the agent fails to load the tools at runtime.
The bug occurs on versions 1.116.2 and 1.117.1 (self-hosted).
It seems like the tools field or connections.ai_tool isn’t being read correctly inside execute.ts for ToolsAgent/V2.
Has anyone managed to fix or work around this problem?