everruns-integrations-deno
Deno cloud sandboxes for Everruns agents.
everruns-integrations-deno adds cloud-based sandboxed code execution backed by
Deno Sandboxes, letting agents run code inside isolated environments without
touching the host. Sandboxes are managed per session, each identified by its own
sandbox id.
Part of the Everruns ecosystem — the durable agentic
harness engine for building unstoppable agents. It registers with everruns-core
through the Everruns integration plugin system.
Quick Example
use Capability;
use DenoCapability;
let capability = DenoCapability;
assert_eq!;
What It Provides
- Per-session Deno sandbox lifecycle, with multiple sandboxes per session
- Sandboxed code execution inside an isolated environment
- Bring-your-own API key via the user connection provider
- Inventory-based Everruns integration registration
Documentation
License
Licensed under the MIT License.