Skip to content

Commit

Permalink
feat: Waleed Sympy integration (#1445)
Browse files Browse the repository at this point in the history
Co-authored-by: Xianglong Hu <[email protected]>
Co-authored-by: Wendong-Fan <[email protected]>
Co-authored-by: Wendong <[email protected]>
Co-authored-by: raywhoelse <[email protected]>
  • Loading branch information
5 people authored Feb 7, 2025
1 parent f3b95da commit 91ec01b
Show file tree
Hide file tree
Showing 9 changed files with 2,229 additions and 1,360 deletions.
2 changes: 2 additions & 0 deletions camel/toolkits/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
from .stripe_toolkit import StripeToolkit
from .video_toolkit import VideoDownloaderToolkit
from .dappier_toolkit import DappierToolkit
from .sympy_toolkit import SymPyToolkit
from .semantic_scholar_toolkit import SemanticScholarToolkit

__all__ = [
Expand Down Expand Up @@ -78,5 +79,6 @@
'MeshyToolkit',
'OpenBBToolkit',
'DappierToolkit',
'SymPyToolkit',
'SemanticScholarToolkit',
]
Loading

0 comments on commit 91ec01b

Please sign in to comment.