docs: Subagents (#3402)

Co-authored-by: angiejones <jones.angie@gmail.com>
This commit is contained in:
Rizel Scarlett
2025-07-14 23:27:24 -04:00
committed by GitHub
parent 515b20e361
commit fc3d59f6f9
5 changed files with 320 additions and 1 deletions

View File

@@ -35,6 +35,14 @@ The following settings can be configured at the root level of your config.yaml f
| `GOOSE_ALLOWLIST` | URL for allowed extensions | Valid URL | None | No |
| `GOOSE_RECIPE_GITHUB_REPO` | GitHub repository for recipes | Format: "org/repo" | None | No |
## Experimental Features
These settings enable experimental features that are in active development. These may change or be removed in future releases.
| Setting | Purpose | Values | Default | Required |
|---------|---------|---------|---------|-----------|
| `ALPHA_FEATURES` | Enables experimental alpha features like [subagents](/docs/experimental/subagents) | true/false | false | No |
Additional [environment variables](/docs/guides/environment-variables) may also be supported in config.yaml.
## Example Configuration
@@ -59,6 +67,9 @@ GOOSE_CLI_MIN_PRIORITY: 0.2
# Recipe Configuration
GOOSE_RECIPE_GITHUB_REPO: "block/goose-recipes"
# Experimental Features
ALPHA_FEATURES: true
# Extensions Configuration
extensions:
developer: