hive-ag3nt: serve loop + send/recv CLI; template runs serve
This commit is contained in:
parent
d79b5a39a1
commit
61407f41c9
6 changed files with 139 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue