Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,13 +360,17 @@ Adapters are used by both `export` and `run`. Available adapters:
| `openai` | OpenAI Agents SDK Python code |
| `crewai` | CrewAI YAML configuration |
| `lyzr` | Lyzr Studio agent |
| `github` | GitHub Actions agent |
| `github` | GitHub Models inference |
| `git` | Git-native execution (run only) |
| `opencode` | OpenCode instructions + config |
| `gemini` | Google Gemini CLI (GEMINI.md + settings.json) |
| `openclaw` | OpenClaw format |
| `nanobot` | Nanobot format |
| `cursor` | Cursor `.cursor/rules/*.mdc` files |
| `copilot` | GitHub Copilot instructions (export only) |
| `codex` | OpenAI Codex CLI instructions (export only) |
| `kiro` | Kiro agent format (export only) |
| `gitclaw` | GitClaw agent format |

```bash
# Export to system prompt
Expand Down