kwaak 0.3.3

Run a team of autonomous agents on your code, right from your terminal
Documentation
1
2
3
4
5
6
7
8
# A lightweight image used for tests
FROM alpine:latest

RUN apk add git fd ripgrep

COPY . /app

WORKDIR /app