kwaak 0.11.2

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 ubuntu:latest

RUN apt-get update && apt install git -y --no-install-recommends

COPY . /app

WORKDIR /app