#421 · Primary category: AI Agents & Automation

AgentENV

AgentENV (AENV) is a distributed platform for running agent environments at scale.

Project last updated:08/28/26

GitHub Stars

3.3K

Forks

297

Contributors

29

License

MIT

Why we included this project

AgentENV is a self-hosted platform for spinning up isolated, disposable compute per agent task. Instead of leaving VMs running while an agent thinks, it keeps sandboxes snapshot-backed, so a Firecracker microVM boots or resumes in tens of milliseconds, pauses to give CPU and memory back, and can fork into multiple independent copies for parallel work. Images load on demand via overlaybd with a bounded local cache, letting a cluster handle a large mix of environments without pre-warming every host. Snapshots persist to object storage, and the E2B-compatible API means existing Python and TypeScript clients can point at it without changes. That.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category