feat: import core schemas from hub-core

This commit is contained in:
2026-06-07 01:20:57 +02:00
parent 093b2b14ae
commit 70b264a37a
5 changed files with 49 additions and 57 deletions

View File

@@ -18,6 +18,7 @@ dependencies = [
"llm-connect",
"pyyaml>=6.0.3",
"nats-py>=2.7.0",
"hub-core",
]
[project.scripts]
@@ -34,6 +35,7 @@ artifacts = ["custodian_cli.py", "statehub_register.py"]
[tool.uv.sources]
llm-connect = { path = "/home/worsch/llm-connect", editable = true }
hub-core = { path = "/home/worsch/hub-core", editable = true }
[tool.pytest.ini_options]
asyncio_mode = "auto"