refactor: 进一步重构agents目录结构 符合多agent架构

This commit is contained in:
yangshilin
2026-03-19 10:54:48 +08:00
parent c21cda3e78
commit 67fb5d2cb6
23 changed files with 98 additions and 167 deletions

View File

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