Open lightaime opened 2 months ago
research topic, would @yiyiyi0817 and @WHALEEYE be interested in this one?
@yiyiyi0817 @zhiyu-01 do some pre-study in this week Use agent to manage status/tools
Guohao: we can define the FSM in tool manager, manager can return the activated tools by using the FSM
this can be further expanded to task
management
we may need to define FSM generator, case 1: user know how the state would transfer, user set the FSM, case 2: user doesn't know how the state would transfer, let Agent set FSM
@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