mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
docs: update feature matrix with accurate symbols
This commit is contained in:
parent
812bfd8162
commit
8707c5e4b5
2 changed files with 24 additions and 24 deletions
24
README.md
24
README.md
|
|
@ -27,22 +27,22 @@ Which agent features are normalized into the universal event schema. All agents
|
||||||
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Questions (HITL) | ✓ | | ✓ | |
|
||||||
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Permissions (HITL) | ✓ | ✓ | ✓ | - |
|
||||||
| Images | ○ | ✓ | ✓ | ○ |
|
| Images | - | ✓ | ✓ | - |
|
||||||
| File Attachments | ○ | ✓ | ✓ | ○ |
|
| File Attachments | - | ✓ | ✓ | - |
|
||||||
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
| Session Lifecycle | - | ✓ | ✓ | - |
|
||||||
| Error Events | ○ | ✓ | ✓ | ✓ |
|
| Error Events | - | ✓ | ✓ | ✓ |
|
||||||
| Reasoning/Thinking | ○ | ✓ | | |
|
| Reasoning/Thinking | - | ✓ | | |
|
||||||
| Command Execution | ○ | ✓ | | |
|
| Command Execution | - | ✓ | | |
|
||||||
| File Changes | ○ | ✓ | | |
|
| File Changes | - | ✓ | | |
|
||||||
| MCP Tools | ○ | ✓ | | |
|
| MCP Tools | - | ✓ | | |
|
||||||
| Streaming Deltas | ✓ | ✓ | ✓ | ○ |
|
| Streaming Deltas | ✓ | ✓ | ✓ | - |
|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||
- ✓ = Supported in universal schema
|
- ✓ = Supported in universal schema
|
||||||
- ○ = Supported by agent, schema support in progress
|
- \- = Schema support in progress
|
||||||
|
|
||||||
Want support for another agent? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it.
|
Want support for another agent? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,22 +14,22 @@ The universal API normalizes different coding agents into a consistent interface
|
||||||
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Questions (HITL) | ✓ | | ✓ | |
|
||||||
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Permissions (HITL) | ✓ | ✓ | ✓ | - |
|
||||||
| Images | ○ | ✓ | ✓ | ○ |
|
| Images | - | ✓ | ✓ | - |
|
||||||
| File Attachments | ○ | ✓ | ✓ | ○ |
|
| File Attachments | - | ✓ | ✓ | - |
|
||||||
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
| Session Lifecycle | - | ✓ | ✓ | - |
|
||||||
| Error Events | ○ | ✓ | ✓ | ✓ |
|
| Error Events | - | ✓ | ✓ | ✓ |
|
||||||
| Reasoning/Thinking | ○ | ✓ | | |
|
| Reasoning/Thinking | - | ✓ | | |
|
||||||
| Command Execution | ○ | ✓ | | |
|
| Command Execution | - | ✓ | | |
|
||||||
| File Changes | ○ | ✓ | | |
|
| File Changes | - | ✓ | | |
|
||||||
| MCP Tools | ○ | ✓ | | |
|
| MCP Tools | - | ✓ | | |
|
||||||
| Streaming Deltas | ✓ | ✓ | ✓ | ○ |
|
| Streaming Deltas | ✓ | ✓ | ✓ | - |
|
||||||
|
|
||||||
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)
|
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)
|
||||||
|
|
||||||
- ✓ = Supported in universal schema
|
- ✓ = Supported in universal schema
|
||||||
- ○ = Supported by agent, schema support in progress
|
- \- = Schema support in progress
|
||||||
|
|
||||||
## Feature Descriptions
|
## Feature Descriptions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue