docs: 完善文档体系 + 新增 12 个示例#52
Merged
Merged
Conversation
### 贡献指南 - 新增 CONTRIBUTING.md: 开发环境搭建、代码规范、PR 流程 - 新增 CHANGELOG.md: 版本变更记录 - 新增 GitHub Issue 模板: bug_report, feature_request, question - 新增 PR 模板 ### 文档 (docs/) - 新增 memory-system.md: 内存系统文档 - 新增 models-system.md: 模型系统文档 - 新增 plugin-system.md: 插件系统文档 - 新增 security-system.md: 安全系统文档 - 新增 session-system.md: 会话系统文档 - 新增 skills-system.md: 技能系统文档 ### Wiki - 更新项目结构文档 - 更新开发指南 - 新增 AgentOps 文档 - 新增服务器部署、插件系统、技能系统、MCP 系统、会话系统文档 ### 示例 (examples/) - 新增 12 个示例文件 - 涵盖: 基础使用、高级使用、插件开发、工具创建、部署、集成、监控、安全配置等 ### 版本 - pyproject.toml 版本升级至 0.2.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
完善项目文档体系,新增贡献指南、Issue/PR 模板、6 个模块文档、12 个示例文件。
Changes
贡献指南
CONTRIBUTING.md: 开发环境搭建、代码规范、PR 流程CHANGELOG.md: 版本变更记录GitHub 模板
.github/ISSUE_TEMPLATE/bug_report.md: Bug 报告模板.github/ISSUE_TEMPLATE/feature_request.md: 功能请求模板.github/ISSUE_TEMPLATE/question.md: 问题咨询模板.github/pull_request_template.md: PR 模板模块文档 (docs/)
memory-system.mdmodels-system.mdplugin-system.mdsecurity-system.mdsession-system.mdskills-system.mdWiki 更新
示例文件 (examples/)
basic_usage.pyadvanced_usage.pytool_creation.pyplugin_development.pycustom_plugin.pymcp_integration.pydeployment.pymemory_usage.pymonitoring.pysecurity_config.pysession_management.pyperformance_tuning.py版本
pyproject.toml版本升级至 0.2.0Test Plan