refactor(agent): extract claude driver into hive-claude crate

This commit is contained in:
müde 2026-07-05 18:50:12 +02:00
commit a3b66241d1
13 changed files with 907 additions and 442 deletions

View file

@ -4,6 +4,7 @@ members = [
"hive-ag3nt",
"hive-bash-mcp",
"hive-c0re",
"hive-claude",
"hive-forge",
"hive-matrix-mcp",
"hive-priv",
@ -35,6 +36,8 @@ chrono = { version = "0.4", default-features = false, features = [
clap = { version = "4", features = ["derive"] }
clap_complete = "4"
hive-sh4re = { path = "hive-sh4re" }
hive-claude = { path = "hive-claude" }
thiserror = "2"
tower-http = { version = "0.6", features = ["fs"] }
rmcp = { version = "1.7", default-features = false, features = [
"server",