Toolkits
OASIS supports all toolkits, mcp toolkits, and customized function tools listed incamel
here: https://docs.camel-ai.org/key_modules/tools.html.
You can pass a List[Union[FunctionTool, Callable]]
as the set of external tools that the agent is allowed to use in addition to performing social media actions.
Example
1. SympyToolkit
:
For example, you can add the SympyToolkit
to the SocialAgent
as follows: