Skip to content

Commit 8769b51

Browse files
committed
Add dep
1 parent fcf29f1 commit 8769b51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/gpt/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"start": "node dist/index.js"
1010
},
1111
"dependencies": {
12+
"@xmtp/agent-starter": "workspace:*",
1213
"openai": "latest"
1314
},
1415
"devDependencies": {

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ __metadata:
926926
resolution: "@example/gpt@workspace:examples/gpt"
927927
dependencies:
928928
"@types/node": "npm:^22.10.9"
929+
"@xmtp/agent-starter": "workspace:*"
929930
openai: "npm:latest"
930931
typescript: "npm:^5.7.3"
931932
languageName: unknown

0 commit comments

Comments
 (0)