Phrony

About Phrony

Phrony is a methodology for building AI agents and an open-source runtime that implements it. The idea is simple: agents deserve the same treatment as other long-lived infrastructure — declared, deployed, and run as first-class entities rather than buried in application code.

The open specification defines the manifest schema, policy model, runtime contract, and trace format. The reference runtime on GitHub loads deployed manifests, executes agent sessions, mediates tool calls, and produces structured traces. Anyone can run it, inspect it, or build conformant tooling on top of the spec.

What Phrony is not

  • Not a workflow engine — the manifest describes what the agent operates within, not its reasoning path.
  • Not a framework replacement — frameworks remain useful for building tools and application logic.
  • Not a prompt registry — prompts are part of the manifest, but the manifest is the agent.
  • Not for every agent — prototypes and one-offs do not need this weight; long-lived production agents do.