Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 2.02 KB

File metadata and controls

16 lines (12 loc) · 2.02 KB

Supported Agents

The following table summarizes the agents that run in OpenShell sandboxes. All agent sandbox images are maintained in the OpenShell Community repository. Agents in the base image are auto-configured when passed as the trailing command to openshell sandbox create.

Agent Source Default Policy Notes
Claude Code base Full coverage Works out of the box. Requires ANTHROPIC_API_KEY.
OpenCode base Partial coverage Pre-installed. Add opencode.ai endpoint and OpenCode binary paths to the policy for full functionality.
Codex base No coverage Pre-installed. Requires a custom policy with OpenAI endpoints and Codex binary paths. Requires OPENAI_API_KEY.
GitHub Copilot CLI base Full coverage Pre-installed. Works out of the box. Requires GITHUB_TOKEN or COPILOT_GITHUB_TOKEN.
OpenClaw openclaw Bundled Agent orchestration layer. Launch with openshell sandbox create --from openclaw.
Ollama ollama Bundled Run cloud and local models. Includes Claude Code, Codex, and OpenClaw. Launch with openshell sandbox create --from ollama.

More community agent sandboxes are available in the {doc}../sandboxes/community-sandboxes catalog.

For a complete support matrix, refer to the {doc}../reference/support-matrix page.