Merge branch 'refactor/backend-architecture' into development

This commit is contained in:
yangshilin
2026-03-18 17:18:23 +08:00
parent 2070a03d35
commit 48b70e1350
266 changed files with 12386 additions and 9690 deletions

View File

@@ -1,7 +1,7 @@
"""测试 memory_prompts.inject_image_placeholder_template占位符花括号统一为四层避免多余花括号残留"""
import unittest
from api.agents.prompts.memory_prompts import (
from app.agents.prompts.memory_prompts import (
IMAGE_PLACEHOLDER_TEMPLATE,
inject_image_placeholder_template,
)