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

View File

@@ -293,3 +293,4 @@ curl http://localhost:7004/internal/messaging/channels/{channel_id}/context

View File

@@ -17,3 +17,4 @@ rules:

View File

@@ -161,3 +161,4 @@ async def shutdown_event():

View File

@@ -37,3 +37,4 @@ class FilterContext(BaseModel):

View File

@@ -9,3 +9,4 @@ PyYAML==6.0.1

View File

@@ -116,3 +116,4 @@ class FilterRules: