hive-ag3nt: serve loop + send/recv CLI; template runs serve

This commit is contained in:
müde 2026-05-14 21:44:05 +02:00
parent d79b5a39a1
commit 61407f41c9
6 changed files with 139 additions and 4 deletions

View file

@ -1,3 +1,5 @@
fn main() {
// Phase 4 — manager tool surface. For now, a placeholder so the binary
// exists and can be referenced from the manager nixos-container template.
println!("hive-m1nd placeholder");
}