feat(scheduler,rotation,envelope,api,ui): pgqueuer jobs and deferred injects, master rotation with handout, vault envelope, jobs page

This commit is contained in:
hh
2026-08-29 02:29:05 +02:00
parent fd69eae05d
commit bc4233977d
27 changed files with 2123 additions and 120 deletions
+3
View File
@@ -15,10 +15,12 @@ dependencies = [
"anyio>=4.13.0",
"argon2-cffi>=25.1.0",
"claude-agent-sdk>=0.2.146",
"croniter>=6.2.4",
"fastapi>=0.136.1",
"fastmcp>=3.3.1",
"greenlet>=3.5.0",
"itsdangerous>=2.2.0",
"pgqueuer>=1.3.2",
"psutil>=7.2.2",
"psycopg[binary]>=3.3.4",
"pydantic>=2.13.4",
@@ -27,6 +29,7 @@ dependencies = [
"sqlmodel>=0.0.38",
"uvicorn[standard]>=0.47.0",
"uvloop>=0.22.1",
"watchfiles>=1.2.0",
]
[project.optional-dependencies]