Multi-Agent-Research-Assistant/Multi-Agent Research Assistant.pdf at main · ThiamHuatTan/Multi-Agent-Research-Assistant · GitHub is this possible to implement using n8n? the full Python code is at the end of the documentation.
Ehy @TH1 ,
you can implement the multi-agent workflow described in that paper using n8n, but it won’t be a one-to-one translation of the Python code.
n8n can orchestrate multiple AI agents, manage memory, route data, and call external services, so the overall architecture is possible.
However, the Python-specific logic and libraries would need to be adapted, either by re-implementing them inside n8n Code nodes or by exposing them as microservices that n8n can call.
Complex coordination or asynchronous message passing would also require some careful flow design with webhooks or queues.
@TH1 be more specific on your request please.
We are here to help but you do not copy-paste code unless any context.
what I mean is I test with this flow, but there are some issues:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.