Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
dev
oG-Memory
/
extraction
/
prompts
下载当前目录
Vincent__Sun
feat: 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 天前