feat: DAGI Router v2 - new endpoints, hooks, and UI card

This commit is contained in:
Apple
2025-12-01 05:21:43 -08:00
parent 53f31adbf0
commit e3accd4df0
221 changed files with 999 additions and 261 deletions

View File

@@ -219,3 +219,4 @@ docker run -p 7011:7011 \

View File

@@ -128,3 +128,4 @@ async def require_actor(

View File

@@ -229,3 +229,4 @@ class PasskeyStore:

View File

@@ -126,3 +126,4 @@ async def delete_api_key(

View File

@@ -328,3 +328,4 @@ async def authenticate_finish(

View File

@@ -128,3 +128,4 @@ async def logout(

View File

@@ -208,3 +208,4 @@ def hash_credential_id(credential_id: str) -> str: