kwaak 0.9.0

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