-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Cloud agents PoC #4551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud agents PoC #4551
Conversation
|
@cte How WIP is this? Could a dev with enough local resources at least get 1-2 agents running locally, plus the CnC Website? Or is it still not baked enough? |
|
Hi @cte , I've been testing the headless execution system and made good progress. What is working:
But here is an issue: The extension receives StartNewTask commands but doesn't execute tasks. No task events are broadcast back. Are there additional configuration requirements beyond ROO_CODE_IPC_SOCKET_PATH? |
Are you running things off of this branch? |
|
@cte Yes, I was trying to do the same thing and found your PR, figured it might be easier to try it rather than fork roocode myself. I've been able to do the above, and can't get roocode to start and actually send back events. Vs code opens, with only the built version of Roocode from this branch, but then nothing gets sent back from the socket |
|
@cte Hi, any progress on how to make it work ? |
|
@cte Hi, do you plan to continue working on this pull request? |
Description
WIP