Skip to content

Commit

Permalink
fxxs again
Browse files Browse the repository at this point in the history
  • Loading branch information
azep-ninja committed Jan 31, 2025
1 parent 85c27b4 commit 97b60aa
Show file tree
Hide file tree
Showing 32 changed files with 25 additions and 11,306 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:23.3.0-slim AS builder
# Install pnpm globally and install necessary build tools
RUN npm install -g [email protected] && \
apt-get update && \
apt-get install -y git python3 make g++ && \
apt-get install -y git python3 make g++ curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -40,8 +40,6 @@ RUN set -ex && \
echo "Build failed, retrying..." && \
sleep 5) \
done && \
# Verify the dist folder exists after build
ls -la /app/packages/adapter-pglite/dist || echo "pglite dist missing after build!" && \
# Only prune after successful build
pnpm prune --prod && \
echo "Production pruning completed" && \
Expand Down
1 change: 0 additions & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"@elizaos/plugin-lightning": "workspace:*",
"@elizaos/plugin-b2": "workspace:*",
"@elizaos/plugin-nft-collections": "workspace:*",
"@elizaos/plugin-pyth-data": "workspace:*",
"@elizaos/plugin-openai": "workspace:*",
"@elizaos/plugin-devin": "workspace:*",
"@elizaos/plugin-holdstation": "workspace:*",
Expand Down
5 changes: 0 additions & 5 deletions agent/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ import { hyperliquidPlugin } from "@elizaos/plugin-hyperliquid";
import { moralisPlugin } from "@elizaos/plugin-moralis";
import { echoChambersPlugin } from "@elizaos/plugin-echochambers";
import { dexScreenerPlugin } from "@elizaos/plugin-dexscreener";
import { pythDataPlugin } from "@elizaos/plugin-pyth-data";
import { openaiPlugin } from "@elizaos/plugin-openai";
import nitroPlugin from "@elizaos/plugin-router-nitro";
import { devinPlugin } from "@elizaos/plugin-devin";
Expand Down Expand Up @@ -1202,10 +1201,6 @@ export async function createAgent(
: null,
getSecret(character, "ZERO_EX_API_KEY") ? zxPlugin : null,
getSecret(character, "DKG_PRIVATE_KEY") ? dkgPlugin : null,
getSecret(character, "PYTH_TESTNET_PROGRAM_KEY") ||
getSecret(character, "PYTH_MAINNET_PROGRAM_KEY")
? pythDataPlugin
: null,
getSecret(character, "LND_TLS_CERT") &&
getSecret(character, "LND_MACAROON") &&
getSecret(character, "LND_SOCKET")
Expand Down
Binary file removed packages/plugin-pyth-data/assets/Pyth.jpg
Binary file not shown.
17 changes: 0 additions & 17 deletions packages/plugin-pyth-data/eslint.config.mjs

This file was deleted.

58 changes: 0 additions & 58 deletions packages/plugin-pyth-data/package.json

This file was deleted.

138 changes: 0 additions & 138 deletions packages/plugin-pyth-data/readme.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/plugin-pyth-data/schema.json

This file was deleted.

Loading

0 comments on commit 97b60aa

Please sign in to comment.