Going to give it a shot this weekend
Show HN: Jido 2.0, Elixir Agent Framework
31–40 of 74 posts
Re: Show HN: Jido 2.0, Elixir Agent Framework
#32oh no did HN traffic defeat OTP
Re: Show HN: Jido 2.0, Elixir Agent Framework
#33Re: Show HN: Jido 2.0, Elixir Agent Framework
#34Thanks 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
Re: Show HN: Jido 2.0, Elixir Agent Framework
#35Where does this stand in relation to LangChain? https://github.com/brainlid/langchain (Probably complimentary but wanted to check)
I went down this path a bit the other night, curious what OP's answer is. My mental model was that they could be complimentary? Jido for agent lifecycle, supervision, state management, etc, LangChain for the LLM interactions, prompt chains, RAG, etc. Looks like you could do everything in Jido 2.0, but if you like/are familiar with LangChain it seems like they could work well together.
As LLM API's evolved, I needed more and built ReqLLM which is now embedded deeply into Jido.
Re: Show HN: Jido 2.0, Elixir Agent Framework
#36Re: Show HN: Jido 2.0, Elixir Agent Framework
#37I'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.
The future is going to be wild
Re: Show HN: Jido 2.0, Elixir Agent Framework
#38Thanks 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
Awesome!!! Gave you a star ...
Re: Show HN: Jido 2.0, Elixir Agent Framework
#39https://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.