Skip to content
Merged
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: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![CI](https://github.com/mavdol/capsule/actions/workflows/ci.yml/badge.svg)](https://github.com/mavdol/capsule/actions/workflows/ci.yml)

[Getting Started](#getting-started) • [Documentation](#documentation) • [Contributing](#contributing)
[Getting Started](#getting-started) • [Documentation](#documentation) • [Issues](https://github.com/capsulerun/capsule/issues/new) • [Contributing](#contributing)

</div>

Expand Down Expand Up @@ -76,6 +76,13 @@ When you run `capsule run main.py` (or `main.ts`), your code is compiled into a

Each task operates within its own sandbox with configurable resource limits, ensuring that failures are contained and don't cascade to other parts of your workflow. The host system controls every aspect of execution, from CPU allocation via Wasm fuel metering to memory constraints and timeout enforcement.

## Ecosystem

| Package | Description |
|---------|-------------|
| [`capsule`](https://github.com/capsulerun/capsule) | Core runtime (this repository) |
| [`capsule-bash`](https://github.com/capsulerun/bash) | Sandboxed bash interface built for AI agents |

## Getting Started

### Python
Expand Down
Loading