Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:44 +08:00
commit 06380ad6e8
5 changed files with 2490 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cdp-orchestrator",
"description": "End-to-end CDP implementation orchestrator with automated workflow generation, deployment, execution, and monitoring. Orchestrates Ingestion → Hist-Union → Staging → Unification pipeline with TD Toolbelt integration",
"version": "0.0.0-2025.11.28",
"author": {
"name": "@cdp-tools-marketplace",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}