eliza icon indicating copy to clipboard operation
eliza copied to clipboard

Fix name confusion

Open lalalune opened this issue 1 year ago • 1 comments
trafficstars

Screenshot 2024-10-26 at 12 44 32 AM

lalalune avatar Oct 26 '24 07:10 lalalune

i think that the bot takes in every single message in a channel, and so multiple bots taking in all are the culprit here.

What I think we need is to be able to have the bot only process messages that are directed @ it.

sirkitree avatar Oct 27 '24 19:10 sirkitree

i think that the bot takes in every single message in a channel, and so multiple bots taking in all are the culprit here.

What I think we need is to be able to have the bot only process messages that are directed @ it.

The magic comes from that not being the case. We are trying to build a multi-agent simulation, so this is the problem we are trying to solve. Right now we have a shouldRespond handler that determines if the bot should respond, using a cheap model. If so, we respond. It's working pretty well, and it follows our ethos that Elizas are "real agents" that strive to mimic human behavior.

I think it's something more simple and technical, but according to the agents, every other agent should just be a user.

lalalune avatar Oct 29 '24 09:10 lalalune