Autonomous AI agents
Intro I’ve been messing around with AI and “agents” recently. I thought I’d share the architecture that I’ve come up with. I was working with some orchestration systenms and thought to myself “I want something that is autonomous, but also able to be completely distributed”. I have used the fantastic library libp2p. This gives me the ability to have peer discovery, a pub / sub message bus and more. I thought to myself “what if I combine my favourite network stack with the experiments I’m running with AI”...