cli command statehub register with install

This commit is contained in:
2026-06-05 13:09:25 +02:00
parent 1d986748a1
commit 3663bac6f7
6 changed files with 1062 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ dependencies = [
[project.scripts]
custodian = "custodian_cli:main"
statehub = "custodian_cli:main"
[build-system]
requires = ["hatchling"]
@@ -29,7 +30,7 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["api", "mcp_server", "task_flow_engine"]
artifacts = ["custodian_cli.py"]
artifacts = ["custodian_cli.py", "statehub_register.py"]
[tool.uv.sources]
llm-connect = { path = "/home/worsch/llm-connect", editable = true }