mirror of
https://mirror.skon.top/github.com/cft0808/edict
synced 2026-04-21 13:20:34 +08:00
fix: 修复 Docker Compose 从源码构建和启动的 7 个问题 (#202) - config.py: DATABASE_URL 环境变量通过 Field alias 正确读取 - alembic.ini: 改用同步 postgresql 驱动 (非 asyncpg),标注 fallback - task.py: 对齐 task_service.py 字段 (task_id UUID, trace_id, meta 等) - dispatch_worker/orchestrator_worker: 添加 __main__ 入口 - nginx.conf: 添加 Docker DNS resolver 127.0.0.11 - vite.config.ts: outDir 改为 'dist' (Docker context 内) - docker-compose.yml: context 改为 '..' 使 Dockerfile 路径正确解析 - Dockerfile: 安装 OpenClaw CLI + 注入 agent workspace 骨架 Fixes #202
18 lines
1.4 KiB
JSON
18 lines
1.4 KiB
JSON
{
|
|
"agents": {
|
|
"list": [
|
|
{"id": "taizi", "workspace": "/app/.openclaw/workspace-taizi", "subagents": {"allowAgents": ["zhongshu"]}},
|
|
{"id": "zhongshu", "workspace": "/app/.openclaw/workspace-zhongshu", "subagents": {"allowAgents": ["menxia", "shangshu"]}},
|
|
{"id": "menxia", "workspace": "/app/.openclaw/workspace-menxia", "subagents": {"allowAgents": ["shangshu", "zhongshu"]}},
|
|
{"id": "shangshu", "workspace": "/app/.openclaw/workspace-shangshu", "subagents": {"allowAgents": ["zhongshu", "menxia", "hubu", "libu", "bingbu", "xingbu", "gongbu", "libu_hr"]}},
|
|
{"id": "hubu", "workspace": "/app/.openclaw/workspace-hubu", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "libu", "workspace": "/app/.openclaw/workspace-libu", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "bingbu", "workspace": "/app/.openclaw/workspace-bingbu", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "xingbu", "workspace": "/app/.openclaw/workspace-xingbu", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "gongbu", "workspace": "/app/.openclaw/workspace-gongbu", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "libu_hr", "workspace": "/app/.openclaw/workspace-libu_hr", "subagents": {"allowAgents": ["shangshu"]}},
|
|
{"id": "zaochao", "workspace": "/app/.openclaw/workspace-zaochao", "subagents": {"allowAgents": []}}
|
|
]
|
|
}
|
|
}
|