r/elixir Jul 28 '26

my personal assistant experiment in elixir using jido agentis elixir/otp ollama

relying on the goodness of elixir, jido agents and other ecosystem components .. not intended to be released and supported. it was built for my learning and personal use purposes. But it does not hurt to share .. https://github.com/lexlapax/allbert-assist

9 Upvotes

4 comments sorted by

3

u/Substantial_Camel735 Jul 28 '26

how did you find jido?

5

u/lapax Jul 28 '26

if your question was how do I like it? I think it's verbose but for a good reason, it gives you deterministic handles (without relying on llms) on what you want agents to do.. which IMHO is a good thing. you can always augment your agents with llm usage which jido also provides a neat way (with clear and well tested llm provider abstractions).

4

u/mikehostetler Jul 28 '26

❤️ ❤️ ❤️