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 memory mixing in Twitter generate #23

Closed
lalalune opened this issue Oct 24, 2024 · 5 comments
Closed

Fix memory mixing in Twitter generate #23

lalalune opened this issue Oct 24, 2024 · 5 comments
Assignees
Labels

Comments

@lalalune
Copy link
Member

Twitter generate uses a default room ID and this might be causing problems between the clients, since they access the same sqlite database. So Spartan would say kind of weird stuff about quantum mechanics, because he's pulling some of Ruby's memories. This only seems to happen on generation since room id is same.

@sirkitree sirkitree added the bug Something isn't working label Oct 27, 2024
@sirkitree
Copy link
Collaborator

Possibly related to #32

@lalalune
Copy link
Member Author

Related to #32. This is causing our agent personas to mix up so we def need to fix ASAP.

@alextitonis @dreaminglucid if you have time, take a look? I'll look as well.

@dreaminglucid
Copy link
Collaborator

will look into this today

@dreaminglucid dreaminglucid pinned this issue Nov 1, 2024
@lalalune lalalune self-assigned this Nov 1, 2024
@lalalune lalalune closed this as completed Nov 2, 2024
@github-project-automation github-project-automation bot moved this to Done in Eliza Nov 2, 2024
@sirkitree sirkitree unpinned this issue Nov 2, 2024
@sirkitree
Copy link
Collaborator

I see this is closed but I think it's still happening

@lalalune
Copy link
Member Author

lalalune commented Nov 4, 2024

Fixed it by setting unique room IDs and message IDs for each message, then adding an agentId ito the memory type / in db

lalalune pushed a commit that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants