A typed declarative IR for Agentic Computation Graphs (ACGs) that compiles to a Broadway supervision tree on the BEAM.
See Bloccs.Manifest.Node, Bloccs.Manifest.Network, Bloccs.Parser,
Bloccs.Validator, and Bloccs.Compiler for the v0.1 surface.
Summary
Functions
@spec version() :: String.t()
Returns the current bloccs library version.
Examples
iex> is_binary(Bloccs.version())
true