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
beam_weaver lib beam_weaver runtime.ex
Raw

lib/beam_weaver/runtime.ex

defmodule BeamWeaver.Runtime do
@moduledoc """
Supervised runtime for agents, streams, model calls, and tool execution.
"""
end