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/runtime.ex
defmodule BeamWeaver.Runtime do
@moduledoc """
Supervised runtime for agents, streams, model calls, and tool execution.
"""
end