feat: integrate MAAS framework into MASLab with dual mode support and… #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
功能概述
本PR将MAAS(Multi-Agent Architecture Search)框架集成到MASLab中,提供了多智能体架构搜索的能力。
主要更改
核心功能
关键文件
methods/maas/maas_main.py:主要集成类methods/maas/configs/:配置文件目录methods/maas/maas_config_patch.py:配置系统补丁methods/maas/maas_graph_loader_patch.py:Windows兼容性修复methods/maas/MASLAB_INTEGRATION.md:集成文档