Aaron Xia

Results 21 comments of Aaron Xia

> These, including some big names, are waiting for a suitable LLM to implement customized LLM. For all these automated developments, the optimal solution is still a customized dedicated LLM....

> @assertion we are already multi-agent! > > Check out the DelegatorAgent: https://github.com/OpenDevin/OpenDevin/blob/main/agenthub/delegator_agent/agent.py Didn't notice this new feature, I'll try with it. It's a very good proposal to extend the...

Any update on this issue @rbren ? I'm also thinking recently, about how to deploy opendevin to a distributed arch. If we deploy the whole opendevin as an instance, each...

This pr will fix the problem of app hang when exception thrown in agent_controller step execution: https://github.com/OpenDevin/OpenDevin/pull/1445 @enyst

@rbren I found this bug when opening two browsers and chat with opendevin at the same time, the bug related to EventStream. pr: https://github.com/OpenDevin/OpenDevin/pull/1713 And I found you fixed it...

I'm not sure whether we can make CodeActAgent do like this : https://github.com/OpenDevin/OpenDevin/pull/1777 Let llm to choose whether continue executing or ask for user input ? @neubig cc @xingyaoww @rbren

Not every agent has the ability to open browser, if it doesn't work, pls tell us what's the agent you're using.

@shaggy2626 which runtime you use? try SSHBox instead of ExecBox when running CodeActAgent?

@SmartManoj @enyst I missed the last line of issue desc said: `It has been stuck on this task for 4 hours` Currently, it will be timeout for `CmdRunAction`, so only...