add HumanInterface

add cli
This commit is contained in:
milan
2026-04-11 15:33:27 +02:00
parent 5bf98a1efc
commit 5aaedbd73f
9 changed files with 156 additions and 29 deletions
+3 -1
View File
@@ -12,4 +12,6 @@ env_logger = "0.11.10"
serde = { version = "1.0.228", features = ["derive"] }
url = "2.5.8"
own_mcp = { path = "own_mcp" }
own_assist_common = { path = "common" }
own_assist_common = { path = "common" }
thiserror = "2.0.18"
dialoguer = "0.12.0"