Back to browse
GitHub Repository

From-scratch OTP-native Elixir implementation of LangChain, LangGraph, and Deep Agents concepts

18 starsElixir

BeamWeaver – LangChain/DeepAgents-style agents and workflows for Elixir

by caudena·Jun 12, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemSlick

LangChain for Elixir with OTP supervision — useful if you're already on BEAM.

Strengths
  • Native Elixir implementation leverages OTP supervision trees for durable agent execution
  • LangGraph-style state graphs with checkpoints and resumable execution built in
  • WeaveScope tracing integration provides production observability out of the box
Weaknesses
  • Conceptually derivative — LangChain and LangGraph already solve this for Python
  • Small Elixir AI ecosystem limits community contributions and third-party integrations
Category
Target Audience

Elixir developers building AI-powered applications

Similar To

LangChain · LangGraph · LlamaIndex

Similar Projects

AI/ML●●Solid

Stop Using LangChain

LangChain alternative with 2 dependencies and async-native architecture from the start.

Big BrainSolve My Problem
aminau
302mo ago
AI/ML●●Solid

Quoracle, a recursive consensus-based multi-agent orchestrator (Elixir)

Quoracle forces you to stop trusting one model and instead runs every decision through an explicit consensus pipeline, with per-model conversation history persisted to Postgres and a LiveView dashboard for realtime inspection. Agents can spawn children recursively and communicate via messages, which makes it a neat sandbox for studying emergent behaviors or building robust multi-model workflows — heavy, opinionated, and clearly aimed at folks who want to experiment rather than ship a lightweight chatbot.

WizardryNiche Gem
shelvick
114mo ago
AI/ML●●●Banger

Mengram – AI agent memory with facts, events, and evolving workflows

Procedures that learn from failures—not just facts; agents improve through experience loops.

Zero to OneBig Brain
mengram-ai
213mo ago