本节按仓库/服务描述每个模块的职责、边界与关键接口(以当前代码为准)。
建议阅读顺序(从主链路到支撑能力):
- consultations-service(咨询会话)
- matter-service(事项中心)
- platform-service(平台配置与控制面)
- ai-engine(AI 执行引擎)
- knowledge-service(知识库)
- memory-service(记忆/事实)
- files-service(文件与对象存储)
- templates-service(模板/文书)
- auth-service / user-service / organization-service
工程化:
Table of contents
- ai-engine(AI 执行引擎)
- collector-service(Seed/采集分发服务)
- consultations-service(咨询会话)
- matter-service(事项中心)
- knowledge-service(知识库)
- memory-service(记忆/事实)
- files-service(文件与对象存储)
- templates-service(模板/文书)
- platform-service(平台配置与控制面)
- auth-service(认证授权)
- user-service(用户)
- organization-service(组织/律所)
- billing-service(计费/订阅)
- notification-service(通知)
- gateway-service(占位/样板服务)
- ai-boot-framework(工程脚手架)
- infra-templates(复用 CI/CD 工作流)
- infra-live(环境 Terraform + 整体发布)