Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/docs/cloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using a cloud sandbox provider shifts command execution to the cloud, making tri

## Using a cloud sandbox provider

There are many cloud sandbox providers to choose from. We recommend [Daytona](https://www.daytona.io/), because we have found them to be the most flexible. Other good options are [Modal](https://modal.com/) and [E2B](https://e2b.dev/).
There are many cloud sandbox providers to choose from. We recommend [Daytona](https://www.daytona.io/), because we have found them to be the most flexible. Other good options are [Modal](https://modal.com/), [E2B](https://e2b.dev/) and [Runloop](https://runloop.ai/).

```bash
harbor run -d "<dataset@version>" \
Expand Down
2 changes: 1 addition & 1 deletion content/docs/core-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An [agent](/docs/agents) is a program that completes tasks. Agents are defined b

## Container environment

Environments in Harbor are containers, typically defined as Docker images using a `Dockerfile`. The `BaseEnvironment` interface provides a unified interface for interacting with environments. Many cloud container runtimes are already supported out of the box, including Daytona, Modal, and E2B. Other container runtimes can be supported by implementing the `BaseEnvironment` interface.
Environments in Harbor are containers, typically defined as Docker images using a `Dockerfile`. The `BaseEnvironment` interface provides a unified interface for interacting with environments. Many cloud container runtimes are already supported out of the box, including [Daytona](https://www.daytona.io/), [Modal](https://modal.com/), [E2B](https://e2b.dev/) and [Runloop](https://runloop.ai/). Other container runtimes can be supported by implementing the `BaseEnvironment` interface.

## Trial

Expand Down
2 changes: 1 addition & 1 deletion content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Harbor provides:
- Simple, modular interfaces for environments, agents, and tasks
- All popular CLI agents pre-integrated
- A registry of popular benchmarks and datasets
- Integrations with cloud sandbox providers like Daytona, Modal, and E2B for horizontal scaling
- Integrations with cloud sandbox providers like [Daytona](https://www.daytona.io/), [Modal](https://modal.com/), [E2B](https://e2b.dev/) and [Runloop](https://runloop.ai/) for horizontal scaling
- Integrations with frameworks like SkyRL and GEPA for optimizing agents