feat(mas-search): implement MAS search agent and tool worker#639
Open
F9rozen wants to merge 25 commits intoRLinf:mainfrom
Open
feat(mas-search): implement MAS search agent and tool worker#639F9rozen wants to merge 25 commits intoRLinf:mainfrom
F9rozen wants to merge 25 commits intoRLinf:mainfrom
Conversation
Signed-off-by: qurakchin <czzcy3832515@hotmail.com>
Signed-off-by: qurakchin <czzcy3832515@hotmail.com>
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…e codebase. Signed-off-by: liyanghao <liyanghao@infini-ai.com>
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
qurakchin
requested changes
Jan 30, 2026
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…configurations for clarity and consistency. Signed-off-by: liyanghao <liyanghao@infini-ai.com>
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…t and related components Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…lculations Signed-off-by: liyanghao <liyanghao@infini-ai.com>
qurakchin
reviewed
Feb 9, 2026
…arious files Signed-off-by: liyanghao <liyanghao@infini-ai.com>
thereAreDemonsNearby
approved these changes
Feb 11, 2026
qurakchin
reviewed
Feb 11, 2026
qurakchin
reviewed
Feb 11, 2026
…tiple files Signed-off-by: liyanghao <liyanghao@infini-ai.com>
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…Actor class Signed-off-by: liyanghao <liyanghao@infini-ai.com>
qurakchin
approved these changes
Feb 13, 2026
added 2 commits
February 14, 2026 03:16
Signed-off-by: liyanghao <liyanghao@infini-ai.com>
…en/RLinf into feature/multi-agent-search
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This commit establishes the foundation for a multi-agent search system, enhancing the capabilities of the existing framework.
Added MAS search agent loop worker to handle multi-turn interactions and tool calls.
Introduced MAS search tool worker for querying search results asynchronously.
Created necessary configuration files and scripts for running the MAS search example.
Motivation and Context
How has this been tested?
Additional information (optional, e.g., figures and logs):
Types of changes
Checklist: