Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 0 additions & 55 deletions agent_chat/Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions audio-transcript/Dockerfile

This file was deleted.

52 changes: 0 additions & 52 deletions child-workflows/Dockerfile

This file was deleted.

6 changes: 1 addition & 5 deletions child-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"dev": "tsx watch --include src src/services.ts",
"build": "tsc --build",
"schedule-workflow": "tsx scheduleWorkflow.ts",
"restack-up": "tsx restackUp.ts",
"restack-web-ui": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main",
"restack:up": "dotenv -e .env node restack_up.mjs",
"docker:build": "docker build -t restack-child-workflows .",
"docker:run": "docker run -d --name restack-child-workflows -p 3000:3000 restack-child-workflows"
"restack-web-ui": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main"
},
"dependencies": {
"@restackio/ai": "0.0.90",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions composio/package.json → community/composio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"build": "tsc --build",
"schedule-workflow": "tsx scheduleWorkflow.ts",
"clean": "rm -rf node_modules",
"restack-engine": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main",
"docker:build": "docker build -t composio .",
"docker:run": "docker run -d -p 4000:4000 composio",
"restack-up": "dotenv -e .env tsx restack_up.mjs"
"restack-engine": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main"
},
"nodemonConfig": {
"execMap": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"dev": "pnpm start.watch",
"build": "tsc --build",
"clean": "rm -rf node_modules",
"schedule": "ts-node ./scheduleWorkflow.ts",
"restack-up": "node restack_up.mjs"
"schedule": "ts-node ./scheduleWorkflow.ts"
},
"nodemonConfig": {
"execMap": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions gotohuman/package.json → community/gotohuman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build": "tsc --build",
"clean": "rm -rf node_modules",
"schedule": "ts-node ./scheduleWorkflow.ts",
"endpoint": "ts-node ./handleHumanResponse.ts",
"restack-up": "node restack_up.mjs"
"endpoint": "ts-node ./handleHumanResponse.ts"
},
"nodemonConfig": {
"execMap": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 4 additions & 9 deletions openai/readme.md → community/openai/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ brew install nvm
nvm use 20
```

# Install Restack Web UI
# Install Restack Web UI

To install the Restack Web UI, you can use Docker.

```
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
```
Expand All @@ -25,6 +26,7 @@ npm i
npm run build
npm run dev
```

Your code will be running and syncing with Restack engine to execute workflows or functions.

This will start a 'restack' service for workflows and functions, and an 'openai' service for OpenAI functions.
Expand Down Expand Up @@ -56,11 +58,4 @@ flowchart TD

## Deploy on Restack

```bash
npm restack-up
```
To deploy the application on Restack, you can use the provided `up.mjs` script. This script utilizes the Restack Cloud SDK to define and deploy your application stack. It sets up the necessary environment variables and configures the application for deployment.

To get started, ensure you have the required Restack Cloud credentials and environment variables set up. Then, run the script to initiate the deployment process.

For more detailed information on deploying your repository to Restack, refer to the [Restack Cloud deployment documentation](https://docs.restack.io/restack-cloud/deployrepo).
For more detailed information on deploying your repository to Restack, refer to the [Restack Cloud deployment documentation](https://docs.restack.io/restack-cloud/deployrepo).
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"build": "tsc --build",
"clean": "rm -rf node_modules",
"schedule": "ts-node ./scheduleWorkflow.ts",
"schedule-retries": "ts-node ./scheduleWorkflowRetries.ts",
"restack-up": "node restack_up.mjs"
"schedule-retries": "ts-node ./scheduleWorkflowRetries.ts"
},
"nodemonConfig": {
"execMap": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
100 changes: 0 additions & 100 deletions defense_quickstart_news_scraper_summarizer/restack_up.js

This file was deleted.

8 changes: 0 additions & 8 deletions docker-compose.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions express-together-llamaindex/.env.Example

This file was deleted.

1 change: 0 additions & 1 deletion express-together-llamaindex/.prettierrc

This file was deleted.

Loading