ai中台业务的能力支撑
Go to file
MerCry 0a167d69f0 feat(ai-service): implement LLM Adapter for T3.1 [AC-AISVC-02, AC-AISVC-06]
- Add LLMClient abstract base class with generate/stream_generate interfaces
- Implement OpenAIClient with httpx for OpenAI-compatible API calls
- Add retry logic with tenacity for timeout handling
- Support both non-streaming and streaming generation
- Add comprehensive unit tests for LLM Adapter
- Fix entities.py JSON column type for SQLModel compatibility
2026-02-24 13:19:38 +08:00
.gitea/workflows 初始化初始文档 2026-02-24 12:08:24 +08:00
ai-service feat(ai-service): implement LLM Adapter for T3.1 [AC-AISVC-02, AC-AISVC-06] 2026-02-24 13:19:38 +08:00
docs 初始化初始文档 2026-02-24 12:08:24 +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 docs: confirm open questions and update design [AC-AISVC-01] 2026-02-24 13:00:08 +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中台业务的能力支撑