OpenBMB / XAgent

An Autonomous LLM Agent for Complex Task Solving
https://blog.x-agent.net/blog/xagent/
Apache License 2.0
8.06k stars 827 forks source link

Multi-agent framework integration #47

Closed spectral-sequence closed 11 months ago

spectral-sequence commented 11 months ago

Is it possible to integrate XAgent with multi-agent frameworks like ChatDev and Autogen?

MrXandbadas commented 11 months ago

it should be

spectral-sequence commented 11 months ago

Thanks.

OpenBMB also developed ChatDev so wondering if devs are interested in this idea.

Autogen, a general-purpose multi-agent framework, and MemGPT, giving LLMs unbounded context and virtual memory, are in the process of integrating.

That said, these agents are not as capable as XAgent, which solves most of the agentic problems.

If XAgent can also be integrated, this would be a very powerful AGI-like framework.

While XAgent acts as an agent that has multi-agent capabilities, it would be interesting to see multiple XAgents orchestrated with a group chat manager.

semikolon commented 11 months ago

I'd absolutely love to see this happen as well

Umpire2018 commented 11 months ago

Please refer to #162