Build Email-Based Multi-Agent Coordinator System

Deploy a coordinator agent that routes tasks to specialized agents via email

Updated: 6/12/2026
Difficulty
medium
Time
4-6h
Use Case
Organizational deployment of multi-agent systems where users interact via email without installing software
Popularity
0 views

About this automation

Create a coordinator agent (e.g., Kiku) that receives email tasks, maintains a roster of specialized agents with their capabilities, routes subtasks via email, and aggregates results back to the user. Uses email threading as state memory.

How to implement

1

Design agent roster with capability descriptions

2

Implement coordinator agent that parses incoming email tasks

3

Build routing logic to match task requirements to agent capabilities

4

Set up email threading to pass conversation history as LLM context

5

Implement per-agent containerization for isolation

6

Add per-agent user access controls

7

Deploy with local email server (use demo.sh for testing)