Reconfiguration of the basic multi-agent architecture.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
"""
|
||||
工具调用模块
|
||||
提供外部工具接口,如网络搜索等
|
||||
"""
|
||||
|
||||
from .search import (
|
||||
TavilyNewsAgency,
|
||||
SearchResult,
|
||||
TavilyResponse,
|
||||
ImageResult,
|
||||
print_response_summary
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"TavilyNewsAgency",
|
||||
"SearchResult",
|
||||
"TavilyResponse",
|
||||
"ImageResult",
|
||||
"print_response_summary"
|
||||
]
|
||||
Reference in New Issue
Block a user