GraphCanon updated Sep 20, 2026 · GitHub synced Sep 20, 2026
25views this month
Decision brief
Jido is an autonomous agent framework for Elixir that supports distributed and dynamic workflows, suitable for those needing a GenServer-based lifecycle management with signal routing in production environments.
Good fit when
- When you need to implement parent-child agent hierarchies within your Elixir applications.
- If your application requires instance-scoped supervision for multi-tenant deployments and can benefit from configurable signal routing strategies.
Avoid when
- When looking for a feature-rich GUI interface or extensive out-of-the-box machine learning capabilities, as Jido focuses primarily on agent framework functionality.
- For applications that prefer monolithic architectures over distributed workflows involving autonomous agents in Elixir.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of Sep 19, 2026
- Provenance
- Not a fork · Organization account
- As of Sep 19, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
git clone https://github.com/agentjido/jidoSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
Jido is an agent framework built for distributed and autonomous behavior with dynamic workflows in the Elixir language.
Capability facts
- Languages
- elixir
Source: github.language · Sep 19, 2026
Categories
Tags
README
Manual Installation Add to your list of dependencies in : Then define a Jido instance module and add it to your supervision tree: elixir def deps do [ {:jido, " 2.0"} ] end elixir defmodule MyAgent do use Jido.Agent, name: "my agent", description: "My custom agent", schema: [ cou...
For agents
This page has a .md twin and JSON over the API.