File size: 376 Bytes
a7247bc | 1 2 3 4 5 6 7 8 9 10 11 | # Copyright (c) 2025 Huawei Technologies Co., Ltd. All rights reserved.
"""
DeepDiver Multi-Agent System
A comprehensive multi-agent system with MCP integration, local workspace management,
and advanced knowledge management capabilities.
"""
__version__ = "2.0.0"
__author__ = "DeepDiver Team"
__description__ = "Multi-Agent System with MCP and Local Workspace Integration" |