@@ -23,21 +23,24 @@ The Restack Web UI will be available at http://localhost:5233
23
23
### Autonomous AI Examples
24
24
25
25
- [ examples/posthog] ( examples/posthog ) - Analyzes PostHog session recordings and creates Linear digests
26
-
26
+ - [ examples/voice ] ( examples/voice ) - Voice processing with Deepgram and OpenAI
27
27
28
28
[ Find more autonomous examples] ( https://docs.restack.io/examples )
29
29
30
- ### AI Integration Examples
30
+ ### Examples with Service Provider (OpenAI, Gemini & more)
31
31
32
32
- [ examples/openai] ( examples/openai ) - Basic OpenAI integration example
33
33
- [ examples/gemini] ( examples/gemini ) - Example using Google's Gemini model
34
- - [ examples/voice] ( examples/voice ) - Voice processing with Deepgram and OpenAI
35
34
- [ examples/composio] ( examples/composio ) - Calendar event creation with AI
35
+ - [ examples/expresss-together-llamaindex] ( examples/express-together-llamaindex ) - Together AI and LlamaIndex integration with Express
36
+ - [ examples/nextjs-together-llamaindex] ( examples/nextjs-together-llamaindex ) - Together AI and LlamaIndex integration with Next.js
36
37
37
38
### Framework Examples
38
39
39
40
- [ examples/get-started] ( examples/get-started ) - Basic starter template
40
41
- [ examples/nextjs] ( examples/nextjs ) - Integration with Next.js applications
42
+ - [ examples/express] ( examples/express ) - Basic Express server to schedule restack workflows
43
+ - [ examples/swagger] ( examples/swagger ) - Express server with Swagger documentation to trigger restack workflow from Swagger UI
41
44
- [ examples/human-loop] ( examples/human-loop ) - Example of human-in-the-loop workflows
42
45
43
46
## Documentation
@@ -55,7 +58,7 @@ The Restack Engine uses Temporal to reliably run and manage AI workflows. It han
55
58
- Long-running workflows that maintain state for days or months
56
59
- Detailed workflow replay and debugging
57
60
- Automated event processing and handling
58
- - Scheduled and recurring job execution
61
+ - Scheduled and recurring job execution
59
62
- Smart API rate limiting
60
63
- Persistent memory and state management
61
64
@@ -67,4 +70,4 @@ The web-based dashboard lets you:
67
70
- Step through and replay workflow executions
68
71
- Test and validate individual functions
69
72
- Create and manage workflow schedules
70
- - Access complete execution logs and history
73
+ - Access complete execution logs and history
0 commit comments