@@ -55,8 +55,8 @@ import { binancePlugin } from "@elizaos/plugin-binance";
55
55
// tradePlugin,
56
56
// webhookPlugin,
57
57
// } from "@elizaos/plugin-coinbase";
58
- import { coingeckoPlugin } from "@elizaos/plugin-coingecko" ;
59
- import { coinmarketcapPlugin } from "@elizaos/plugin-coinmarketcap" ;
58
+ // import { coingeckoPlugin } from "@elizaos/plugin-coingecko";
59
+ // import { coinmarketcapPlugin } from "@elizaos/plugin-coinmarketcap";
60
60
// import { confluxPlugin } from "@elizaos/plugin-conflux";
61
61
// import { createCosmosPlugin } from "@elizaos/plugin-cosmos";
62
62
// import { cronosZkEVMPlugin } from "@elizaos/plugin-cronoszkevm";
@@ -84,26 +84,26 @@ import { teeMarlinPlugin } from "@elizaos/plugin-tee-marlin";
84
84
import { webSearchPlugin } from "@elizaos/plugin-web-search" ;
85
85
86
86
import { giphyPlugin } from "@elizaos/plugin-giphy" ;
87
- import { hyperliquidPlugin } from "@elizaos/plugin-hyperliquid" ;
88
- import { letzAIPlugin } from "@elizaos/plugin-letzai" ;
87
+ // import { hyperliquidPlugin } from "@elizaos/plugin-hyperliquid";
88
+ // import { letzAIPlugin } from "@elizaos/plugin-letzai";
89
89
import { thirdwebPlugin } from "@elizaos/plugin-thirdweb" ;
90
90
// import { zksyncEraPlugin } from "@elizaos/plugin-zksync-era";
91
91
92
92
// import { akashPlugin } from "@elizaos/plugin-akash";
93
93
import { OpacityAdapter } from "@elizaos/plugin-opacity" ;
94
94
import { openWeatherPlugin } from "@elizaos/plugin-open-weather" ;
95
- import { quaiPlugin } from "@elizaos/plugin-quai" ;
95
+ // import { quaiPlugin } from "@elizaos/plugin-quai";
96
96
import createRabbiTraderPlugin from "@elizaos/plugin-rabbi-trader" ;
97
- import { stargazePlugin } from "@elizaos/plugin-stargaze" ;
97
+ // import { stargazePlugin } from "@elizaos/plugin-stargaze";
98
98
import Database from "better-sqlite3" ;
99
99
import fs from "fs" ;
100
100
import net from "net" ;
101
101
import path from "path" ;
102
102
import { fileURLToPath } from "url" ;
103
103
import yargs from "yargs" ;
104
104
105
- import { whaleDataEvaluator } from "./whaleDataEvaluator.js" ;
106
- import { whaleDataProvider } from "./whaleDataProvider.js" ;
105
+ // import { whaleDataEvaluator } from "./whaleDataEvaluator.js";
106
+ // import { whaleDataProvider } from "./whaleDataProvider.js";
107
107
108
108
const __filename = fileURLToPath ( import . meta. url ) ; // get the resolved path to the file
109
109
const __dirname = path . dirname ( __filename ) ; // get the name of the directory
@@ -753,7 +753,7 @@ export async function createAgent(
753
753
databaseAdapter : db ,
754
754
token,
755
755
modelProvider : character . modelProvider ,
756
- evaluators : [ whaleDataEvaluator ] ,
756
+ evaluators : [ ] ,
757
757
character,
758
758
// character.plugins are handled when clients are added
759
759
plugins : [
@@ -796,9 +796,9 @@ export async function createAgent(
796
796
? nftGenerationPlugin
797
797
: null ,
798
798
// getSecret(character, "ZEROG_PRIVATE_KEY") ? zgPlugin : null,
799
- getSecret ( character , "COINMARKETCAP_API_KEY" )
800
- ? coinmarketcapPlugin
801
- : null ,
799
+ // getSecret(character, "COINMARKETCAP_API_KEY")
800
+ // ? coinmarketcapPlugin
801
+ // : null,
802
802
// getSecret(character, "COINBASE_COMMERCE_KEY")
803
803
// ? coinbaseCommercePlugin
804
804
// : null,
@@ -834,10 +834,10 @@ export async function createAgent(
834
834
// : null,
835
835
goatPlugin ,
836
836
rabbiPlugin ,
837
- getSecret ( character , "COINGECKO_API_KEY" ) ||
838
- getSecret ( character , "COINGECKO_PRO_API_KEY" )
839
- ? coingeckoPlugin
840
- : null ,
837
+ // getSecret(character, "COINGECKO_API_KEY") ||
838
+ // getSecret(character, "COINGECKO_PRO_API_KEY")
839
+ // ? coingeckoPlugin
840
+ // : null,
841
841
getSecret ( character , "EVM_PROVIDER_URL" ) ? goatPlugin : null ,
842
842
// getSecret(character, "ABSTRACT_PRIVATE_KEY")
843
843
// ? abstractPlugin
@@ -873,8 +873,8 @@ export async function createAgent(
873
873
getSecret ( character , "ECHOCHAMBERS_API_KEY" )
874
874
? echoChambersPlugin
875
875
: null ,
876
- getSecret ( character , "LETZAI_API_KEY" ) ? letzAIPlugin : null ,
877
- getSecret ( character , "STARGAZE_ENDPOINT" ) ? stargazePlugin : null ,
876
+ // getSecret(character, "LETZAI_API_KEY") ? letzAIPlugin : null,
877
+ // getSecret(character, "STARGAZE_ENDPOINT") ? stargazePlugin : null,
878
878
getSecret ( character , "GIPHY_API_KEY" ) ? giphyPlugin : null ,
879
879
getSecret ( character , "GENLAYER_PRIVATE_KEY" )
880
880
? genLayerPlugin
@@ -891,19 +891,19 @@ export async function createAgent(
891
891
// ? artheraPlugin
892
892
// : null,
893
893
// getSecret(character, "ALLORA_API_KEY") ? alloraPlugin : null,
894
- getSecret ( character , "HYPERLIQUID_PRIVATE_KEY" )
895
- ? hyperliquidPlugin
896
- : null ,
897
- getSecret ( character , "HYPERLIQUID_TESTNET" )
898
- ? hyperliquidPlugin
899
- : null ,
894
+ // getSecret(character, "HYPERLIQUID_PRIVATE_KEY")
895
+ // ? hyperliquidPlugin
896
+ // : null,
897
+ // getSecret(character, "HYPERLIQUID_TESTNET")
898
+ // ? hyperliquidPlugin
899
+ // : null,
900
900
// getSecret(character, "AKASH_MNEMONIC") &&
901
901
// getSecret(character, "AKASH_WALLET_ADDRESS")
902
902
// ? akashPlugin
903
903
// : null,
904
- getSecret ( character , "QUAI_PRIVATE_KEY" ) ? quaiPlugin : null ,
904
+ // getSecret(character, "QUAI_PRIVATE_KEY") ? quaiPlugin : null,
905
905
] . filter ( Boolean ) ,
906
- providers : [ whaleDataProvider ] ,
906
+ providers : [ ] ,
907
907
actions : [ ] ,
908
908
services : [ ] ,
909
909
managers : [ ] ,
0 commit comments