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", "7013"]

View File

@@ -362,3 +362,4 @@ await publish_nats_event("usage.agent", {

View File

@@ -238,3 +238,4 @@ class UsageAggregator:

View File

@@ -183,3 +183,4 @@ class UsageCollector:

View File

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

View File

@@ -160,3 +160,4 @@ class UsageQueryResponse(BaseModel):

View File

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