Shaw
Shaw
We need to make sure that app fully runs either way to keep it simple. There are a few ??s that are probably incorrect.
We should pull news and current events based on the agent character's topics list. - This should be cached every hour or so that we don't bang the APIs too...
docs
well, we had docs before: https://github.com/JoinTheAlliance/bgent/tree/main/docs We if add claude comments to all of our files with tsdoc, we can export everything into an api documentation nicely. So let's migrate...
We can generate images with together.xyz supa ez. Flux Pro + generator prompt. flow to generate image and caption it
This PR enables swap functionality
@o-on-x has offered to work on this for their own agent
**Describe the bug** ``` Error: The module '/root/ruby/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node' was compiled against a different Node.js version using NODE_MODULE_VERSION 127. This version of Node.js requires NODE_MODULE_VERSION 131. Please try re-compiling or re-installing...
Right now if we run two agents at the same time, only one responds on twitter and uses the personality of the other agent. We need to make sure that...
The way we are queueing messages is very shoddy and causes rate limiting.
For some reason, on Twitter, the agent will respond with an image which is a respost of images from other conversation it has had. This is clearly a bug. If...