新增robot;调整engineer
This commit is contained in:
@@ -120,7 +120,6 @@ class SocietyOfMindAgent(BaseChatAgent):
|
||||
) -> AsyncGenerator[AgentEvent | ChatMessage | Response, None]:
|
||||
# Prepare the task for the team of agents.
|
||||
task = list(messages)
|
||||
task = [t for t in task if t.source!="PlanningAgent"][-2:]
|
||||
|
||||
# Run the team of agents.
|
||||
result: TaskResult | None = None
|
||||
|
||||
Reference in New Issue
Block a user