agentscope-ai / agentscope-ai/agentscope-java
io.agentscope.core.ReActAgent#beforeAgentExecution 有副作用 可能会阻塞eventLoop线程
Open
area/core/agent
enhancement
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.3k
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 77
Description
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就会产生副作用
}
Contributor guide
Assessment
This issue has not been assessed yet.