Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- run: uv run pytest tests/test_filter.py -v

e2e-linux:
runs-on: ubuntu-latest
timeout-minutes: 20
runs-on: ubuntu-latest-m # KVM-enabled, ~90s vs ~4min under TCG
timeout-minutes: 10
steps:
- uses: actions/checkout@v5
- name: Install uv
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
${{ runner.temp }}/vm-state/mitmdump.log

e2e-macos:
runs-on: macos-latest
runs-on: macos-latest-xlarge
timeout-minutes: 20
steps:
- uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Agent VM
# less-lethal: userspace LLM agent VM

A sandboxed Debian VM with no direct internet access. All traffic is forced through a host-side [mitmproxy](https://mitmproxy.org/) that enforces an allowlist, giving full visibility and control over what the guest can reach. Runs on macOS (Hypervisor.framework) and Linux (KVM or software emulation). No sudo required.

Expand Down
Loading