Skip to content

Commit 308d105

Browse files
authored
update examples with continue as new (#147)
* update examples with continue as new * fix merge conflict * fix merge conflict * fix type
1 parent bed3a15 commit 308d105

File tree

28 files changed

+24575
-2661
lines changed

28 files changed

+24575
-2661
lines changed

agent-apis/package-lock.json

Lines changed: 2884 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-apis/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start.watch": "nodemon src/services.ts",
88
"dev": "npm run start.watch",
99
"build": "tsc --build",
10-
"start": "node dist/services.js",
10+
"start": "node dist/services.js",
1111
"clean": "rm -rf node_modules",
1212
"schedule": "ts-node ./scheduleWorkflow.ts"
1313
},
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
"dependencies": {
24-
"@restackio/ai": "^0.0.124",
24+
"@restackio/ai": "^0.0.130",
2525
"@temporalio/workflow": "1.11.8",
2626
"dotenv": "^16.4.7",
2727
"openai": "^4.80.1"

0 commit comments

Comments
 (0)