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

@@ -23,3 +23,4 @@ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7012"]

View File

@@ -350,3 +350,4 @@ docker exec postgres psql -U postgres -d daarion \

View File

@@ -59,3 +59,4 @@ defaults:

View File

@@ -206,3 +206,4 @@ def evaluate_usage_access(request: PolicyRequest, policy_store: PolicyStore) ->

View File

@@ -159,3 +159,4 @@ if __name__ == "__main__":

View File

@@ -58,3 +58,4 @@ class PolicyDecision(BaseModel):

View File

@@ -100,3 +100,4 @@ class PolicyStore:

View File

@@ -9,3 +9,4 @@ python-multipart==0.0.6