Reconfiguration of the basic multi-agent architecture.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Deep Search Agent
|
||||
一个无框架的深度搜索AI代理实现
|
||||
"""
|
||||
|
||||
from .agent import DeepSearchAgent, create_agent
|
||||
from .utils.config import Config, load_config
|
||||
|
||||
__version__ = "1.0.0"
|
||||
__author__ = "Deep Search Agent Team"
|
||||
|
||||
__all__ = ["DeepSearchAgent", "create_agent", "Config", "load_config"]
|
||||
Reference in New Issue
Block a user