-38
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 08 Aug 2026
-38 points (18.3% liked)
Programming
28283 readers
128 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 3 years ago
MODERATORS
So how does it connect to any LLM without using their API?
Yes though Kilo was my example since they built a lot of support for other providers, though coding specific of course.
Well, the typical use would be by local Agent subscription. But in theory any LLM could work, so long as it's made to follow the filesystem protocol that faaah expects.
There's a video in the repo with an example of how it works, plus a diagram.