Comment by Bjartr

13 hours ago

One of the tools it has is to create new tools from python code

create_tool(tool_name, description, python_code, parameters)

Create a new tool that can execute Python code.

The tool becomes immediately available for use. Tools can call other tools and return different formats based on context (formatted for direct calls, raw data for tool-to-tool calls).