feat(#2569): add the in-agent hive-agent-sock crate (todo wire types)

This commit is contained in:
damocles 2026-07-20 22:06:40 +02:00
commit d85e1895dc
4 changed files with 97 additions and 0 deletions

View file

@ -3,6 +3,7 @@ resolver = "3"
members = [
"hive-agent",
"hive-agent-mcp",
"hive-agent-sock",
"hive-core-agent-sock",
"hive-agent-wake",
"hive-bash-mcp",
@ -51,6 +52,7 @@ clap = { version = "4", features = ["derive"] }
clap_complete = "4"
indicatif = "0.18"
hive-sh4re = { path = "hive-sh4re" }
hive-agent-sock = { path = "hive-agent-sock" }
hive-core-agent-sock = { path = "hive-core-agent-sock" }
hive-claude = { path = "hive-claude" }
hive-host-sock = { path = "hive-host-sock" }