Skip to content

Commit

Permalink
Add into agent
Browse files Browse the repository at this point in the history
  • Loading branch information
ppsimatikas committed Feb 18, 2025
1 parent d11567a commit 24c329e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"@elizaos/plugin-form": "workspace:*",
"@elizaos/plugin-ankr": "workspace:*",
"@elizaos/client-xmtp": "workspace:*",
"@elizaos/plugin-xtreamly": "workspace:*",
"@elizaos/plugin-trikon": "workspace:*",
"@elizaos/plugin-zilliqa": "workspace:*",
"@elizaos/client-deva": "workspace:*",
Expand Down
2 changes: 2 additions & 0 deletions agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import nitroPlugin from "@elizaos/plugin-router-nitro";
import { devinPlugin } from "@elizaos/plugin-devin";
import { zksyncEraPlugin } from "@elizaos/plugin-zksync-era";
import { chainbasePlugin } from "@elizaos/plugin-chainbase";
import { xtreamlyPlugin } from "@elizaos/plugin-xtreamly";
import { holdstationPlugin } from "@elizaos/plugin-holdstation";
import { nvidiaNimPlugin } from "@elizaos/plugin-nvidia-nim";
import { zxPlugin } from "@elizaos/plugin-0x";
Expand Down Expand Up @@ -1225,6 +1226,7 @@ export async function createAgent(
? akashPlugin
: null,
getSecret(character, "CHAINBASE_API_KEY") ? chainbasePlugin : null,
getSecret(character, "XTREAMLY_API_KEY") ? xtreamlyPlugin : null,
getSecret(character, "QUAI_PRIVATE_KEY") ? quaiPlugin : null,
getSecret(character, "RESERVOIR_API_KEY")
? createNFTCollectionsPlugin()
Expand Down

0 comments on commit 24c329e

Please sign in to comment.