Skip to content

Commit 0338c09

Browse files
committedFeb 10, 2025
* 'main' of https://github.com/mgunnin/eliza-agent: (183 commits) feat: set package publish access to public chore: pnpm lock file Update post.ts chore: remove remnant files/folders chore: add missing version to package.json Update plugins.md Update agent.md Update evaluators.md Update eliza-in-tee.md allow plugins to interact w messangerManager to post on tg read modelConfig from character file update LIVEPEER endpoint fix model test use latest getModelSettings function return null of empty object return string set initial value to null Fix plugin-solana-v2 package.json (elizaOS#3308) bump lock bump version to 0.25.6-alpha.1 ...
2 parents 23828b0 + 81a3528 commit 0338c09

File tree

382 files changed

+18283
-8965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+18283
-8965
lines changed
 

‎.env.example

+17-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ REMOTE_CHARACTER_URLS=
2525
USE_CHARACTER_STORAGE=false
2626

2727
# Logging
28-
DEFAULT_LOG_LEVEL=warn
28+
DEFAULT_LOG_LEVEL=info
2929
LOG_JSON_FORMAT=false # Print everything in logger as json; false by default
3030

3131
###############################
@@ -70,11 +70,18 @@ TWITTER_USERNAME= # Account username
7070
TWITTER_PASSWORD= # Account password
7171
TWITTER_EMAIL= # Account email
7272
TWITTER_2FA_SECRET=
73+
74+
# Authentication cookies for Twitter session (this is for login using cookies and is optional)
75+
TWITTER_COOKIES_AUTH_TOKEN=
76+
TWITTER_COOKIES_CT0=
77+
TWITTER_COOKIES_GUEST_ID=
78+
7379
TWITTER_POLL_INTERVAL=120 # How often (in seconds) the bot should check for interactions
7480
TWITTER_SEARCH_ENABLE=FALSE # Enable timeline search, WARNING this greatly increases your chance of getting banned
7581
TWITTER_TARGET_USERS= # Comma separated list of Twitter user names to interact with
7682
TWITTER_RETRY_LIMIT= # Maximum retry attempts for Twitter login
7783
TWITTER_SPACES_ENABLE=false # Enable or disable Twitter Spaces logic
84+
ENABLE_TWITTER_POST_GENERATION=true # Set to true to enable automatic tweet generation. If false, the bot will not generate or post tweets.
7885
# Post Interval Settings (in minutes)
7986
POST_INTERVAL_MIN= # Default: 90
8087
POST_INTERVAL_MAX= # Default: 180
@@ -570,6 +577,10 @@ TEE_MARLIN_ATTESTATION_ENDPOINT= # Optional, default "http://127.0.0.1:1350"
570577
TON_PRIVATE_KEY= # Ton Mnemonic Seed Phrase Join With Empty String
571578
TON_RPC_URL= # ton rpc
572579
TON_RPC_API_KEY= # ton rpc api key
580+
TON_NFT_IMAGES_FOLDER= # Path to the folder containing the NFT images
581+
TON_NFT_METADATA_FOLDER= # Path to the folder containing the NFT metadata
582+
PINATA_API_KEY= # Pinata API key
583+
PINATA_API_SECRET= # Pinata API secret
573584

574585
# Sui
575586
SUI_PRIVATE_KEY= # Sui Mnemonic Seed Phrase (`sui keytool generate ed25519`) , Also support `suiprivatekeyxxxx` (sui keytool export --key-identity 0x63)
@@ -745,7 +756,8 @@ QUAI_PRIVATE_KEY=
745756
QUAI_RPC_URL=https://rpc.quai.network
746757

747758
# Chainbase
748-
CHAINBASE_API_KEY=demo # demo is a free tier key
759+
# demo is a free tier key
760+
CHAINBASE_API_KEY= # demo is a free tier key
749761

750762
# 0x
751763
ZERO_EX_API_KEY=
@@ -952,4 +964,7 @@ ARBITRAGE_EVM_PRIVATE_KEY= # Private key for the wallet executi
952964
FLASHBOTS_RELAY_SIGNING_KEY= # Signing key for Flashbots relay interactions
953965
BUNDLE_EXECUTOR_ADDRESS= # Address of the bundle executor contract
954966

967+
# DESK Exchange Plugin Configration
968+
DESK_EXCHANGE_PRIVATE_KEY= # Required for trading and cancelling orders
969+
DESK_EXCHANGE_NETWORK= # "mainnet" or "testnet
955970

‎.github/workflows/block-mini.yml

-60
This file was deleted.

0 commit comments

Comments
 (0)