Here’s some stuff we’ve been up to involving AI Agents on Evernode, from Scott’s work on AI Juries (now called Clockwork Courts - Autonomous AI in a Glass Box”).
1. forked hpdevkit repo: first, if you’re trying to get Agents running in Evernode instances, you need to run the agents outside consensus. This fork of hpdevkit let’s you map the additional non-consensus ports the daemon needs access to, so you can test running things, like a daemon and an API to a big-brained LLM.
github.com/ScottChamberlain/…