event bus implementation

This commit is contained in:
2026-03-24 02:23:14 +02:00
parent 1c312bb528
commit ced90dce10
23 changed files with 490 additions and 147 deletions

View File

@@ -58,6 +58,7 @@ web = [
"aiohttp",
"aiohttp_cors",
"aiohttp_jinja2",
"aiohttp_sse",
]
web-auth = [
"ahriman[web]",