feat(tasks): add skill-templated task graph execution

This commit is contained in:
2026-06-23 10:22:58 +08:00
parent 6843d89b2c
commit 53b13e8eac
53 changed files with 4773 additions and 756 deletions

View File

@ -6,6 +6,7 @@ requires-python = ">=3.11"
dependencies = [
"anthropic>=0.51.0,<1.0.0",
"croniter>=6.0.0,<7.0.0",
"ddgs>=9.0.0,<10.0.0",
"fastmcp>=3.0.0,<4.0.0",
"fastapi>=0.115.0,<1.0.0",
"httpx>=0.28.0,<1.0.0",