Twitter Agent
Here's an example showing you how to setup the .env, config, and run the Twitter client.
Last updated
Here's an example showing you how to setup the .env, config, and run the Twitter client.
Last updated
{
"clients": {
"twitter": {
// Set the min/max range for delay between posts in MINUTES
"post_delay": [
10,
20
],
// Set the min/max range for delay between replies in MINUTES
"reply_delay": [
10,
20
],
// Set delay in MINUTES after searching twitter for relevant posts when creating post response
"search_delay": 1,
// Set HARD delay in MINUTES between actions
"delay": 0,
// If TRUE agent wont post/reply live but will print its responses in the console
"debug": true
}
},
"completion_provider": "anthropic",
"embedding_provider": "local",
"db": "local"
}