phase5: workspace backend — models, service, routes, migration 0072

This commit is contained in:
Agent Zero
2026-07-29 18:32:35 +02:00
parent 5e29b50bcc
commit 2423053477
6 changed files with 956 additions and 0 deletions
+2
View File
@@ -58,6 +58,7 @@ from app.routes import (
custom_field_definitions,
custom_fields,
saved_filters,
workspaces,
saved_views,
webhooks,
backups,
@@ -414,6 +415,7 @@ def create_app() -> FastAPI:
app.include_router(errors.router)
app.include_router(guest_auth.router)
app.include_router(guests.router)
app.include_router(workspaces.router)
# ── Register plugin routes for all built-in plugins ──
# Routes are registered at app creation time so OpenAPI docs are complete.