llm-to-agent/docs/agent/model-chat.md
2026-07-15 17:56:41 +08:00

22 lines
532 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 模型与聊天
状态todo
期望阶段P1
## 目标
先提供可靠、连续的 DeepSeek 聊天能力;模型接入保持可替换,但不提前实现多 Provider 系统。
## 已确定
- 第一版只兼容 DeepSeek API。
- 支持流式回复和会话历史加载。
- 模型调用由 Runtime 管理CLI 只渲染流。
- 未来模型提供商属于 Adapter 层。
## 待细化
- API Key 的读取位置与配置体验。
- 默认模型、请求参数和失败/限流提示。
- 上下文窗口压缩策略。