diff --git a/agent-apis/readme.md b/agent-apis/readme.md index b88ef6d..1b03869 100644 --- a/agent-apis/readme.md +++ b/agent-apis/readme.md @@ -12,7 +12,7 @@ It demonstrates how to set up a multi steps workflow with Weather API and OpenAI To start the Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services diff --git a/agent-chat/readme.md b/agent-chat/readme.md index 4eee3c6..b2dd7cd 100644 --- a/agent-chat/readme.md +++ b/agent-chat/readme.md @@ -11,7 +11,7 @@ A sample repository with a an agent chat. To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services diff --git a/agent-rag/readme.md b/agent-rag/readme.md index 73accf1..9147083 100644 --- a/agent-rag/readme.md +++ b/agent-rag/readme.md @@ -1,6 +1,6 @@ # Restack Agent with Retrievel-Augmented-Generation (RAG) -A sample repository with an agent using rag to retrieve sales information and answer user queries. +A sample repository with an agent using rag to retrieve sales information and answer user queries. ## Requirements @@ -11,7 +11,7 @@ A sample repository with an agent using rag to retrieve sales information and an To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services diff --git a/agent-reactflow/README.md b/agent-reactflow/README.md index fe06bcc..7bbf005 100644 --- a/agent-reactflow/README.md +++ b/agent-reactflow/README.md @@ -19,7 +19,7 @@ See the full documentation on our [Agent with React Flow](https://docs.restack.i To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services @@ -114,7 +114,6 @@ pnpm event-agent It will connect to Restack and send an events to the agent. - ## Deploy on Cloud ### Deploy frontend on Vercel @@ -128,6 +127,7 @@ agent-reactflow/apps/frontend ``` Build command + ```bash turbo run build --filter=@agent-reactflow/frontend ``` @@ -146,4 +146,4 @@ Application folder ``` /agent-reactflow -``` \ No newline at end of file +``` diff --git a/agent-stream/readme.md b/agent-stream/readme.md index c684ac1..89155b3 100644 --- a/agent-stream/readme.md +++ b/agent-stream/readme.md @@ -11,7 +11,7 @@ A sample repository with a an agent chat. To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services @@ -71,7 +71,9 @@ with the payload: ```json { "eventName": "messages", - "eventInput": { "messages": [{ role: "user", content: "tell me another joke" }] } + "eventInput": { + "messages": [{ "role": "user", "content": "tell me another joke" }] + } } ``` diff --git a/agent-telephony/twilio-livekit/readme.md b/agent-telephony/twilio-livekit/readme.md index c27451a..7346af3 100644 --- a/agent-telephony/twilio-livekit/readme.md +++ b/agent-telephony/twilio-livekit/readme.md @@ -1,4 +1,3 @@ - # Restack AI - Agent with telephony - Twilio Build an AI agent that do an outbound call with Twilio and can interact with in realtime with voice. @@ -24,7 +23,7 @@ In https://github.com/restackio/examples-python/tree/main/agent_telephony/twilio To start the Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Configure environment variables @@ -33,7 +32,6 @@ In all subfolders, duplicate the `env.example` file and rename it to `.env`. Obtain a Restack API Key to interact with the 'gpt-4.1-mini' model at no cost from [Restack Cloud](https://console.restack.io/starter) - ## Install dependencies and start services In /agent, open a terminal and run diff --git a/agent-todo/readme.md b/agent-todo/readme.md index d2fe30a..478cf0e 100644 --- a/agent-todo/readme.md +++ b/agent-todo/readme.md @@ -11,7 +11,7 @@ A sample repository with an agent managing todos. To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services diff --git a/agent-tool/readme.md b/agent-tool/readme.md index 577a463..df86293 100644 --- a/agent-tool/readme.md +++ b/agent-tool/readme.md @@ -11,7 +11,7 @@ A sample repository with an agent using tool calling. To start Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Install dependencies and start services diff --git a/agent-voice/livekit/readme.md b/agent-voice/livekit/readme.md index 0657e55..727fea2 100644 --- a/agent-voice/livekit/readme.md +++ b/agent-voice/livekit/readme.md @@ -14,7 +14,7 @@ Build an AI agent that users can interact with in realtime with voice. To start the Restack, use the following Docker command: ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Start Restack Agent with Stream @@ -31,7 +31,6 @@ npm run dev This will start a Node.js app with Restack Services. Your code will be running and syncing with Restack to execute agents. - ## Start Livekit voice pipeline at /agent-voice/livekit/livekit-pipeline/ @@ -46,14 +45,12 @@ npm run dev This will start a Node.js app with Restack Services. Your code will be running and syncing with Restack to execute agents. - ## Configure Your Environment Variables Duplicate the `env.example` file and rename it to `.env`. Obtain a Restack API Key to interact with the 'gpt-4.1-mini' model at no cost from [Restack Cloud](https://console.restack.io/starter) - ## Interact in realtime with the agent Run the Livekit Agents Playground: @@ -63,6 +60,7 @@ https://github.com/livekit/agents-playground Modify your .env in https://github.com/livekit/agents-playground/blob/main/.env.example Run the following commands: + ```bash npm run install ``` @@ -111,7 +109,6 @@ The Livekit pipleine worker will connect to the room and you can start talking t ![Talk to the agent](./agent_voice_livekit.png) - ## Follow the agent run You can replay and follow the agent run in the UI. diff --git a/child-workflows/package.json b/child-workflows/package.json index 11e2074..3568759 100644 --- a/child-workflows/package.json +++ b/child-workflows/package.json @@ -7,7 +7,7 @@ "build": "tsc --build", "start": "node dist/services.js", "schedule-workflow": "tsx scheduleWorkflow.ts", - "restack-web-ui": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main" + "restack-web-ui": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main" }, "dependencies": { "@restackio/ai": "^0.0.109", diff --git a/child-workflows/readme.md b/child-workflows/readme.md index 5305392..604173b 100644 --- a/child-workflows/readme.md +++ b/child-workflows/readme.md @@ -22,7 +22,7 @@ This will start Node.js app with two Restack Services. Your code will be running To start the Restack Studio, you can use Docker. ```bash -docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` ## Schedule the parent workflow diff --git a/features-alpha/encryption/readme.md b/features-alpha/encryption/readme.md index 17dc0d8..a46bc99 100644 --- a/features-alpha/encryption/readme.md +++ b/features-alpha/encryption/readme.md @@ -9,11 +9,12 @@ nvm use 20 brew install pnpm -# 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 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` # Start services @@ -27,6 +28,7 @@ pnpm i pnpm dev ``` + Your code will be running and syncing with Restack engine to execute workflows or functions. # Schedule a workflow diff --git a/refactor-needed/human-loop/readme.md b/refactor-needed/human-loop/readme.md index add66e5..8de1521 100644 --- a/refactor-needed/human-loop/readme.md +++ b/refactor-needed/human-loop/readme.md @@ -25,7 +25,7 @@ brew install pnpm 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 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` # Start services diff --git a/refactor-needed/posthog/package.json b/refactor-needed/posthog/package.json index 3edfe1a..65aacd0 100644 --- a/refactor-needed/posthog/package.json +++ b/refactor-needed/posthog/package.json @@ -8,7 +8,7 @@ "dev": "ts-node-dev --respawn --transpile-only src/services.ts", "build": "tsc --build", "clean": "rm -rf node_modules", - "restack-engine": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 ghcr.io/restackio/restack:main", + "restack-engine": "docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main", "docker:build": "docker build -t posthog .", "docker:run": "docker run -d -p 4000:4000 posthog", "schedule": "ts-node ./scheduleWorkflow.ts" diff --git a/refactor-needed/posthog/readme.md b/refactor-needed/posthog/readme.md index f861cf6..bbbfb00 100644 --- a/refactor-needed/posthog/readme.md +++ b/refactor-needed/posthog/readme.md @@ -12,7 +12,7 @@ By default we retrieve all recodings from last 24 hours, so by scheduling the wo 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 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` # Install dependencies diff --git a/refactor-needed/voice/readme.md b/refactor-needed/voice/readme.md index 4145182..b075ed9 100644 --- a/refactor-needed/voice/readme.md +++ b/refactor-needed/voice/readme.md @@ -12,7 +12,7 @@ pnpm dev-services 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 -p 9233:9233 ghcr.io/restackio/restack:main +docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main ``` # Use frontend with browser microphone: