Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix name confusion #32

Closed
lalalune opened this issue Oct 26, 2024 · 2 comments
Closed

Fix name confusion #32

lalalune opened this issue Oct 26, 2024 · 2 comments
Assignees
Labels
bug Something isn't working Priority: High
Milestone

Comments

@lalalune
Copy link
Member

Screenshot 2024-10-26 at 12 44 32 AM
@sirkitree sirkitree added the bug Something isn't working label Oct 27, 2024
@sirkitree
Copy link
Collaborator

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 sirkitree added this to Eliza Oct 28, 2024
@lalalune
Copy link
Member Author

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 lalalune self-assigned this Nov 1, 2024
@lalalune lalalune added this to the Milestone 1 milestone Nov 1, 2024
@lalalune lalalune closed this as completed Nov 9, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Eliza Nov 9, 2024
MarcoMandar added a commit that referenced this issue Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Priority: High
Projects
Status: Done
Development

No branches or pull requests

2 participants