-
Notifications
You must be signed in to change notification settings - Fork 687
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/support conditional tool calling #1141
base: master
Are you sure you want to change the base?
Conversation
- Refactor toolkit imports in `camel/toolkits/__init__.py` - Add `ToolManager` class to manage dynamically loading and accessing toolkits in `camel/toolkits/toolkits_manager.py`
Co-authored-by: Wendong <[email protected]> Co-authored-by: Wendong-Fan <[email protected]>
…ing for source and dest in add_transition and remove_transition methods
…ing for initial_state in TaskManagerWithState class
Related to issue #951 |
I think the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @ZackYule , this PR need to be cleaned for further code review, how it includes some change from former commited PR, also could you fix the conflict with master branch?
Description
Builded a FSM with
FunctionToolState
andtools_space
to support conditional tool calling.Motivation and Context
close #951
Types of changes
What types of changes does your code introduce? Put an
x
in all the boxes that apply:Implemented Tasks
Checklist
Go over all the following points, and put an
x
in all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!