fix(agent): Remove resources of planner agent (#1540)

This commit is contained in:
Fangyin Cheng
2024-05-22 15:38:49 +08:00
committed by GitHub
parent 04af30e3db
commit 47430f2a0b
2 changed files with 12 additions and 11 deletions

View File

@@ -291,21 +291,13 @@ class MultiAgents(BaseComponent, ABC):
else:
raise ValueError(f"Unknown Agent Team Mode!{team_mode}")
manager = (
await manager.bind(context)
.bind(llm_config)
.bind(depend_resource)
.bind(agent_memory)
.build()
await manager.bind(context).bind(llm_config).bind(agent_memory).build()
)
manager.hire(employees)
recipient = manager
user_proxy: UserProxyAgent = (
await UserProxyAgent()
.bind(context)
.bind(depend_resource)
.bind(agent_memory)
.build()
await UserProxyAgent().bind(context).bind(agent_memory).build()
)
if is_retry_chat:
# retry chat