docs: acp support (#4793)
This commit is contained in:
@@ -341,6 +341,22 @@ goose mcp <name>
|
||||
|
||||
---
|
||||
|
||||
#### acp
|
||||
Run Goose as an Agent Client Protocol (ACP) agent server over stdio. This enables Goose to work with ACP-compatible clients like Zed.
|
||||
|
||||
ACP is an emerging protocol specification that standardizes communication between AI agents and client applications, making it easier for clients to integrate with various AI agents.
|
||||
|
||||
**Usage:**
|
||||
```bash
|
||||
goose acp
|
||||
```
|
||||
|
||||
:::info
|
||||
This command is automatically invoked by ACP-compatible clients and is not typically run directly by users. The client manages the lifecycle of the `goose acp` process. See [Using Goose in ACP Clients](/docs/guides/acp-clients) for details.
|
||||
:::
|
||||
|
||||
---
|
||||
|
||||
### Project Management
|
||||
|
||||
#### project
|
||||
|
||||
Reference in New Issue
Block a user