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

View File

@@ -406,3 +406,4 @@ curl -X POST http://localhost:7006/internal/agent-runtime/test-channel \

View File

@@ -22,3 +22,4 @@ memory:

View File

@@ -73,3 +73,4 @@ async def post_message(agent_id: str, channel_id: str, text: str) -> bool:

View File

@@ -36,3 +36,4 @@ class LLMResponse(BaseModel):

View File

@@ -74,3 +74,4 @@ pep_client = PEPClient()

View File

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