mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-02 22:02:13 +08:00
* feat: adds docker-based dev environment * docs: updates Docker command help * fix local dev * feat(sandbox): add Kubernetes-based sandbox provider for multi-instance support * fix: skills path in k8s * feat: add example config for k8s sandbox * fix: docker config * fix: load skills on docker dev * feat: support sandbox execution to Kubernetes Deployment model * chore: rename web service name
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"dependencies": [
|
|
"."
|
|
],
|
|
"env": ".env",
|
|
"graphs": {
|
|
"lead_agent": "src.agents:make_lead_agent"
|
|
}
|
|
} |