refactor(agent): move internal prompts into packaged templates

This commit is contained in:
Xubin Ren
2026-04-04 11:09:37 +00:00
37 changed files with 2583 additions and 780 deletions
+1
View File
@@ -49,6 +49,7 @@ dependencies = [
"openai>=2.8.0",
"tiktoken>=0.12.0,<1.0.0",
"jinja2>=3.1.0,<4.0.0",
"dulwich>=0.22.0,<1.0.0",
]
[project.optional-dependencies]