kwaak 0.1.6

Run a team of autonomous agents on your code, right from your terminal
1
2
3
4
5
6
7
8
9
10
services:
  jaeger:
    image: jaegertracing/all-in-one:latest
    ports:
      # First port is the web ui
      - "16686:16686"
      - "4317:4317"
      - "4318:4318"
    environment:
      - LOG_LEVEL=debug