agentscope-ai / agentscope-ai/agentscope-java
io.agentscope.core.ReActAgent#beforeAgentExecution 有副作用 可能会阻塞eventLoop线程
オープン
area/core/agent
enhancement
- 主要言語
- Java
- スター
- 5.6k
- フォーク
- 1.3k
- 平均マージ
- 4日 12時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。