mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 07:04:48 +00:00
docs: add SDK modes (embedded vs server) to CLAUDE.md
This commit is contained in:
parent
52f0188517
commit
6e1b13c242
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
# Instructions
|
||||
|
||||
## SDK Modes
|
||||
|
||||
There are two ways to work with the SDKs:
|
||||
|
||||
- **Embedded**: Spawns the `sandbox-agent` server as a subprocess on a unique port and communicates with it locally. Useful for local development or when running the SDK and agent in the same environment.
|
||||
- **Server**: Connects to a remotely running `sandbox-agent` server. The server is typically running inside a sandbox (e.g., Docker, E2B, Daytona, Vercel Sandboxes) and the SDK connects to it over HTTP.
|
||||
|
||||
## Agent Schemas
|
||||
|
||||
Agent schemas (Claude Code, Codex, OpenCode, Amp) are available for reference in `resources/agent-schemas/dist/`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue