Bloccs (bloccs v0.2.0)

Copy Markdown View Source

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

Returns the current bloccs library version.

Functions

version()

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

Returns the current bloccs library version.

Examples

iex> is_binary(Bloccs.version())
true