event bus implementation

This commit is contained in:
2026-03-24 02:23:14 +02:00
parent af8e2c9e9b
commit 3265bb913f
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]",