Show HN: Jido 2.0, Elixir Agent Framework
21–30 of 74 posts
Re: Show HN: Jido 2.0, Elixir Agent Framework
#22Where does this stand in relation to LangChain? https://github.com/brainlid/langchain (Probably complimentary but wanted to check)
This agentic framework can co-exist with LangChain if that's what you're wondering.
Re: Show HN: Jido 2.0, Elixir Agent Framework
#23Let 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.
Re: Show HN: Jido 2.0, Elixir Agent Framework
#24How do you ensure security? Does it have a proper container? Otherwise, it's impossible to prevent leaking prod secrets.
It's use-case specific though - security is a much bigger topic then just "agents in containers"
The point of Jido isn't to solve this directly - it's to give you the tools to solve it for your needs.
Re: Show HN: Jido 2.0, Elixir Agent Framework
#25Where does this stand in relation to LangChain? https://github.com/brainlid/langchain (Probably complimentary but wanted to check)
https://hex.pm/packages/req_llm
ReqLLM is baked into the heart of Jido now - we don't support anything else
Re: Show HN: Jido 2.0, Elixir Agent Framework
#26I 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. name: "my_agent", description: "A simple agent…
Re: Show HN: Jido 2.0, Elixir Agent Framework
#27Love 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!
Re: Show HN: Jido 2.0, Elixir Agent Framework
#28The site seems to be getting hugged to death, here's the archive.org backup: https://web.archive.org/web/20260305161030/https://jido.run/
Re: Show HN: Jido 2.0, Elixir Agent Framework
#29[flagged]
Agree on operational boundaries - it took a long time to land where we did with the 2.0 release
Too much to say about this in a comment, but take a look at the "Concepts: Executor" section - it digs into the model here
Re: Show HN: Jido 2.0, Elixir Agent Framework
#30Huh... 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…