Multi-Agents

June 24, 2026 · View on GitHub


Table of Contents


Overview

Multi-Agents lets you assign multiple AI agents to work together on projects, tasks, and conversations. Instead of relying on a single generalist AI, you create teams of specialized agents that collaborate — each bringing domain expertise, unique knowledge, and specific tools.

Specialized agents, Taskade EVE, and people coordinate around one shared project.

graph TD
  HUMAN["Human team members<br/>direction and decisions"] --> WS["Shared project / workspace"]
  WS --> EVE["Taskade EVE<br/>orchestrates and invokes agents"]
  EVE --> RES["Research Agent"]
  EVE --> ANL["Analyst Agent"]
  EVE --> WRT["Writer Agent"]
  EVE --> COORD["Coordinator Agent"]
  RES --> WS
  ANL --> WS
  WRT --> WS
  COORD --> WS

Workspace DNA impact: Multi-agent teams amplify the Intelligence pillar. Each agent contributes +10 points to your Intelligence Score, and teams create compounding intelligence through specialization.

Plan note: Multi-Agent Teams are available on Business+ plans.


Set Up Your AI Agents

Method 1: Build from Scratch

StepAction
1Open the Agents tab in your workspace
2Click Create Agent
3Configure: name, persona, tone, knowledge, tools
4Repeat for each specialized agent in your team

Method 2: Use Templates

StepAction
1Browse the agent template library
2Select pre-built agent templates for each role
3Customize each agent for your specific use case

Method 3: Auto-Generate a Team with AI

The fastest way to create a multi-agent team:

StepAction
1Open the Agents tab
2Click Create Agent Team
3Describe your team in plain English (e.g., "I need a marketing team with a content writer, SEO specialist, social media manager, and analytics analyst")
4AI generates the complete team with specialized agents, knowledge sources, and tool configurations
5Review and customize each agent as needed

Pro tip: Auto-generated teams include appropriate personas, knowledge connections, and tool assignments based on your description. You can always fine-tune each agent individually afterward.

Example team setup:

AgentSpecialtyKnowledgeTools
Research AgentData gathering, web searchIndustry reports, competitor URLsSearch Web, Scrape Webpage
Analyst AgentData analysis, insightsHistorical data projects, KPIsGoogle Sheets, Custom Fields
Writer AgentContent creation, copywritingBrand guidelines, tone docsGoogle Docs, WordPress
Coordinator AgentTask management, routingTeam structure, processesSlack, Google Calendar, Taskade Actions

Team Up with AI Agents

Assign a Single Agent

StepAction
1Open a project or task
2Click the Agent icon
3Select an agent from your workspace
4The agent now has context for that specific project/task

Assign Multiple Agents

StepAction
1Open a project
2Click the Agent icon
3Select multiple agents for the project
4Each agent applies its specialty to the project

Bulk-Assign Agents

StepAction
1Select multiple tasks or projects
2Use bulk actions to assign agents
3Agents are assigned to all selected items

Use the Agent Sidebar

FeatureDetail
AccessClick the Agent icon in the sidebar
Switch agentsToggle between assigned agents mid-conversation
Context awarenessAgent sees the project/task you're currently viewing
Tool accessAll enabled tools are available in the sidebar
HistoryConversation history preserved per agent

Iterate on Output

Multi-agent output can be refined iteratively:

TechniqueExample
Sequential refinementResearch Agent drafts → Writer Agent refines → Reviewer Agent checks
Parallel generationMultiple agents tackle different sections simultaneously
Feedback loopAsk one agent to critique another agent's output
Role switching"Now have the Analyst Agent review what the Writer Agent produced"

Chat with Agents & Your Team

Multi-agent chats support both AI agents and human team members in the same conversation:

ParticipantRole
AI AgentsRespond based on knowledge and tools
Human team membersProvide direction, make decisions, add context
EVEOrchestrates and can invoke other agents

Tip: @mention specific agents in chat to direct questions or tasks to them.


Copy / Duplicate Multi-Agents

ActionHowResult
Copy an agentAgent settings → DuplicateCreates an identical copy you can customize
Copy a teamDuplicate the project with agent assignmentsAll agents and their assignments are copied
Share across workspacesPublish agent publicly → Clone in another workspaceAgent config is replicated (knowledge may need re-linking)

Share Agents

Sharing MethodScopeHow
Within workspaceTeam membersAgents are available to all workspace members by default
Cross-workspaceOther workspacesPublish publicly → Clone
PublicAnyonePublish with public toggle
Embedded in Taskade Genesis appApp usersAdd agent chat widget to your Genesis app

Multi-Agent Architecture Patterns

PatternDescriptionBest ForExample
Sequential PipelineAgent A → Agent B → Agent C (output flows linearly)Content creation, data processingResearch → Write → Review
Hub and SpokeCentral coordinator routes to specialistsCustomer support, complex queriesCoordinator → routes to Sales/Support/Billing
Parallel Fan-OutMultiple agents work simultaneouslyReport generation, data analysisFinance + Marketing + Operations agents each analyze their domain
Debate / ReviewAgents critique each other's workQuality control, decision-makingProposal Agent creates → Critic Agent reviews → Proposal Agent revises
Escalation ChainStart with generalist, escalate to specialistSupport tiers, triageTier 1 Agent → Tier 2 Specialist → Human escalation

What's Next

GuideWhat You'll Learn
Custom AI AgentsBuild individual agents
Agent Knowledge & MemoryTrain agents with domain knowledge
Tools for AI AgentsAdd capabilities to each agent
AutomationsConnect agents to automated workflows
Autonomous Agents (API)Orchestrate multi-agent systems programmatically