Skip to content

Commit 91d706e

Browse files
committed
get started example, unify and add envExample
1 parent a70198b commit 91d706e

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

examples/get-started/.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Restack Engine
2+
3+
RESTACK_ENGINE_ID=
4+
RESTACK_ENGINE_ADDRESS=
5+
RESTACK_ENGINE_API_KEY=
6+
7+
# Restack Cloud
8+
RESTACK_CLOUD_TOKEN=

examples/get-started/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@restackio/get-started",
33
"version": "1.0.12",
4-
"description": "Get started with Restack AI SDK",
4+
"description": "Get started with the Restack AI TypeScript library",
55
"bin": {
66
"get-started": "bin/get-started.mjs"
77
},
@@ -19,14 +19,14 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22-
"@restackio/ai": "^0.0.75",
23-
"@restackio/integrations-openai": "^0.0.24",
22+
"@restackio/ai": "^0.0.80",
2423
"@temporalio/workflow": "^1.11.2",
2524
"nodemon": "^2.0.22",
2625
"ts-node": "^10.9.2",
2726
"wait-on": "^8.0.1"
2827
},
2928
"scripts": {
29+
"dev": "nodemon src/services.ts",
3030
"build-bin": "pnpm tsup --outDir bin --format esm bin/get-started.ts",
3131
"service": "ts-node src/services.ts",
3232
"schedule": "ts-node scheduleWorkflow.ts"

examples/get-started/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)