Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

# CodeRunner: A local sandbox for your AI agents

CodeRunner helps you sandbox your AI agents and its actions inside a sandbox.
CodeRunner runs your AI agents and their actions inside an isolated sandbox.

**Key use case:** You can run multiple Claude Code or AI agents in our sandbox without any fear of data loss and exfilteration.
**Key use case:** You can run multiple Claude Code or AI agents in our sandbox with reduced risk of data loss and exfiltration.



Expand Down Expand Up @@ -351,8 +351,9 @@ CodeRunner consists of:
## Examples

The `examples/` directory contains:
- `openai-agents` - Example OpenAI agents integration
- `claude-desktop` - Example Claude Desktop integration
- `openai_agents` - Example OpenAI agents integration
- `claude_desktop` - Example Claude Desktop integration
- `gemini_cli` - Example Gemini CLI integration

## Building Container Image Tutorial

Expand Down