Skip to content

Python

Native tool

Run real Python on-device — data wrangling, math, parsing uploaded files, quick scripts. The interpreter is an on-demand download (Android only).

  • Android — supported
  • iPhone — not available
  • Mac — not available

How it reaches an agent

  1. 1It ships built inPython is part of the runtime — nothing to install, nothing to configure into a prompt.
  2. 2Grant it to an agentA tool is a capability, not an instruction: granting it costs zero context, so the agent's window stays for your work.
  3. 32 calls unlockedThe agent calls it like a function and the result lands back in the conversation.

Zero context cost

A skill carries a teaching prompt, and that prompt takes up room in the model's context window. A tool carries none — it is a capability, not an instruction. Granting Python to an agent costs nothing against the window it thinks in.

What it unlocks

2 calls your agent can make:

  • python_run
  • request_python_install

Needs setting up first

Python has a one-time runtime setup inside OpenAlly. You do it once, from the app; after that any agent you grant it to can call it without asking you again.

Get Python

It ships inside OpenAlly — one install, the whole catalogue.

Get OpenAlly

More tools