backend apis for open hive

This commit is contained in:
bryan
2026-02-20 18:01:51 -08:00
parent d6c34106fc
commit d4788e147a
16 changed files with 2874 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ dependencies = [
[project.optional-dependencies]
tui = ["textual>=0.75.0"]
webhook = ["aiohttp>=3.9.0"]
server = ["aiohttp>=3.9.0"]
[project.scripts]
hive = "framework.cli:main"