agentscope-ai / agentscope-ai/agentscope-java
io.agentscope.core.ReActAgent#beforeAgentExecution 有副作用 可能会阻塞eventLoop线程
Ouverte
area/core/agent
enhancement
- Langage dominant
- Java
- Étoiles
- 5.6k
- Forks
- 1.3k
- Merge moyen
- 4 j 12 h
- PR mergées (30 j)
- 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就会产生副作用
}
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.