

3·
21 hours agoThere are a few lists like this one: https://github.com/alvinreal/awesome-opensource-ai
Not sure what your needs are. There is a large variety of agentic frameworks listed. From things like LangChain to build your own to HermesAgent or Openclaw variants that are supposed to be more “secure”.
Personally I’m testing Agent Zero which runs in a docker container and is meant to be an orchestrator of multiple subagents.
Totally reletable, I actually want the same functions. I will stick to something more conservative at the moment to test and also because it is relevant for my work.
AgentZero has builtin connectors to Email, Telegram and WhatsApp. You can install plugins for Matrix or Discord. Not sure about the security model as I do not use these currently.
However, it also has a secrets store that replaces secrets in tool calls locally. I use it for SSH access to another machine.
The a0 connector can be used to link it to your PC locally for projects that require file acces, etc.