Skip to content

Commit acc230d

Browse files
v0eersnington
andcommitted
feat: restructure header to match ArtifactFS style
Update header with bold h1, CI badge, blockquote notice, and clean paragraphs. Co-authored-by: Sree Narayanan <23213899+eersnington@users.noreply.github.com>
1 parent e27b348 commit acc230d

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
<h3 align="center">agent-container</h3>
2-
3-
<p align="center">
4-
Give your agents tiny boxes, powered by <a href="https://github.com/cloudflare/workerd">workerd</a><br />
5-
Agent Container is a workerd-based sandbox designed to give coding agents isolated execution environments, providing structured bindings (workspace, exec, env) scoped to a single repository rather than the host system. It's ideal for AI coding tools, agent frameworks, and platforms that need to run untrusted code with fine-grained capability control.
6-
</p>
7-
8-
<p align="center">
9-
<a href="#quick-start">Quick Start</a> &middot;
10-
<a href="#why">Why</a> &middot;
11-
<a href="#architecture">Architecture</a> &middot;
12-
<a href="#api">API</a> &middot;
13-
<a href="#development">Development</a>
14-
</p>
1+
# Agent Container
2+
3+
[![Build & Test](https://github.com/vercel/agent-container/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/agent-container/actions/workflows/ci.yml)
4+
5+
> This project is under active development. APIs may change.
6+
7+
Agent Container is a [workerd](https://github.com/cloudflare/workerd)-based sandbox for running untrusted code from AI agents. It exposes structured capability bindings (filesystem, exec, env) scoped to a single repository, rather than giving agents raw access to the host system.
8+
9+
It's useful for coding assistants, autonomous agents, and any platform that needs to run agent-generated code with fine-grained control over what that code can access.
1510

1611
---
1712

0 commit comments

Comments
 (0)