Aaron Xia
Aaron Xia
Thanks for @Umpire2018 's suggestion, cc @rbren , modify the response format to the same like ``` # success: return JSONResponse( status_code=status.HTTP_200_OK, content=models, ) # failed: return JSONResponse( status_code=status.HTTP_500_INTERNAL_SERVER_ERROR, content={'error':...
**What problem or use case are you trying to solve?** When solving a complex github issue, maybe we need more than one person/role to participate in. For example, we need...
SYSTEM_MESSAGE role should be set to system, not user.
When exception thrown during running step, the current version, frontend just stuck there, showing `Agent is running task`. But actually, the backend already stopped the task. This pr will give...
There's no session clean strategy now, if frontend just be offline/close browser, the session in backend server will always be there. This pr will auto close the inactive sessions for...
After add the `Microagents and Delegation` #1238 ,the _is_stuck won't be used to check if the micro agent is stuck. This pr will solve the problem.
Clean related resources when session is inactive.
Tell llm, for command that may run indefinitely and not return a result, it should try to run the command in the background. issue to fix: https://github.com/OpenDevin/OpenDevin/issues/1895
Fix: https://github.com/apache/rocketmq/issues/8621 1. client/src/main/java/org/apache/rocketmq/client/consumer/store/RemoteBrokerOffsetStore.java a. 优化persistAll函数的日志输出格式