mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-19 07:59:39 +00:00
update
This commit is contained in:
parent
7600f7567f
commit
0e8a570ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ const chatStore = (initial?: Partial<ChatStore>) => createStore<ChatStore>()(
|
|||
if (!agent_name || !agent_id) return;
|
||||
|
||||
// Add agent to taskAssigning
|
||||
if (!['mcp_agent', 'new_worker_agent', 'task_agent', 'task_summary_agent', "coordinator_agent"].includes(agent_name)) {
|
||||
if (!['mcp_agent', 'new_worker_agent', 'task_agent', 'task_summary_agent', "coordinator_agent", "question_confirm_agent"].includes(agent_name)) {
|
||||
// if (agentNameMap[agent_name as keyof typeof agentNameMap]) {
|
||||
const hasAgent = tasks[currentTaskId].taskAssigning.find((agent) => agent.agent_id === agent_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue