create-message-kit 1.2.29 → 1.2.31
Sign up to get free protection for your applications and to get access to all the features.
package/index.js
CHANGED
@@ -3,11 +3,10 @@ import { program } from "commander";
|
|
3
3
|
import { dirname, resolve } from "node:path";
|
4
4
|
import { fileURLToPath } from "node:url";
|
5
5
|
import { log, outro, text, select } from "@clack/prompts";
|
6
|
-
import { default as fs } from "fs-extra";
|
7
6
|
import { isCancel } from "@clack/prompts";
|
8
7
|
import { detect } from "detect-package-manager";
|
9
8
|
import pc from "picocolors";
|
10
|
-
const defVersion = "1.2.
|
9
|
+
const defVersion = "1.2.31";
|
11
10
|
const __dirname = dirname(fileURLToPath(import.meta.url));
|
12
11
|
|
13
12
|
// Read package.json to get the version
|
package/package.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
import { run, Agent, concierge } from "@xmtp/message-kit";
|
2
2
|
import { degen } from "./vibes/degen.js";
|
3
|
-
import { systemPrompt } from "./prompt.js";
|
4
3
|
|
5
4
|
const agent: Agent = {
|
6
5
|
name: "Human Agent",
|
@@ -9,7 +8,6 @@ const agent: Agent = {
|
|
9
8
|
intro:
|
10
9
|
"You are a helpful agent called {agent_name} that helps people with their agent wallets. You can help them fund their wallets, check their balance and making transfers. All in usdc.",
|
11
10
|
vibe: degen,
|
12
|
-
systemPrompt,
|
13
11
|
skills: [concierge],
|
14
12
|
config: {
|
15
13
|
walletService: true,
|