camel-ai 0.2.60__py3-none-any.whl → 0.2.61__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of camel-ai might be problematic. Click here for more details.

@@ -29,6 +29,7 @@ from .linkedin_toolkit import LinkedInToolkit
29
29
  from .reddit_toolkit import RedditToolkit
30
30
  from .meshy_toolkit import MeshyToolkit
31
31
  from .openbb_toolkit import OpenBBToolkit
32
+ from .bohrium_toolkit import BohriumToolkit
32
33
 
33
34
  from .base import BaseToolkit
34
35
  from .google_maps_toolkit import GoogleMapsToolkit
@@ -136,4 +137,5 @@ __all__ = [
136
137
  'ACIToolkit',
137
138
  'PlaywrightMCPToolkit',
138
139
  'WolframAlphaToolkit',
140
+ 'BohriumToolkit',
139
141
  ]