All-Hands-AI / OpenHands

🙌 OpenHands: Code Less, Make More
https://all-hands.dev
MIT License
31.36k stars 3.62k forks source link

[Agent] CoAct: a hierarchical framework for enhancing agent collaboration #3077

Open RajWorking opened 1 month ago

RajWorking commented 1 month ago

What problem or use case are you trying to solve? Create the global and local agents described in https://arxiv.org/pdf/2406.13381

Describe the UX of the solution you'd like An abstract implementation of the planner framework into which other plugins can be plugged in. Modular and extensible design which allows multiple local agents that can be parallelized.

Do you have thoughts on the technical implementation? Refer to the technical implementation here: https://github.com/xmhou2002/CoAct/blob/main/README.md

Additional context We already have multiple options for planning agents. However, adding this is still useful.

RajWorking commented 1 month ago

Upon going through https://github.com/xmhou2002/CoAct/blob/main/README.md, it seems that the code is non-functional and poorly written. Although the idea proposed in the paper has merit, it seems it very difficult to integrate it into the opendevin architecture making this a medium sized effort. Closing this to be taken up at a later time.

assertion commented 1 month ago

Upon going through https://github.com/xmhou2002/CoAct/blob/main/README.md, it seems that the code is non-functional and poorly written. Although the idea proposed in the paper has merit, it seems it very difficult to integrate it into the opendevin architecture making this a medium sized effort. Closing this to be taken up at a later time.

I pulled their github code and found it not complete can it's not runnable. I'm trying to contact the author and get some info on it. If there's any progress on this, I'll update here.