feat: add runtime dynamic team controls

This commit is contained in:
2026-04-03 13:48:31 +08:00
parent dc0b250adc
commit ecfbd87244
16 changed files with 2146 additions and 147 deletions

View File

@@ -13,6 +13,7 @@ from .workspaces import router as workspaces_router
from .guard import router as guard_router
from .runtime import router as runtime_router
from .runs import router as runs_router
from .dynamic_team import router as dynamic_team_router
__all__ = [
"agents_router",
@@ -20,4 +21,5 @@ __all__ = [
"guard_router",
"runtime_router",
"runs_router",
"dynamic_team_router",
]