Show HN: Keystone – building self-configuring agents
a day ago
- #Coding Agents
- #DevOps
- #Docker
- Imbue developed Keystone, a standalone tool for creating Dockerfiles and dev containers for arbitrary repositories safely in a Modal sandbox.
- Keystone addresses the common problem of setting up cloned repositories by avoiding dangerous sys admin actions by coding agents.
- Containers and Dockerfiles offer reproducible environments, but many repos lack pre-configured dev containers.
- Keystone runs coding agents in a Modal sandbox to autonomously configure Docker containers, ensuring safety.
- The tool identifies automated tests in a repo and creates a unified test entrypoint with JUnit XML reports.
- Keystone is open-source and available on GitHub, with feedback encouraged via GitHub or Discord.