feat(tui): add terminal UI with hub and agent management

This commit is contained in:
AFredefon
2026-03-10 04:06:50 +01:00
parent 3e0d1cd02f
commit 9376645197
12 changed files with 3592 additions and 196 deletions
+1
View File
@@ -8,6 +8,7 @@ requires-python = ">=3.14"
dependencies = [
"fuzzforge-mcp==0.0.1",
"rich>=14.0.0",
"textual>=1.0.0",
"typer==0.20.1",
]