Conversation
- 新增英文文档完整版本,与中文文档分离 - 在文档顶部添加语言导航链接 - 强调项目的探索性特质(FileSystem + 无状态容器) - 补充Skills、MCP服务器配置说明 - 新增"快速开始示例"章节,列出示例组件位置 - 特性说明中突出包含示例实现和示例模块
There was a problem hiding this comment.
Pull request overview
This PR enhances the README documentation by adding a complete English version alongside the existing Chinese documentation, with improved structure and comprehensive configuration guidance.
Key Changes:
- Added full English documentation section with bilingual navigation links at the top
- Enhanced both language versions with new sections on Skills and MCP server configuration
- Added "Quick Start Examples" section highlighting example implementations for SubAgent, Skill, and MCP components
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| A Serverless AI Agent system built on Claude Agent SDK, implementing stateful conversation persistence across stateless containers using S3+DynamoDB. | ||
|
|
There was a problem hiding this comment.
There's a duplicate project overview. Line 5 contains the same project description that appears again on line 13. The first occurrence at line 5 should be removed to avoid redundancy, as it's already covered in the "Project Overview" section.
| A Serverless AI Agent system built on Claude Agent SDK, implementing stateful conversation persistence across stateless containers using S3+DynamoDB. |
| ## Tech Stack | ||
|
|
||
| - **Runtime**: Python 3.12 + Claude Agent SDK | ||
| - **Computing**: AWS Lambda (ARM64) |
There was a problem hiding this comment.
The word "Computing" should be "Compute" when referring to AWS Lambda computing resources. "Compute" is the standard term used in cloud computing contexts (e.g., AWS Compute services).
| - **Computing**: AWS Lambda (ARM64) | |
| - **Compute**: AWS Lambda (ARM64) |
修改内容
文档结构
用户可通过导航链接在两个版本间切换。