systemg 0.58.1

An agent-friendly general process composer.
Documentation
1
2
3
4
5
6
7
8
version: "2"
projects:
  bar:
    name: Bar
    services:
      foo:
        command: "python3 /usecase/emitter.py"
        restart_policy: always