feat(#2569): add the in-agent hive-agent-sock crate (todo wire types)
This commit is contained in:
parent
795dd882bb
commit
d85e1895dc
4 changed files with 97 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue