mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-19 19:04:48 +00:00
chore(site): added site
This commit is contained in:
parent
ee014b0838
commit
f92184201e
42 changed files with 1904 additions and 44 deletions
|
|
@ -10,9 +10,12 @@ Universal API for running Claude Code, Codex, OpenCode, and Amp inside sandboxes
|
|||
|
||||
## Architecture
|
||||
|
||||
- TODO
|
||||
- Embedded (runs agents locally)
|
||||
- Sandboxed
|
||||

|
||||
|
||||
The Sandbox Agent acts as a universal adapter between your client application and various coding agents (Claude Code, Codex, OpenCode, Amp). Each agent has its own adapter (e.g., `claude_adapter.rs`) that handles the translation between the universal API and the agent-specific interface.
|
||||
|
||||
- **Embedded Mode**: Runs agents locally as subprocesses
|
||||
- **Server Mode**: Runs as HTTP server from any sandbox provider
|
||||
|
||||
## Components
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue