You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md with enhanced structure, branding, and detailed feature breakdown
- Added logo and centralized headers for branding and readability.
- Expanded key sections: Quick Start, Security Model, and Observability.
- Reorganized and clarified example workflows and usage instructions.
- Replaced outdated content with updated features, links, and commands.
- Added declarative spec examples for YAML integration.
> A skill is a declared capability. A capability doesn't exist until it has an isolated boundary.
6
-
>
7
-
> `VoidBox = Agent(Skills) + Environment`
12
+
<br>
8
13
9
-
## Status
14
+
<palign="center">
15
+
<ahref="docs/architecture.md">Architecture</a> ·
16
+
<ahref="#quick-start">Getting Started</a> ·
17
+
<ahref="#observability">Observability</a>
18
+
</p>
10
19
11
-
v0 -- functional, tested (158+ tests), KVM + Ollama E2E verified. API is unstable.
20
+
> [!NOTE]
21
+
> **v0 preview** — Functional, 222+ tests passing, KVM + Ollama E2E verified. API may change.
12
22
13
-
## Why void-box
23
+
## What You Get
14
24
15
-
-**Hardware isolation** -- KVM micro-VMs, not containers. Each agent runs in a fresh, disposable VM with its own kernel.
16
-
-**Skills as first-class artifacts** -- Procedural knowledge (SKILL.md), MCP servers, CLI tools, and reasoning engines are declared and provisioned into the sandbox.
17
-
-**Composable pipelines** -- Sequential `.pipe()`, parallel `.fan_out()`, and streaming output. Each stage boots a clean VM.
18
-
-**Observability-first** -- OTLP traces and metrics, structured logs with trace correlation, guest telemetry via procfs.
25
+
-**Hardware isolation** — KVM micro-VMs, not containers. Fresh VM per agent.
0 commit comments