ai中台业务的能力支撑
Go to file
MerCry 6d54030e0d feat(ai-service): implement complete Orchestrator generation pipeline for T3.4 [AC-AISVC-01, AC-AISVC-02]
- Integrate Memory, ContextMerger, Retriever, LLMClient, ConfidenceCalculator
- Implement 8-step generation pipeline:
  1. Load local history from Memory
  2. Merge with external history (dedup + truncate)
  3. RAG retrieval (optional)
  4. Build prompt with context and evidence
  5. LLM generation
  6. Calculate confidence
  7. Save messages to Memory
  8. Return ChatResponse
- Add GenerationContext dataclass for tracking intermediate results
- Implement fallback response mechanism for error handling
- Add 21 unit tests for OrchestratorService
- All 138 tests passing
2026-02-24 13:47:12 +08:00
.gitea/workflows 初始化初始文档 2026-02-24 12:08:24 +08:00
ai-service feat(ai-service): implement complete Orchestrator generation pipeline for T3.4 [AC-AISVC-01, AC-AISVC-02] 2026-02-24 13:47:12 +08:00
docs feat(ai-service): implement complete Orchestrator generation pipeline for T3.4 [AC-AISVC-01, AC-AISVC-02] 2026-02-24 13:47:12 +08:00
java docs: add ai-service provider openapi [AC-AISVC-01] 2026-02-24 12:43:57 +08:00
scripts 初始化初始文档 2026-02-24 12:08:24 +08:00
spec feat(ai-service): implement complete Orchestrator generation pipeline for T3.4 [AC-AISVC-01, AC-AISVC-02] 2026-02-24 13:47:12 +08:00
.gitignore Initial commit 2026-02-24 04:05:29 +00:00
README.md Initial commit 2026-02-24 04:05:29 +00:00
agents.md 初始化初始文档 2026-02-24 12:08:24 +08:00

README.md

ai-robot-core

ai中台业务的能力支撑