-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Twitter client only works for one agent when running multiple agents simultaneously #656
Comments
Yeah. We need to solve this. |
Is this issue resolved ? |
@lalalune review and let me know, |
Few days ago, I also tested the post feature by running two agents in parallel in this PR: #722, and both successfully posted tweets, could you confirm it on your side? |
@tcm390 If you hard code -
Reference - |
oh you need to set secret/settings in character file like this :)
|
@tcm390 I didn't know it can be possible in this way, then can you please close this PR, so that dev's can focus on other open PR's |
sure :) |
Describe the bug
Eliza has the capability to run multiple agents at once. They each should be able to use the twitter credentials that they're given. Right now the system only runs the twitter client for one of the agents.
To Reproduce
Expected behavior
All the twitter accounts given the multiple agents should have new posts from said agents not just one.
The text was updated successfully, but these errors were encountered: