Loading...
Loading...
Compare original and translation side by side
graph TD
A[接收用户输入] --> B{意图识别 - 判断是否包含剧集名称}
B -- 是 --> C[剧名提取 - 精准提取电视剧剧名]
C --> D(并发执行主要任务)
D --> D1[剧集信息获取]
D --> D2[联网搜索]
D --> D3[故事五元素分析]
D -- 完成 --> E[章节切分和拉片分析]
E --> F[整合所有分析结果]
F --> G[输出最终分析报告]graph TD
A[Receive User Input] --> B{Intent Recognition - Check if it contains series name}
B -- Yes --> C[Title Extraction - Precisely extract TV series title]
C --> D(Execute main tasks concurrently)
D --> D1[Drama Information Acquisition]
D --> D2[Web Search]
D --> D3[Five-Element Story Analysis]
D -- Completed --> E[Chapter Segmentation and Film Breakdown Analysis]
E --> F[Integrate all analysis results]
F --> G[Output final analysis report]【已播剧集分析报告】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、剧集概览
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- 剧集名称:[名称]
- 导演:[导演]
- 主演:[主演列表]
- 类型:[类型]
- 集数:[集数]
- 评分:[评分,如豆瓣评分]
- 播出平台:[平台]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、故事五元素分析
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. 题材类型与创意提炼
- 主导题材:[描述]
- 核心创意:[描述]
2. 故事梗概
- [200-500字的故事梗概]
3. 人物小传(主要角色)
- [角色1名称]:[角色小传]
- [角色2名称]:[角色小传]
4. 人物关系网络
- 核心人物关系:[描述]
- 主要关系线:[列表]
5. 大情节点
- [情节点1]:[描述]
- [情节点2]:[描述]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、拉片分析(示例章节)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━【Aired TV Series Analysis Report】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
一、Series Overview
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Series Name: [Name]
- Director: [Director]
- Main Cast: [Cast List]
- Genre: [Genre]
- Number of Episodes: [Episodes]
- Ratings: [Ratings, e.g., Douban Rating]
- Broadcasting Platform: [Platform]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
二、Five-Element Story Analysis
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. Genre and Creative Refinement
- Dominant Genre: [Description]
- Core Creativity: [Description]
2. Story Synopsis
- [200-500 word story synopsis]
3. Character Biographies (Main Characters)
- [Character 1 Name]: [Character Biography]
- [Character 2 Name]: [Character Biography]
4. Character Relationship Network
- Core Character Relationships: [Description]
- Main Relationship Lines: [List]
5. Key Plot Points
- [Plot Point 1]: [Description]
- [Plot Point 2]: [Description]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
三、Film Breakdown Analysis (Sample Chapter)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━undefinedundefined{baseDir}/references/examples.mdexamples.md{baseDir}/references/examples.mdexamples.md{baseDir}/references/examples.md{baseDir}/references/examples.md| 版本 | 日期 | 变更 |
|---|---|---|
| 2.1.0 | 2026-01-11 | 优化 description 字段,使其更精简并符合命令式语言规范;添加 allowed-tools (WebSearch, Read) 和 model (opus) 字段;优化功能、使用场景、核心功能、工作流程、输入要求、输出格式、技术特点的描述,使其更符合命令式语言规范;添加约束条件、示例和详细文档部分。 |
| 2.0.0 | 2026-01-11 | 按官方规范重构 |
| 1.0.0 | 2026-01-10 | 初始版本 |
| Version | Date | Changes |
|---|---|---|
| 2.1.0 | 2026-01-11 | Optimized the description field to be more concise and compliant with imperative language specifications; added allowed-tools (WebSearch, Read) and model (opus) fields; optimized descriptions of features, application scenarios, core features, workflow, input requirements, output format, and technical features to comply with imperative language specifications; added constraints, examples, and detailed documentation sections. |
| 2.0.0 | 2026-01-11 | Restructured according to official specifications |
| 1.0.0 | 2026-01-10 | Initial version |