| ▲ | Show HN: Jido 2.0, Elixir Agent Framework(jido.run) | |||||||||||||||||||||||||||||||||||||
| 193 points by mikehostetler 5 hours ago | 39 comments | ||||||||||||||||||||||||||||||||||||||
Hi HN! I'm the author of an Elixir Agent Framework called Jido. We reached our 2.0 release this week, shipping a production-hardened framework to build, manage and run Agents on the BEAM. Jido now supports a host of Agentic features, including: - Tool Calling and Agent Skills - Comprehensive multi-agent support across distributed BEAM processes with Supervision - Multiple reasoning strategies including ReAct, Chain of Thought, Tree of Thought, and more - Advanced workflow capabilities - Durability through a robust Storage and Persistence layer - Agentic Memory - MCP and Sensors to interface with external services - Deep observability and debugging capabilities, including full stack OTel I know Agent Frameworks can be considered a bit stale, but there hasn't been a major release of a framework on the BEAM. With a growing realization that the architecture of the BEAM is a good match for Agentic workloads, the time was right to make the announcement. My background is enterprise engineering, distributed systems and Open Source. We've got a strong and growing community of builders committed to the Jido ecosystem. We're looking forward to what gets built on top of Jido! Come build agents with us! | ||||||||||||||||||||||||||||||||||||||
| ▲ | mmcclure 5 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
I haven't used Jido for anything yet, but it's one of those projects I check in on once a month or so. BEAM does seem like a perfect fit for an agent framework, but the ecosystem seeming limited has held me back from going too far down that path. Excited to see 2.0! Just a heads up, some of your code samples seem to be having an issue with entity escaping. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | neya 3 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Love this! The timing couldn't be more perfect. I had to write my agent framework with a mix of gen servers and Oban. It's honestly a pain to deal with. This looks like it will really remove a lot of pain for development. Thank you so much! | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | sbuttgereit 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Is this anything similar at all to: https://github.com/openai/symphony I'm not very familiar with the space, I follow Elixir goings on more than some of the AI stuff. It is curious... and refreshing... to see Elixir & the BEAM popping up for these sorts of orchestration type workloads. | ||||||||||||||||||||||||||||||||||||||
| ▲ | klocksib 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
The site seems to be getting hugged to death, here's the archive.org backup: https://web.archive.org/web/20260305161030/https://jido.run/ | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | mjdecour 3 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
I've been following this project for several months now and Elixir/BEAM is absolutely perfect for running agents. BEAM is so incredibly lightweight; IFYKYK. Theoretically you could run 1000s of agents on a single server. I'm looking forward to seeing what people who understand this build. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | maxekman 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Thanks for sharing! I’ll definitely check it out. I just LLM-built an A2A package which is a GenServer-like abstraction. I however missed that there already was another A2A implementation for Elixir. Anyway, I decided to leave it up because the package semantics were different enough. Here it is if anyone is interested: https://github.com/actioncard/a2a-elixir | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | bhekanik 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Nice work shipping this. I’ve found the hardest part with agent frameworks isn’t model plumbing, it’s operational boundaries: how you isolate tools, enforce time/budget limits, and recover from partial failures when an agent call chain fans out. BEAM’s supervision model feels like a genuinely strong fit for that, especially if each tool execution can be treated as a supervised unit with clear restart/escalation semantics. Curious whether you’ve seen teams default to many small specialized agents vs fewer general agents with stricter policies. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | travisgriggs an hour ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Meta curiosity… would OP care to comment on what role agents/LLMs played in crafting this library? | ||||||||||||||||||||||||||||||||||||||
| ▲ | davidw 5 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
It'd be cool to see a screenshot of what 'observer' shows as the process tree with a few agents active. Edit: for those not familiar with the BEAM ecosystem, observer shows all the running Erlang 'processes' (internal to the VM). Here are some examples screenshots on one of the first Google hits I found: https://fly.io/docs/elixir/advanced-guides/connect-observer-... | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | malkosta 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
How do you ensure security? Does it have a proper container? Otherwise, it's impossible to prevent leaking prod secrets. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | cpursley 2 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Jido is fantastic. A friend and I have been working on an OpenClaw type of tool in Elixir with Jido if anyone wants to check it out: | ||||||||||||||||||||||||||||||||||||||
| ▲ | carverauto 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Going to give it a shot this weekend | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | enraged_camel 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Where does this stand in relation to LangChain? https://github.com/brainlid/langchain (Probably complimentary but wanted to check) | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | desireco42 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Huh... excellent timing. I am working on a project that currently is handling this with bunch od npm tasks :)(I know), but it works. Sidian Sidekicks, Obsidian vault reviewer agents. I think Jido will be prefect for us and will help us organize and streamline not just our agent interactions but make them more clear, what is happening and which agent is doing what. And on top of that, I get excuse to include Elixir in this project. Thanks for shipping. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | whalesalad 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
oh no did HN traffic defeat OTP | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | rvz 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Let me guess, in the next 6 months, Elixir and Erlang becoming fashionable to build AI agents and then another hype cycle of AI usage and marketing of Elixir. What's old is now rebranded, reheated and new again. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | StevenNunez 5 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
A library I'm excited to not vibecode against! | ||||||||||||||||||||||||||||||||||||||