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 +1,7 @@
//! Shared in-container harness code used by both `hive-ag3nt` (agent) and
//! `hive-m1nd` (manager) binaries.
pub mod client;
/// Default socket path inside the container — bind-mounted by `hive-c0re`.
pub const DEFAULT_SOCKET: &str = "/run/hive/mcp.sock";