create_group
Create named agent groups with shared runtime configuration, profiles, and policies for multi-agent orchestration and parallel task delegation.
Instructions
Create a named agent group with shared runtime config. Groups are reusable presets for fractal orchestration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Defaults to current working directory. | |
| json | No | Return pure JSON string instead of Markdown format. | |
| name | Yes | Group name (e.g. "backend-team", "qa-group"). | |
| model | No | Default model for agents in this group. Use "default" for provider default. | |
| skill | No | Default skill activated for all agents in this group. | |
| policy | No | Default policy restricting agent permissions. | |
| runner | No | Default runner for agents in this group. | |
| timeout | No | Default timeout in seconds for tasks in this group. | |
| profiles | No | Ordered provider/model profiles for this resource group. First profile is used by default; round_robin rotates. | |
| provider | No | Default CLI provider for agents in this group. Default: codex. | |
| max_agents | No | Max concurrent agents allowed in this group. | |
| model_tier | No | Logical tier label for UI/docs, e.g. fast, standard, advanced. | |
| include_dirs | No | Additional directories agents in this group can access. | |
| allowed_tools | No | Provider tool allowlist for compatible runners. For Claude, entries are passed to --allowedTools. | |
| approval_mode | No | Default access mode for agents in this group. | |
| rotation_mode | No | Profile rotation strategy. Default: error_fallback. |