cli command statehub register with install
This commit is contained in:
parent
1d986748a1
commit
3663bac6f7
6 changed files with 1062 additions and 3 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue