メモリー内容のシステムプロンプトへの埋め込みの実装

This commit is contained in:
2026-04-27 18:25:47 +09:00
parent 12c1d55127
commit e8559d4bee
9 changed files with 410 additions and 1 deletions
+9
View File
@@ -34,3 +34,12 @@ agents_md_section = """\
{{ agents_md }}\
"""
resident_knowledge_section = """\
---
## Resident knowledge
The following knowledge records are advertised resident. Use the KnowledgeSearch / MemoryRead tools to fetch the full body when relevant.
{{ entries }}\
"""