# agentjido/jido

🤖 Autonomous agent framework for Elixir. Built for distributed, autonomous behavior and dynamic workflows.

Repository: https://github.com/agentjido/jido
Canonical: https://ross.abutalabs.com/products/jido
Homepage: https://jido.run
Language: Elixir
License: Apache-2.0
License Family: permissive
Topics: elixir, workflow, event-driven-architecture, orchestration, agent-framework, ai-agents, core, elixir-package, jido
Last push: 2026-08-26T14:25:39+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 85, longevity 44
- inputs: {"age_days": 625, "days_push": 7, "days_rel": 23, "gap_med": 32.0, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1822, forks 117 (observed 2026-08-28T04:05:40.861507+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: agent-framework, workflow-automation, llm-inference, concurrency, scheduling, webhook
- domain: large-language-models, backend, microservices
- platform: elixir, jvm-scripting, self-hosted, serverless
- tags: otp, beam, multi-agent-systems, supervision, fault-tolerance, signals, elixir-package, event-driven, ai-agents, automation

## Member repositories
- agentjido/jido (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:40.861507+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:19:47.884799+00:00, confidence not recorded.
  - readme: https://github.com/agentjido/jido (fetched 2026-08-28T04:05:40.861507+00:00, sha 21b800a0c083)
  - homepage: https://jido.run (fetched 2026-08-29T10:58:53.882998+00:00, sha 622a6fb7af0d)
  - site_page: https://jido.run/features (fetched 2026-08-29T10:58:53.918699+00:00, sha e50fd8f598f0)
  - site_page: https://jido.run/docs (fetched 2026-08-29T10:58:53.921024+00:00, sha ab48180b8d9a)
  - site_page: https://jido.run/docs/getting-started (fetched 2026-08-29T10:58:53.922910+00:00, sha 1ad6874785b4)
  - site_page: https://jido.run/docs/getting-started/new-to-elixir (fetched 2026-08-29T10:58:53.924559+00:00, sha d2e3ab351800)
  - site_page: https://jido.run/docs/getting-started/elixir-developers (fetched 2026-08-29T10:58:53.926236+00:00, sha 35bc0fc1dad9)
  - site_page: https://jido.run/docs/learn/agent-fundamentals (fetched 2026-08-29T10:58:53.928071+00:00, sha 8f639b9a263d)
  - site_page: https://jido.run/features/agents-that-self-heal (fetched 2026-08-29T10:58:53.929806+00:00, sha 0edce2d73e62)
  - site_page: https://jido.run/features/multi-agent-coordination (fetched 2026-08-29T10:58:53.931343+00:00, sha cd80e8247f74)
- Data as of 2026-08-30T08:39:29.467469+00:00.
