create_agentic_session
Start a collaborative AI agent session with shared context to coordinate tasks, manage dependencies, and reduce redundant data transmission between coordinator and workers.
Instructions
Create a new agentic session with shared context for coordinator and workers
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coordinator_id | Yes | ID of the coordinator agent | |
| worker_ids | Yes | Array of worker agent IDs | |
| task_description | Yes | Main task description | |
| codebase_files | No | ||
| requirements | No | ||
| constraints | No | ||
| ttl_minutes | No | Session TTL in minutes (default: 1440 = 24h) |