Packages

Elixir client for the Pi coding agent RPC protocol.

Current section

Files

Jump to
pi_ex lib pi_ex event turn_start.ex
Raw

lib/pi_ex/event/turn_start.ex

defmodule PiEx.Event.TurnStart do
@moduledoc "Emitted at the start of an agentic turn."
defstruct []
@type t :: %__MODULE__{}
end