ReMe/docs
2026-07-14 15:34:15 +08:00
..
en docs: add comprehensive documentation for auto-dream, auto-link, and auto-resource flows (#343) 2026-07-14 15:34:15 +08:00
figure feat(cli): route bare commands to the running server's real config (#312) 2026-07-01 17:15:48 +08:00
zh docs: restructure documentation and update content organization (#339) 2026-07-13 16:50:46 +08:00
doc.md docs: restructure documentation and update content organization (#339) 2026-07-13 16:50:46 +08:00
README.md docs: restructure documentation and update content organization (#339) 2026-07-13 16:50:46 +08:00

ReMe 仓库文档

本目录保存 ReMe 仓库 README 直接引用的中英文补充说明和图片资源,不作为文档站点的构建或部署来源。

面向用户发布的中英文文档位于 agentscope-ai/docs 仓库,并由该仓库统一完成版本管理和 Mintlify 部署。

目录用途

docs/
├── README.md   本目录的维护说明
├── doc.md      当前文档设计与维护边界
├── en/         README 引用的英文补充说明
├── zh/         README 引用的中文补充说明
└── figure/     ReMe README 使用的图片资源

维护原则

  • en/zh/ 保持精简,服务 README 中需要进一步解释的功能与场景;修改路径时同步更新 README 链接。
  • 具体实现以源码、schema、测试和运行时帮助为准避免维护重复且容易过期的开发手册。
  • README 引用的图片保留在 figure/;发布文档需要图片时,在统一文档仓库的 images/reme/ 中维护对应副本。
  • 网页文档、导航、版本和部署在统一文档仓库中维护。