style: format

This commit is contained in:
Li Xin 2025-04-23 08:17:49 +08:00
parent abdc740531
commit ccc44f3e64

View File

@ -1,13 +1,11 @@
{ {
"dockerfile_lines": [], "dockerfile_lines": [],
"graphs": { "graphs": {
"deep_research": "./src/workflow.py:graph", "deep_research": "./src/workflow.py:graph",
"podcast_generation": "./src/podcast/graph/builder.py:workflow", "podcast_generation": "./src/podcast/graph/builder.py:workflow",
"ppt_generation": "./src/ppt/graph/builder.py:workflow" "ppt_generation": "./src/ppt/graph/builder.py:workflow"
}, },
"python_version": "3.12", "python_version": "3.12",
"env": "./.env", "env": "./.env",
"dependencies": [ "dependencies": ["."]
"." }
]
}