feat: add durable Core Hub absorption runtime
Some checks failed
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / pytest-smoke (push) Failing after 2s

This commit is contained in:
tegwick 2026-08-21 16:16:42 +02:00
parent 7e1ec03f0c
commit 8ab1d0c09a
20 changed files with 2423 additions and 15 deletions

View file

@ -25,6 +25,7 @@ hub-core = "hub_core.runtime.cli:main"
[dependency-groups]
dev = [
"aiosqlite>=0.20.0",
"pytest>=8.0.0",
]