Skip to main content

Multi-Agent Workflows

New

Build multi-agent research workflows, run them with context-aware intelligence, publish them as marketplace templates, and manage everything from a unified dashboard.

Overview#

Multi-Agent Workflows let you orchestrate specialized AI agents into multi-step pipelines that tackle complex research and analysis tasks. Define stages, assign agents, attach context sources, schedule recurring runs, and publish your workflows as marketplace templates — all from a single unified dashboard.

Agent Orchestration

Coordinate multiple AI agents working in sequence or parallel across stages.

Context Attachment

Connect knowledge bases, trend scans, feeds, verified claims, and files.

Scheduling

Set up cron-based recurring automated runs for any workflow.

Template Marketplace

Publish, browse, and purchase workflow templates from other creators.

Pipeline Agents

11 pre-configured verification pipeline agents plus 4 industry writers.

Analytics

Track run history, success rates, cost per run, and token usage.

Getting Started#

Navigate to your workflow dashboard from the sidebar to manage both Research Wizard workflows and Multi-Agent orchestrator workflows in one place.

1

Open Workflows

Click Workflows in the left sidebar under the Create section.
2

Choose a Tab

Select the Research Workflows or Agent Workflows tab at the top.
3

Manage Your Workflows

Each card shows name, stage count, execution count, and action buttons for Run, Edit, Publish, Schedule, Context, and Delete.

Creating Agent Workflows#

Build a multi-step workflow where specialized AI agents process tasks in sequence or parallel.

1

Click New Workflow

From the Workflows page, click the New Workflow button.
2

Configure Name & Description

Enter a descriptive name and explain what the workflow does.
3

Add Pipeline Agents

The Pipeline Agents section shows all 11 verification pipeline agents with color-coded badges. Click one to add it to your first stage.
4

Build Stages

Click Add Stage to create multiple stages. Each stage can have multiple agents running sequentially or in parallel.
5

Assign Agents

For each stage, select agents from the dropdown or click pipeline agents from the picker section.
6

Save Workflow

Click Save Workflow. If editing an existing workflow, you can also click Save as Template.

Context Sources#

Connect your workflows to real data sources so agents have context to work with when they run. Click the link icon on any agent workflow card to open the context panel.

Source TypeWhat It ProvidesExample
Knowledge BasesStructured document collectionsCompany wiki, product docs
Trend ScansLatest trend analysis dataIndustry trend monitoring results
Data FeedsReal-time external dataRSS feeds, API data streams
Verified ClaimsFact-checked report claimsPreviously verified research findings
Context FilesUploaded reference documentsPDFs, spreadsheets, text files

The Context Flow Visualizer at the top of the context panel shows how your data flows through workflow stages. Attached sources are automatically queried when the workflow runs, and the resolved content is injected into every agent's prompt.

Scheduling#

Set up automatic recurring runs so workflows execute on a schedule without manual intervention.

1

Open Schedule Dialog

Click the clock icon on any workflow card.
2

Choose a Schedule

Select from presets (Every day at 9 AM, Every Monday at 9 AM) or enter a custom cron expression.
3

Set Timezone

Select your timezone from the dropdown.
4

Save

Click Save Schedule to activate. The schedule status appears as a badge on the card.

Publishing Templates#

Package your workflow as a template and share or sell it on the marketplace.

1

Click Publish

On an agent workflow card, click the share/publish icon to open the Publish Wizard.
2

Step 1 — Description

Write a marketplace listing description explaining what the workflow does.
3

Step 2 — Pricing & Tags

Set a price (or leave empty for free) and add searchable tags.
4

Step 3 — Safety Preview

Review the automatic PII anonymization that strips emails, API keys, phone numbers, and credentials.
5

Step 4 — Publish

Review the summary and click Publish Template.
PriceWhat HappensPlatform Fee
Free ($0)Anyone can clone instantlyNo fee
Paid ($1–$999)Buyer purchases, then clones50% of sale price

Template Marketplace#

Discover and use workflow templates created by other users. Navigate to Workflow Templates in the sidebar under the Marketplace section.

Browse & Search

Search by name, filter by price (Free, Under $10, Under $50), and filter by type (Research or Agent).

Template Details

View creator name, purchase count, price, tags, and full description in a detail modal.

Use Templates

Free templates clone instantly. Paid templates require purchase first.

Customize

Cloned workflows appear in your Agent Workflows tab ready to customize and run.

Pipeline Agents#

The platform includes 11 pre-configured AI agents that power the verification pipeline, plus 4 industry-specific writer agents. View them on the Agent Library page under the Verification Pipeline section.

StepAgentRole
1LADDERQuery Decomposition
2Research PlannerResearch Planning
3ARLAdaptive Research Loop
4Domain ReviewDomain Expert Review
5Cross-DomainCross-Domain Synthesis
6SynthesisEvidence Synthesis
7WritingReport Writing
8CriticQuality Critique
9ICCInternal Consistency Check
10VerificationClaim Verification
11QualityFinal Quality Scoring

Four industry writer agents provide domain-specific expertise:

AgentDomainSpecialties
Healthcare WriterMedical & Life SciencesClinical analysis, medical terminology, evidence grading
Finance WriterFinancial AnalysisEquity research, market analysis, risk assessment
Legal WriterRegulatory & ComplianceLegal research, IRAC format, compliance checklists
Technology WriterTechnology & SoftwareArchitecture analysis, vendor comparison, market dynamics

Card Views#

Agent workflows can be viewed in two card styles. Toggle between them using the Standard / Unified switch above the agent workflow grid.

ViewShowsBest For
Standard (default)Stage count, tags, execution count, all action buttons including context managementDay-to-day management
UnifiedStats rows (execution count, completion rate), output links, type badgesAnalytical overview

Workflow Types#

The platform supports two types of workflows, both managed from the unified dashboard:

FeatureResearch WorkflowsAgent Workflows
PurposeAI-guided research report generationCustom multi-agent task pipelines
CreationResearch Wizard (guided 6-step process)Workflow Builder (stages with agents)
AgentsUses the 11-step verification pipelineCustom agent selection per stage
ContextBuilt into wizard stepsAttachable via Context Panel
SchedulingCron-based recurring runsCron-based recurring runs
PublishingSubmit for marketplace approvalPublish via 4-step wizard
AnalyticsPer-workflow dashboard with trendsExecution count and status

FAQ#

Troubleshooting#

IssueCauseFix
Schedule button missing on agent workflow cardsBrowser cache showing old versionClear browser cache and refresh the page
Publishing shows "Publish failed" errorWorkflow has no stages or API errorEnsure workflow has at least one stage with agents. Check browser console for details.
Context sources show empty listNo sources created yetCreate at least one Knowledge Base, Trend Scan, or other source type first.
Template not appearing in marketplacePublishing may not have completedVerify all 4 wizard steps were completed. Reset marketplace filters and try again.
Pipeline agents not showingAgents not seeded into databaseAn admin needs to seed pipeline agents via POST /api/admin/seed/pipeline-agents.
Workflow type filter not workingBackend may not support workflowType paramThe frontend sends the filter correctly. Contact support if filtering doesn't work.