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

View File

@@ -303,3 +303,4 @@ Each tool has a `timeout` (seconds). If execution exceeds timeout, it fails grac

View File

@@ -79,3 +79,4 @@ logging:

View File

@@ -7,3 +7,4 @@ __all__ = ['HTTPExecutor', 'PythonExecutor']

View File

@@ -103,3 +103,4 @@ class HTTPExecutor:

View File

@@ -67,3 +67,4 @@ class PythonExecutor:

View File

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

View File

@@ -31,3 +31,4 @@ class ToolCallResult(BaseModel):

View File

@@ -78,3 +78,4 @@ class ToolRegistry:

View File

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