0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. extraction
  4. /
  5. prompts
Vincent__SunVincent__Sunfeat: define schema-driven extraction prompts
ba6b14d9创建于 11 天前历史提交
文件最后提交记录最后更新时间
templates
feat: define schema-driven extraction prompts 11 天前
__init__.py
feat(extraction): add Jinja2 YAML prompt template system Externalize extraction prompts from hardcoded Python strings to Jinja2-rendered YAML templates. PromptManager loads/caches templates, Extractor uses templates when available with hardcoded fallback. New files: - extraction/prompts/__init__.py - extraction/prompts/manager.py (PromptManager class) - extraction/prompts/templates/extraction.yaml (8-tool schema) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 1 个月前
manager.py
feat: formalize schema-driven extraction 11 天前