This is an experiment to contain the code for all components in a single repository, also known as a monorepository.
The code is grouped by language or framework name.
/flake.nix
/flake.lock
/nix/ /* [blueprint](https://github.com/numtide/blueprint) set up underneath here. */
/Cargo.toml
/Cargo.lock
/rust/ # all rust code lives here
/rust/common/Cargo.toml
/rust/common/src/lib.rs
/rust/holo-agentctl/Cargo.toml
/rust/holo-agentctl/src/main.rs
/rust/holo-agentd/Cargo.toml
/rust/holo-agentd/src/main.rs
/rust/holo-hqd/Cargo.toml
/rust/holo-hqd/src/main.rs
Reusable Pulumi modules with examples
/pulumi/
The CI system is driven by buildbot-nix.
Even when this repository is made publicly available, original code in this repository is explicitly stated to be unlicenced. This means that this code cannot be modified or redistributed without explicit permission from the copyright holder, which are the authors in this repository. This will change in the future when we have made the decision which open-source license to apply.