aicoolies logo

Jido

BEAM/Elixir-native framework for durable multi-agent systems

Share
open-sourceOpen Source
Visit Website →

Jido is an Elixir-native AI agent framework that leverages the BEAM virtual machine's concurrency and fault-tolerance for building durable, distributed multi-agent systems. It provides primitives for agent lifecycle management, skill composition, and message-based coordination. Designed for teams running Elixir in production who need agent capabilities. Apache-2.0 with 1,600+ GitHub stars.

Jido brings AI agent capabilities to the Elixir ecosystem by building on the BEAM virtual machine's unique strengths in concurrency, fault tolerance, and distributed computing. While most agent frameworks are built in Python or TypeScript and must bolt on reliability features through external infrastructure, Jido inherits BEAM's battle-tested process supervision, hot code reloading, and distributed node communication as foundational capabilities. Each agent runs as a supervised Erlang process that can crash and restart without affecting other agents, receive messages asynchronously from any node in the cluster, and maintain persistent state through GenServer patterns.

The framework provides a skill composition model where agent capabilities are defined as composable modules that can be mixed and matched to create specialized agents. Skills handle specific tasks like LLM interaction, tool execution, memory management, and domain-specific logic, while the agent runtime manages lifecycle, message routing, and error recovery. This modular approach lets teams build agents incrementally, testing individual skills in isolation before assembling them into complete agent systems. The framework integrates with popular Elixir libraries for HTTP, database access, and WebSocket communication.

Jido targets the niche but significant community of companies running Elixir in production — organizations like Discord, Pinterest, and numerous fintech companies that chose BEAM for its real-time, fault-tolerant characteristics. For these teams, building agent systems in Python would mean introducing a new runtime, deployment pipeline, and operational playbook. Jido lets them extend their existing Elixir applications with agent capabilities using the same tools, patterns, and infrastructure they already know. With 1,600+ GitHub stars and an Apache-2.0 license, Jido serves this specialized but technically demanding audience.

Pricing

Free and open source (Apache-2.0)

Platforms

Elixir/BEAM — Hex package, any Erlang/OTP platform

Categories

Tags

Use Cases

Alternatives

LangGraph logo

LangGraph

Stateful agent orchestration framework by LangChain

LangGraph is LangChain's framework for building stateful, multi-actor AI agent applications as controllable graphs. It models workflows as nodes and edges, enabling cycles, branching, and human-in-the-loop patterns that simple chains cannot express. Features built-in persistence for conversation memory, streaming support, and fault tolerance. Provides fine-grained control over execution flow while supporting single-agent and multi-agent architectures with shared or independent state.

open-sourceOpen Source
CrewAI logo

CrewAI

Multi-agent AI framework

Python framework for orchestrating autonomous AI agents that collaborate to accomplish complex tasks. Define agents with specific roles, goals, and backstories, then organize them into crews with sequential or parallel task execution. Supports tool usage (web search, file I/O, API calls), memory, delegation between agents, and human-in-the-loop input. Works with OpenAI, Anthropic, local models, and more. 25K+ GitHub stars. Leading multi-agent framework alongside LangGraph and AutoGen.

open-sourceOpen Source
Agno logo

Agno

Lightweight multi-modal agent framework

Fast, lightweight Python framework for building multi-modal AI agents, formerly known as Phidata. Includes built-in memory, knowledge bases, tools, and reasoning capabilities with 40K+ GitHub stars. Designed for developers who want to build production-ready agents quickly with minimal boilerplate, supporting structured outputs and multi-agent coordination out of the box.

open-sourceOpen Source

Related Tools

Hermes Agent logo

Hermes Agent

Top Pick

Open-source AI agent framework with persistent memory, reusable skills, tools, and messaging gateways

Hermes Agent is an open-source AI agent framework with persistent memory, reusable skills, 40+ tools, cron jobs, and messaging gateways.

open-sourceOpen Source

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry
Klavis AI logo

Klavis AI

MCP integration platform for agent tool use at scale

Klavis AI is an Apache-2.0 MCP integration platform for teams connecting AI agents to external SaaS tools and APIs. The public repo and official docs position it as infrastructure for reliable tool access at scale, so it fits teams that want reusable MCP connectors without treating every integration as a one-off script or custom OAuth maintenance project.

open-sourceOpen SourceTelemetry