agentscope-ai / agentscope-ai/agentscope-java
io.agentscope.core.ReActAgent#beforeAgentExecution 有副作用 可能会阻塞eventLoop线程
Aberta
area/core/agent
enhancement
- Linguagem predominante
- Java
- Estrelas
- 5.6k
- Forks
- 1.3k
- Merge médio
- 4d 12h
- PRs com merge (30d)
- 77
Descrição
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就会产生副作用
}
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.