small blog fixes (#3549)

This commit is contained in:
Rizel Scarlett 2025-07-27 02:04:25 -04:00 committed by GitHub
parent ca39fe057e
commit 92f6f324bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ You're probably wondering how I got here.
<!--truncate-->
Before I explain, its better if I just show you:
Before I explain, its better if I just show you.
👉Try it yourself: https://api-playground-production.up.railway.app/
@ -58,14 +58,14 @@ export GOOSE_ALPHA_FEATURES=true
## Instructing My Team
There are a few ways to create subagents in Goose. You can use natural language prompts, define them through [recipes](/docs/guides/recipes/), or even spin up [external subagents](/docs/experimental/subagents/#external-subagents) like Codex or Claude Code..
There are a few ways to create subagents in Goose. You can use natural language prompts, define them through [recipes](/docs/guides/recipes/), or even spin up [external subagents](/docs/experimental/subagents/#external-subagents) like Codex or Claude Code.
I took the natural language prompt approach because it felt convenient to directly configure a subagent through one prompt. Heres the prompt I used:
```
Build a real-time collaborative API testing platform using 3 AI subagents working sequentially - like "Google Docs for Postman" where teams can test APIs together, but for kids. Make it so errors and results are explained in a way that kids can understand and the design is kid friendly using metaphors.
3 Sequential subagents
3 Sequential Subagents
- Subagent 1: Create a WebSocket backend server that handles API request execution (GET/POST/PUT/DELETE with headers, body, auth) AND real-time collaboration features (multiple users, shared collections, live updates).
@ -83,7 +83,7 @@ Build a real-time collaborative API testing platform using 3 AI subagents workin
Final result should be a working web app where multiple people can test APIs together, see each other's requests and responses instantly, and collaborate without conflicts. Use HTML/CSS/JS for the frontend, no frameworks.
Set the time out to 9 minutes
Set the time out to 9 minutes.
```
:::note TLDR