create_delayed_room
Creates a coordination room for agents to collaborate when they identify a need, specifying the agent, repository, reason, and optional participants.
Instructions
Create a delayed room for coordination when agents realize they need it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | ID of the agent creating the coordination room. This agent will be automatically added to the room as a participant. | |
| repositoryPath | Yes | Absolute path to the repository where the room will be created. This determines the scope and context of the coordination room. | |
| reason | Yes | Reason or purpose for creating the coordination room. This will be included in the room description and initial message. | |
| participants | No | Optional array of additional agent IDs or names to invite to the coordination room. The creating agent is automatically included. |