mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 22:54:31 +00:00
22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# opencode agent
|
|
|
|
> Manage agents for OpenCode.
|
|
> More information: <https://opencode.ai/docs/cli#agent>.
|
|
|
|
- List all available agents:
|
|
|
|
`opencode agent list`
|
|
|
|
- Create a new agent interactively:
|
|
|
|
`opencode agent create`
|
|
|
|
- Display help:
|
|
|
|
`opencode agent {{[-h|--help]}}`
|