mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-11 04:56:53 +08:00
AgentSessionManager 从单一 sessionId 改为 (conversationId, agentKey) 双 key 架构: 同一 conversationId 下多个 agent 共享 workspace 目录但各自拥有独立的 AgentSession 和对话记忆。删除 NanoIdSessionIdGenerator(conversationId 生成职责上移到 core 层 的 ConversationIdGenerator)。新增 ReActAgentConversationContinuityTest 和 ReActAgentMultiAgentChainTest 覆盖对话连续性和多 agent 协作场景。 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>