Skip to content

Commit ddf45ac

Browse files
authored
docs: add CI badges and Linux platform note (#14)
1 parent 6d7026b commit ddf45ac

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# 🐝 Hornet
22

3+
[![CI](https://github.com/modem-dev/hornet/actions/workflows/ci.yml/badge.svg)](https://github.com/modem-dev/hornet/actions/workflows/ci.yml)
4+
[![Integration](https://github.com/modem-dev/hornet/actions/workflows/integration.yml/badge.svg)](https://github.com/modem-dev/hornet/actions/workflows/integration.yml)
5+
36
**Hardened autonomous agent infrastructure. Careful — you might get stung.**
47

58
Hornet is an open framework for running always-on AI agents that support software teams — coding agents, automated SREs, QA bots, monitoring, triage, and more. Agents run as isolated Linux processes with defense-in-depth security. Hornet assumes the worst: that an agent *will* be prompt-injected, and builds kernel-level walls that hold even when the LLM is fully compromised.
69

10+
**Built for Linux.** Hornet uses kernel-level features (iptables, `/proc` hidepid, Unix users) that don't exist on macOS or Windows. Every PR is integration-tested on fresh **Ubuntu 24.04** and **Arch Linux** droplets.
11+
712
## Why
813

914
Every AI agent framework gives the model shell access and hopes for the best. Hornet doesn't hope — it enforces:
@@ -16,6 +21,15 @@ Every AI agent framework gives the model shell access and hopes for the best. Ho
1621

1722
Agents work on real files in real repos — no sandbox friction. They make real git branches, run real tests, and push real PRs. But they can't exfiltrate data, escalate privileges, or phone home.
1823

24+
## Requirements
25+
26+
| | Minimum | Recommended |
27+
|--|---------|-------------|
28+
| **OS** | Ubuntu 24.04 or Arch Linux | Any systemd-based Linux |
29+
| **RAM** | 4 GB (3 agents) | 8 GB (6 agents + builds/tests) |
30+
| **CPU** | 2 vCPU | 4 vCPU |
31+
| **Disk** | 20 GB | 40 GB+ (repos, node_modules, Docker images) |
32+
1933
## Quick Start
2034

2135
```bash

0 commit comments

Comments
 (0)