Packages
Elixir-native LangChain, LangGraph, and DeepAgents for traceable LLM apps: OTP workflows, tools, memory, human-in-the-loop, streaming, custom clients/adapters, minimal deps, and WeaveScope tracing.
Current section
Files
Jump to
Current section
Files
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