File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,6 @@ TOGETHER_API_KEY=
212
212
# Server Configuration
213
213
SERVER_PORT = 3000
214
214
215
- # Web Search Config
216
- ENABLE_WEBSEARCH = false # boolean value, defaults to false
217
-
218
215
# Abstract Configuration
219
216
ABSTRACT_ADDRESS =
220
217
ABSTRACT_PRIVATE_KEY =
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import { LensAgentClient } from "@elizaos/client-lens";
7
7
import { SlackClientInterface } from "@elizaos/client-slack" ;
8
8
import { TelegramClientInterface } from "@elizaos/client-telegram" ;
9
9
import { TwitterClientInterface } from "@elizaos/client-twitter" ;
10
- import { webSearchPlugin } from "@elizaos/plugin-web-search" ;
11
10
import {
12
11
AgentRuntime ,
13
12
CacheManager ,
@@ -525,10 +524,6 @@ export async function createAgent(
525
524
// character.plugins are handled when clients are added
526
525
plugins : [
527
526
bootstrapPlugin ,
528
- parseBooleanFromText ( getSecret ( character , "ENABLE_WEBSEARCH" ) ) ===
529
- true
530
- ? webSearchPlugin
531
- : null ,
532
527
getSecret ( character , "CONFLUX_CORE_PRIVATE_KEY" )
533
528
? confluxPlugin
534
529
: null ,
You can’t perform that action at this time.
0 commit comments