I’m looking for something more like an traditional Free and Open Source project with an active community, different use-cases…

I tried googling it. But there’s just way to many results these days. And they’re mostly(?) cooked up by some AI agent and tend to get abandoned randomly after a few weeks. Or they have broad claims in a shiny README.md and then I install something and in reality it sucks and doesn’t even do half of it. Or they’re made by lunatics like Peter Steinberger who default to giving their agents root permissions on everything. That’s why I try to avoid that category of projects.

I know I can code everything myself with Python, but it’d be great to have some workflows and integrations laid out for me, memory, RAG, a sandboxed Linux shell, cron, webhooks… So I can just go ahead and connect it to my local LLM and use it for various things. React to my my messages, look up information, read new pull-requests from a repository or RSS feed, write something to a homepage, pipe something into TTS or Ace-Step do a radio show or whatever. Make a small group of agents or my own tools…

Idk, something roughly alike n8n just proper open-source? Is there anything out there you other people use?

I’m asking in the LocalLlama community since I try to run it locally. And I need some amount of customizability so I can create some clever workflows. Something like OpenCode also doesn’t really help if it wastes a million tokens on some mundane task and it’s not really designed to fit with my limited amount of compute resources. Or if it’s super hard to customize it to do so.

  • Scipitie@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 days ago

    In terms of automation n8n is the closest you’ll ever get that is at least partially FOSS.

    But for client based I’m having good experience with Goose https://github.com/aaif-goose/goose

    The project recently moved to the AI arm of the Linux foundation.

    It’s a mix of terminal helper and agent orchestrator. I’m not yet too deep but the mix of recipes and skills seems to work pretty well!