create_session
Set up a structured collaboration session for multi-agent research, enabling task assignment and coordination across agents.
Instructions
Create a new collaboration session for multi-agent research.
AUTOMATIC TRIGGERS - Call this when:
Starting a new multi-agent research task
User asks to set up a collaboration session
You need to coordinate work across multiple agents
WORKFLOW POSITION: First tool in any collaboration workflow.
PARAMETERS:
title: Short descriptive title for the session
task_description: Detailed description of the research task
plan: Optional list of task dicts (step, task, assigned_to) - recommended for structured work
rules: Optional session rules (max_agents, require_assignment)
created_by: Your agent identifier (default: "orchestrator")
After creation, use join_session for agents to join, then send_message to assign tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | ||
| rules | No | ||
| title | Yes | ||
| created_by | No | orchestrator | |
| task_description | Yes |