Pixir (pixir v0.1.0)

Copy Markdown View Source

Pixir — an OTP-native, terminal-first coding agent.

Pixir is a local-first runtime built around a small spine: Pixir.Session -> Pixir.Turn -> Pixir.Provider -> Pixir.Tools. The append-only Pixir.Log is the source of truth, and front-ends observe canonical and ephemeral facts through Pixir.Events.

The public architecture is intentionally split across focused modules:

See CONTEXT.md for vocabulary and docs/adr/ for accepted architecture decisions.

Summary

Functions

Pixir version (mirrors mix.exs).

Functions

version()

@spec version() :: String.t()

Pixir version (mirrors mix.exs).