From ca8be0ac8d75647ecda36bdb36761a7aa498838b Mon Sep 17 00:00:00 2001 From: Hajime Morrita Date: Fri, 2 May 2025 09:03:17 -0700 Subject: [PATCH] docs: Remove "agent" subcommand which does not exist. (#2422) --- documentation/docs/guides/goose-cli-commands.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index f3ea4ba1..0ffa1583 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -237,16 +237,6 @@ goose run --recipe recipe_no_prompt.yaml --- -### agents - -Used to show the available implementations of the agent loop itself - -**Usage:** - -```bash -goose agents -``` - ### bench Used to evaluate system-configuration across a range of practical tasks. See the [detailed guide](/docs/guides/benchmarking) for more information.