-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 Search Client Broken #943
Comments
I also received "runtime.getSetting is not defined" when uncommenting and adding onReady to start the client on startup and uncommenting Tried fixing by updating createAgent and AgentRuntime, but ended up breaking the entire thing and won't launch. |
I resolved this in constructor(runtime: IAgentRuntime) {
// Initialize the client and pass an optional callback to be called when the client is ready
super(
runtime, // change this
);
} |
tbh this may be resolved if you bump to latest version of https://github.com/ai16z/agent-twitter-client testing now |
You've helped me overcome that roadblock, much appreciated! Now I see the search, but hitting:
Possibly unrelated to this, but will keep testing |
here is my initial fix: if I make substantial progress maybe we can make a PR |
PR here: make sure you have "modelProvider": "openai",
"settings": {
"temperature": 0.6,
"secrets": {},
"voice": {
"model": "en_US-hfc_male-medium"
},
"model": "medium"
}, |
resolved by 649946c |
Describe the bug
The
TwitterSearchClient
comes broken out of boxTo Reproduce
Clone most recent release
Build
character.json
withtwitter
in character filesclients
array.Update
packages/client-twitter/src/index.ts
to include search functionalityBuild and start project:
Expected behavior
Should engage in searched timeline activity outside of just mentions
The text was updated successfully, but these errors were encountered: