-
Notifications
You must be signed in to change notification settings - Fork 730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Support conditional tool calling #951
Comments
research topic, would @yiyiyi0817 and @WHALEEYE be interested in this one? |
@yiyiyi0817 @zhiyu-01 do some pre-study in this week |
Guohao: we can define the FSM in tool manager, manager can return the activated tools by using the FSM we may need to define FSM generator, |
@WHALEEYE thinks about the combination with workforce |
A paper related to this work: https://ar5iv.labs.arxiv.org/html/2402.11770 |
Related to PR #1141 |
Required prerequisites
Motivation
Supporting conditional tool calling means we can build a
FSM
withstate
andactive_tools
or a simpleDAG
foractive_tools
. This will be very helpful forworkforce
.Solution
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: