agentjido/jido
🤖 Autonomous agent framework for Elixir. Built for distributed, autonomous behavior and dynamic workflows. observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 85
- Longevity 44
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 32.0
- age_days: 625
- days_rel: 23
- days_push: 7
- n_releases_24m: 5
Adoption not part of the score
1822 stars · 117 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Jido is an autonomous agent framework for Elixir that runs agents as supervised BEAM processes with fault tolerance, signal-based coordination, and typed actions built in. AI/LLM integration is optional via companion packages like jido_ai, while the core provides the agent architecture and runtime.
Use cases
- build autonomous AI agents in Elixir
- orchestrate multi-agent systems with fault tolerance
- run long-lived supervised agent workflows on the BEAM
- build customer support agents with LLM tools
- create document processing and routing pipelines
- coordinate agents with event-driven signals
- build DevOps remediation agents that self-heal
When to choose
- you're an Elixir/OTP developer building production agent systems
- you need process isolation, supervision, and automatic crash recovery for agents
- you want to run thousands of agents per node without external orchestrators
- you want explicit, testable coordination contracts between agents
- you want provider-agnostic LLM integration you can swap without code changes
When to avoid
- your team has no Elixir experience and can't invest in learning it
- you need a quick Python-based agent prototype with a large ecosystem
- you only need a simple single-agent chatbot without distributed runtime concerns
- you require mature, stable tooling - core packages are still in beta
Facets
framework · maturity active
agent-framework workflow-automation llm-inference concurrency scheduling webhook large-language-models backend microservices elixir jvm-scripting self-hosted serverless otp beam multi-agent-systems supervision fault-tolerance signals elixir-package event-driven ai-agents automation
10 sources
- readme: https://github.com/agentjido/jido · fetched 2026-08-28 · 21b800a0c083
- homepage: https://jido.run · fetched 2026-08-29 · 622a6fb7af0d
- site_page: https://jido.run/features · fetched 2026-08-29 · e50fd8f598f0
- site_page: https://jido.run/docs · fetched 2026-08-29 · ab48180b8d9a
- site_page: https://jido.run/docs/getting-started · fetched 2026-08-29 · 1ad6874785b4
- site_page: https://jido.run/docs/getting-started/new-to-elixir · fetched 2026-08-29 · d2e3ab351800
- site_page: https://jido.run/docs/getting-started/elixir-developers · fetched 2026-08-29 · 35bc0fc1dad9
- site_page: https://jido.run/docs/learn/agent-fundamentals · fetched 2026-08-29 · 8f639b9a263d
- site_page: https://jido.run/features/agents-that-self-heal · fetched 2026-08-29 · 0edce2d73e62
- site_page: https://jido.run/features/multi-agent-coordination · fetched 2026-08-29 · cd80e8247f74
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| agentjido/jido | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem