← All skills
Skill · LLM tool useSoon

Function Calling

Let an LLM call your code — define tools, parse the call, run it, and return results in a clean loop.

Coming soon. Here’s the planned set of tasks. Meanwhile, Python is live and runnable right now.
  1. Task 1Why tools
  2. Task 2Define a tool
  3. Task 3Parse the call
  4. Task 4Run & return
  5. Task 5Multiple tools
  6. Task 6A tool loop