Theia AI - Multiple AI Agent collaborating with each other #16032
Replies: 1 comment 4 replies
-
Yes, multi-agent collaboration is possible in Theia AI since version 1.63 🎉 It now supports agent delegation via a tool call: That way, one agent can delegate a task to another and get its response as part of its own context. Here's what you'd add to agent A's system message to enable that:
Agent B can even delegate again if needed. The delegated agents don’t get access to the full chat session, only the prompt passed to them; so the delegating agent (agent A) can fully control the context for agent B. By default, the delegation prompt and response will be shown in a collapsed panel in the chat view, but you can customize that by overriding the corresponding response part renderer. Changes made by agents are bubbled up to the main change set, so multiple agents can work collaboratively on workspace changes. Memory or ingestion isn’t built-in yet, but could be integrated by giving agents access to appropriate tools. Hope that helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi to the community!
I became aware of the possibility of defining custom AI Agent within Theia AI which is a pretty neat feature.
However I didn't see any tutorial showing us how to implement a multi-agent collaboration with functionalities such as:
Is this possible right now ?
Beta Was this translation helpful? Give feedback.
All reactions