- 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 |
||
|---|---|---|
| .gitea/workflows | ||
| ai-service | ||
| docs | ||
| java | ||
| scripts | ||
| spec | ||
| .gitignore | ||
| README.md | ||
| agents.md | ||
README.md
ai-robot-core
ai中台业务的能力支撑