-
Notifications
You must be signed in to change notification settings - Fork 690
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
refactor: toolkits #1012
base: master
Are you sure you want to change the base?
refactor: toolkits #1012
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]>
At this point, all toolkit usage methods are fully supported, and the presentation of these methods has been unified (with the exception of |
Initial support has been added for using multiple tool instances within the same toolkit class, but further improvements will require adding support for modifying the docstrings of tool instances. |
If needed, I can help to integrate |
That would be great. Thanks @yiyiyi0817 |
Description
Describe your changes in detail.
Motivation and Context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax
close #15213
if this solves the issue #15213Types 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!