agentscope-ai / agentscope-ai/agentscope-java
io.agentscope.core.ReActAgent#beforeAgentExecution 有副作用 可能会阻塞eventLoop线程
未關閉
area/core/agent
enhancement
- 主要語言
- Java
- 星號
- 5.6k
- 分支
- 1.3k
- 平均合併
- 4 天 12 小時
- 30 天內合併 PR
- 77
描述
io.agentscope.core.agent.AgentBase#runLifecycleBody
private Mono runLifecycleBody(
List msgs,
RuntimeContext rc,
Function, Mono> doCallFn,
String requestId) {
Object scope = beforeAgentExecution(msgs, rc); // 这里如果通过redis取agentState就会产生副作用
}
貢獻指南
評估
這個 Issue 還沒有評估資料。