zhenxun_bot/zhenxun/services/llm
2025-12-12 17:12:18 +08:00
..
adapters ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
config ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
types ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
__init__.py ♻️ refactor(llm.session): 重构记忆系统以分离存储和策略 2025-12-08 22:57:36 +08:00
api.py feat(llm): 支持结构化生成函数接收 UniMessage 2025-12-12 17:12:18 +08:00
core.py ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
manager.py ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
memory.py ♻️ refactor(llm.session): 重构记忆系统以分离存储和策略 2025-12-08 22:57:36 +08:00
service.py ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
session.py feat(llm): 支持结构化生成函数接收 UniMessage 2025-12-12 17:12:18 +08:00
tools.py ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00
utils.py ♻️ refactor(llm): 重构 LLM 服务架构,引入中间件与组件化适配器 2025-12-07 18:57:55 +08:00