A runtime for Code Mode agents
Build AI agents that are bounded in what they can do, easy to change, observable in operation, and designed to improve from evidence.
Today, agents usually choose between two extremes. They either call tools one at a time, paying a model round trip and adding context for every step, or use a full coding environment and an external sandbox for more complex work. PtcRunner provides the missing middle: it lets a model write a small, bounded program that calls several approved tools, processes their results, and returns only what matters.
You normally do not write that program. You provide the task, model, approved tools, data, limits, and agent components. The model writes the mission program; PtcRunner executes it and records what happened.
0.x, under active development. Breaking changes are expected. The public one-command installer and published container image are not available yet — today you build the standalone executable locally, run the locally built container, or use the Hex package. The availability table states exactly where each route stands.
ptc_runner