Compare commits
2 commits
PAP-878-cr
...
docs/maint
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11ff24cd22 | ||
|
|
af5b980362 |
2 changed files with 7 additions and 4 deletions
|
|
@ -20,9 +20,12 @@ When a heartbeat fires, Paperclip:
|
||||||
|---------|----------|-------------|
|
|---------|----------|-------------|
|
||||||
| [Claude Local](/adapters/claude-local) | `claude_local` | Runs Claude Code CLI locally |
|
| [Claude Local](/adapters/claude-local) | `claude_local` | Runs Claude Code CLI locally |
|
||||||
| [Codex Local](/adapters/codex-local) | `codex_local` | Runs OpenAI Codex CLI locally |
|
| [Codex Local](/adapters/codex-local) | `codex_local` | Runs OpenAI Codex CLI locally |
|
||||||
| [Gemini Local](/adapters/gemini-local) | `gemini_local` | Runs Gemini CLI locally |
|
| [Gemini Local](/adapters/gemini-local) | `gemini_local` | Runs Gemini CLI locally (experimental — adapter package exists, not yet in stable type enum) |
|
||||||
| OpenCode Local | `opencode_local` | Runs OpenCode CLI locally (multi-provider `provider/model`) |
|
| OpenCode Local | `opencode_local` | Runs OpenCode CLI locally (multi-provider `provider/model`) |
|
||||||
| OpenClaw | `openclaw` | Sends wake payloads to an OpenClaw webhook |
|
| Hermes Local | `hermes_local` | Runs Hermes CLI locally |
|
||||||
|
| Cursor | `cursor` | Runs Cursor in background mode |
|
||||||
|
| Pi Local | `pi_local` | Runs an embedded Pi agent locally |
|
||||||
|
| OpenClaw Gateway | `openclaw_gateway` | Connects to an OpenClaw gateway endpoint |
|
||||||
| [Process](/adapters/process) | `process` | Executes arbitrary shell commands |
|
| [Process](/adapters/process) | `process` | Executes arbitrary shell commands |
|
||||||
| [HTTP](/adapters/http) | `http` | Sends webhooks to external agents |
|
| [HTTP](/adapters/http) | `http` | Sends webhooks to external agents |
|
||||||
|
|
||||||
|
|
@ -55,7 +58,7 @@ Three registries consume these modules:
|
||||||
|
|
||||||
## Choosing an Adapter
|
## Choosing an Adapter
|
||||||
|
|
||||||
- **Need a coding agent?** Use `claude_local`, `codex_local`, `gemini_local`, or `opencode_local`
|
- **Need a coding agent?** Use `claude_local`, `codex_local`, `opencode_local`, or `hermes_local`
|
||||||
- **Need to run a script or command?** Use `process`
|
- **Need to run a script or command?** Use `process`
|
||||||
- **Need to call an external service?** Use `http`
|
- **Need to call an external service?** Use `http`
|
||||||
- **Need something custom?** [Create your own adapter](/adapters/creating-an-adapter)
|
- **Need something custom?** [Create your own adapter](/adapters/creating-an-adapter)
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ Create agents from the Agents page. Each agent requires:
|
||||||
|
|
||||||
Common adapter choices:
|
Common adapter choices:
|
||||||
- `claude_local` / `codex_local` / `opencode_local` for local coding agents
|
- `claude_local` / `codex_local` / `opencode_local` for local coding agents
|
||||||
- `openclaw` / `http` for webhook-based external agents
|
- `openclaw_gateway` / `http` for webhook-based external agents
|
||||||
- `process` for generic local command execution
|
- `process` for generic local command execution
|
||||||
|
|
||||||
For `opencode_local`, configure an explicit `adapterConfig.model` (`provider/model`).
|
For `opencode_local`, configure an explicit `adapterConfig.model` (`provider/model`).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue