0.1.0-beta.1
Pre-release
Pre-release
·
165 commits
to master
since this release
[0.1.0-beta.1] - 2026-05-07
First public beta release of Argos.
Argos is a web-first dev agent: tasks are delegated through a browser UI to
a Claude-powered worker that runs per task in an isolated container and
ships its work as a PR/MR on GitHub, GitLab, or Bitbucket.
What this beta can do
- Web UI for creating, monitoring, and managing tasks (Filament-based)
- Self-host via
install.shwith a Compose stack (db + app + nginx + queue + worker) - Per-task worker container with clean state across the phases
concept → implement → diff → push - Provider integration for GitHub, GitLab, and Bitbucket — each
via OAuth or Personal Access Token- GitHub: PR creation through the REST API
- GitLab: MR creation via
git push -o
- Log download and feedback shortcut straight from the UI
- Reverse-proxy aware (forwarded headers are honored)
- Multi-PHP worker images (PHP 8.3 and 8.4)
Known limitations
- No automatic upgrade path between beta releases — reinstall or manual
migration may be required - The database schema may change between betas; no backwards-compatibility
guarantee - API/CLI surface is not yet stable
Setup
See the README.