systemg 0.59.2

An agent-friendly general process composer.
Documentation
1
2
3
4
5
6
7
8
version: "2"
projects:
  demo:
    name: Demo
    services:
      hungry:
        command: "python3 -c 'x = bytearray(60*1024*1024)\nimport time\nwhile True: time.sleep(1)'"
        restart_policy: always