Skip to content

Commit

Permalink
Merge branch 'develop' into piotr/coinbase-plugin-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monilpat authored Jan 10, 2025
2 parents 718e930 + 9ecb44b commit 566212c
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 313 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-autonome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elizaos/plugin-autonome",
"version": "0.1.7-alpha.1",
"version": "0.1.7",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down
4 changes: 3 additions & 1 deletion packages/plugin-autonome/src/actions/launchAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default {
creationMethod: 2,
envList: {},
templateId: "Eliza",
};

const sendPostRequest = async () => {
try {
Expand Down Expand Up @@ -169,4 +170,5 @@ export default {
},
],
] as ActionExample[][],
} as Action;
} satisfies Action;

10 changes: 0 additions & 10 deletions packages/plugin-autonome/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,5 @@ export default defineConfig({
"https",
"http",
"agentkeepalive",
"safe-buffer",
"base-x",
"bs58",
"borsh",
"@solana/buffer-layout",
"stream",
"buffer",
"querystring",
"amqplib",
// Add other modules you want to externalize
],
});
Loading

0 comments on commit 566212c

Please sign in to comment.