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

12
hive-claude/Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "hive-claude"
edition.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
serde_json.workspace = true
thiserror.workspace = true
tokio.workspace = true