Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- ABCA-REVIEWED -->
<div align="center">
<h1>ABCA</h1>
<img alt="ABCA" width="350" src="docs/imgs/ABCA.png" />
Expand All @@ -17,6 +18,8 @@
<br />
</div>

> A sample self-hosted platform for autonomous background coding agents on AWS: submit a coding task and get back a ready-to-review pull request.

## What is ABCA

**ABCA (Autonomous Background Coding Agents on AWS)** is a sample of what a self-hosted background coding agents platform might look like on AWS. You submit a coding task (via Slack, Linear, Jira, CLI, or webhook), walk away, and come back to a ready-to-review PR. The agent clones the repo, writes code, runs tests, and opens the PR autonomously in an isolated cloud environment. No babysitting, no IDE sessions, no back-and-forth.
Expand Down
Loading