Skip to main content

lib/beam_weaver.ex

defmodule BeamWeaver do
  @moduledoc """
  OTP-native Elixir runtime and library surface for LangChain-style agents.

  BeamWeaver translates selected LangChain behavior into idiomatic Elixir
  modules, structs, behaviours, and supervision trees.
  """
end