|
17 | 17 |
|
18 | 18 | [Documentation](https://sandboxagent.dev/docs) — [Discord](https://rivet.dev/discord) |
19 | 19 |
|
20 | | -## Universal Schema Support |
21 | | - |
22 | | -Which agent features are normalized into the universal event schema. All agents have full native capabilities; this shows what's exposed via the API. |
23 | | - |
24 | | -| Feature | Claude | Codex | OpenCode | Amp | |
25 | | -|--------------------|:------:|:-----:|:------------:|:------------:| |
26 | | -| Stability | Stable | Stable| Experimental | Experimental | |
27 | | -| Text Messages | ✓ | ✓ | ✓ | ✓ | |
28 | | -| Tool Calls | ✓ | ✓ | ✓ | ✓ | |
29 | | -| Tool Results | ✓ | ✓ | ✓ | ✓ | |
30 | | -| Questions (HITL) | ✓ | | ✓ | | |
31 | | -| Permissions (HITL) | ✓ | ✓ | ✓ | - | |
32 | | -| Images | - | ✓ | ✓ | - | |
33 | | -| File Attachments | - | ✓ | ✓ | - | |
34 | | -| Session Lifecycle | - | ✓ | ✓ | - | |
35 | | -| Error Events | - | ✓ | ✓ | ✓ | |
36 | | -| Reasoning/Thinking | - | ✓ | | | |
37 | | -| Command Execution | - | ✓ | | | |
38 | | -| File Changes | - | ✓ | | | |
39 | | -| MCP Tools | - | ✓ | | | |
40 | | -| Streaming Deltas | ✓ | ✓ | ✓ | - | |
41 | | - |
42 | | -Agents: [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) · [Codex](https://github.com/openai/codex) · [OpenCode](https://github.com/opencode-ai/opencode) · [Amp](https://ampcode.com) |
43 | | - |
44 | | -- ✓ = Supported in universal schema |
45 | | -- \- = Schema support in progress |
46 | | - |
47 | | -Want support for another agent? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it. |
| 20 | +Want support for another agent or sandbox provider? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it. |
48 | 21 |
|
49 | 22 | ## Architecture |
50 | 23 |
|
|
0 commit comments