langchain logo

langchain

Enrichment pending
brainlid/langchain

Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs.

GraphCanon updated today · GitHub synced today

1.2k
Stars
207
Forks
31
Open issues
20
Watchers
2d
Last push
Elixir OtherCreated Jul 12, 2023

Trust & integrity

Full report
Maintenance
Very active (1d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs.

Capability facts

Languages
elixir

Source: github.language · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

LangChain integrationLangChain

Source: README excerpt (regex_v1, Jul 11, 2026)

The package can be installed by adding `langchain` to your list of dependencies
Source link

Tags

README

Installation

Requirements: Elixir 1.17 or higher

The package can be installed by adding langchain to your list of dependencies in mix.exs:

def deps do
  [
    {:langchain, "~> 0.9.0"}
  ]
end