Reconfiguration of the basic multi-agent architecture.

This commit is contained in:
戒酒的李白
2025-08-22 22:04:08 +08:00
parent bec01f8930
commit 7ae863a781
70 changed files with 6792 additions and 648 deletions
+8
View File
@@ -0,0 +1,8 @@
"""
状态管理模块
定义Deep Search Agent的状态数据结构
"""
from .state import State, Paragraph, Research, Search
__all__ = ["State", "Paragraph", "Research", "Search"]