- 新增 config/prompts.yaml 提示词配置文件,包含10个核心提示词 - 新增 src/bidmaster/config/prompt_manager.py 提示词管理工具类 - 重构 src/bidmaster/tools/llm.py 使用配置化系统消息 - 重构 src/bidmaster/tools/parser.py 使用配置化解析提示词(3个) - 重构 src/bidmaster/tools/rag.py 使用配置化RAG生成提示词 - 重构 src/bidmaster/nodes/toc/llm_helper.py 使用配置化TOC提示词(2个) - 重构 src/bidmaster/nodes/toc/adjust_chapters.py 使用配置化章节调整提示词 - 重构 src/bidmaster/nodes/toc/optimize_with_feedback.py 使用配置化优化反馈提示词 优势: - 集中管理: 所有提示词统一配置,易于维护 - 易于调优: 修改提示词无需改动代码 - 版本控制: 提示词变更可独立追踪 - A/B测试: 方便测试不同提示词效果 - 可扩展性: 支持未来多语言提示词 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| config.yaml | ||
| prompts.yaml | ||