We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c023bc commit 3419a5eCopy full SHA for 3419a5e
src/backend/kernel_agents/agent_factory.py
@@ -325,7 +325,7 @@ async def create_all_agents(
325
326
# Phase 3: Create group chat manager with all agents including the planner
327
group_chat_manager = await cls.create_agent(
328
- agent_type=group_chat_manager_type,
+ agent_type=AgentType.GROUP_CHAT_MANAGER,
329
session_id=session_id,
330
user_id=user_id,
331
temperature=temperature,
0 commit comments