BEAM runtime bridge for pi. It provides the Elixir-side Pi.* modules used by the pi-elixir extension for runtime eval, stdio transport, executable Elixir skills, and bidirectional plugin UI events.

Installation

def deps do
  [
    {:pi_bridge, "~> 0.1", only: :dev}
  ]
end

pi_bridge is intended for development-time agent tooling.