This GitHub repository contains two distinct Python projects:
- Manager: orchestration/admin service (source + packaging in
manager/) - Runner: execution agent/service (source + packaging in
runner/)
Each project has its own pyproject.toml, documentation, release process, etc.
- Docs home: manager/docs/README.md
- Installation: manager/docs/INSTALLATION.md
- Docker installation: manager/docs/DOCKER.md
- Upgrade: manager/docs/UPGRADE.md
- Changelog: manager/docs/CHANGELOG.md
- Versioning: manager/docs/VERSION_MANAGEMENT.md
- Docs home: runner/docs/README.md
- Installation: runner/docs/INSTALLATION.md
- Docker installation: runner/docs/DOCKER.md
- Upgrade: runner/docs/UPGRADE.md
- Configuration: runner/docs/RUNNER_CONFIGURATION.md
- Versioning: runner/docs/VERSION_MANAGEMENT.md
This repository is licensed under the GPL-3.0 license. See LICENSE.
