Commit Graph

11 Commits

Author SHA1 Message Date
openclaw-314 83439ee623 feat(agent): 建立 agent 创建规范与数据库自动化
- scripts/new-agent.sh:建库/建号/授权/写 .env/创建 agent/渲染中文模板/自检,幂等且默认拒绝覆盖
- scripts/agent-templates/:5 个中文模板(IDENTITY/SOUL/AGENTS/MEMORY/USER)
- skills/agent-provisioning/:main 创建 agent 的唯一入口与红线(description 覆盖中英触发说法)
- workspace/:修复悬空 gitlink,将 9 个配置文档纳入版本控制(含新增创建 agent 与数据库红线)
- docs/:设计文档(含附录 A 实测发现)、实现计划(含 sudo 事故修正)
- .gitignore:workspace 白名单,避免数据/技能/媒体进入版本库
2026-09-16 11:18:16 +08:00
openclaw-314 570165ae3c chore: 升级 OpenClaw 2026.9.4(Node 26.8.2)+ 清理 4.6G + 排除 workspace 隐私数据 2026-09-16 10:45:44 +08:00
openclaw-314 4a515a133a 忽略 2026-09-01 16:22:16 +08:00
openclaw-314 be41df9faa 忽略 2026-09-01 16:20:05 +08:00
openclaw-314 a8c7a44c9f sql agent 2026-07-17 15:09:40 +08:00
openclaw-314 444c2308f6 auto: sync OpenClaw config 2026-07-17 14:09 2026-07-17 14:09:41 +08:00
openclaw-314 ef5e9fc9ab memory search & weekly report 2026-07-17 09:24:02 +08:00
openclaw-314 08c140593f 迁移敏感信息到环境变量
- DeepSeek API Key → ${DEEPSEEK_API_KEY}
- .gitignore 新增 .env / docker-proxy.env 忽略规则
2026-07-15 16:56:15 +08:00
openclaw-314 a9b8497b9d auto: sync OpenClaw config 2026-07-15 14:00 2026-07-15 14:00:48 +08:00
openclaw-314 b9e9b67ef4 auto: sync OpenClaw config 2026-07-14 20:53 2026-07-14 20:54:35 +08:00
yangxuan 022b6edbe4 feat: initial OpenClaw agent configuration
- openclaw.json: main config with all agent definitions
- agents/*/agent/models.json: per-agent model configs
- agents/*/agent/plugins/: plugin catalog configs
2026-07-02 10:40:26 +08:00