U1: GEO diagnosis auto data collection (DataCollectorService + 11 tests) U2: Free GEO health score public page (HealthScoreAPI + 7 tests) U3: Onboarding redesign with conversion layer (Step0 + UpgradePrompt + 14 tests) U4: Real payment integration (WeChat/Alipay gateway + PaymentOrder + 12 tests) U5: AI content generation & distribution (Publishers + PublishEngine + 11 tests) U6: Attribution system & ROI reports (AttributionEngine + ROICalculator + 12 tests) U7: Email integration & Dashboard monetization UI (EmailScheduler + templates + 22 tests) U8: Integration tests & shared fixtures (monetization flow + fixture consolidation + 12 tests) U9: E2E smoke tests (HealthScorePage + acquisition/core flow + 4 E2E cases) Total: 101 new backend tests passing, 4 E2E test cases All third-party integrations use mock mode by default with config center management |
||
|---|---|---|
| .. | ||
| README.md | ||
| agent-framework.md | ||
| agent-protocol.md | ||
| content-pipeline.md | ||
| diagnosis.md | ||
| entity-types.md | ||
| geo-workflow-analysis.md | ||
| knowledge-base.md | ||
| knowledge-graph.md | ||
| metrics-definition.md | ||
| monitoring.md | ||
| pipeline-orchestration.md | ||
| platform-rules.md | ||
| sensitive-words.md | ||
| topic-templates.md | ||
| vector-index.md | ||
README.md
模块说明
本目录包含GEO平台各核心模块的详细说明。
目录内容
- 诊断模块 - SEO诊断和GEO诊断 ✅ 已完成
- Agent框架 - AI Agent框架设计
- 内容Pipeline - 内容生成流水线
- 知识库 - RAG知识库系统
- 知识图谱 - 知识图谱构建
- 平台规则 - 平台规则中心
- 监控模块 - 系统监控
- 母题库 - 母题模板管理
诊断模块API端点概览
| 端点 | 描述 | 状态 |
|---|---|---|
GET /api/v1/diagnosis/seo/{brand_id} |
获取品牌的SEO诊断结果 | ✅ 已完成 |
GET /api/v1/diagnosis/geo/{brand_id} |
获取品牌的GEO诊断结果 | ✅ 已完成 |
GET /api/v1/diagnosis/combined/{brand_id} |
获取品牌的SEO+GEO综合诊断结果 | ✅ 已完成 |
详细说明请查看 诊断模块文档。