@@ -23,21 +23,24 @@ The Restack Web UI will be available at http://localhost:5233
2323### Autonomous AI Examples
2424
2525- [ examples/posthog] ( examples/posthog ) - Analyzes PostHog session recordings and creates Linear digests
26-
26+ - [ examples/voice ] ( examples/voice ) - Voice processing with Deepgram and OpenAI
2727
2828[ Find more autonomous examples] ( https://docs.restack.io/examples )
2929
30- ### AI Integration Examples
30+ ### Examples with Service Provider (OpenAI, Gemini & more)
3131
3232- [ examples/openai] ( examples/openai ) - Basic OpenAI integration example
3333- [ examples/gemini] ( examples/gemini ) - Example using Google's Gemini model
34- - [ examples/voice] ( examples/voice ) - Voice processing with Deepgram and OpenAI
3534- [ 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
3637
3738### Framework Examples
3839
3940- [ examples/get-started] ( examples/get-started ) - Basic starter template
4041- [ 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
4144- [ examples/human-loop] ( examples/human-loop ) - Example of human-in-the-loop workflows
4245
4346## Documentation
@@ -55,7 +58,7 @@ The Restack Engine uses Temporal to reliably run and manage AI workflows. It han
5558- Long-running workflows that maintain state for days or months
5659- Detailed workflow replay and debugging
5760- Automated event processing and handling
58- - Scheduled and recurring job execution
61+ - Scheduled and recurring job execution
5962- Smart API rate limiting
6063- Persistent memory and state management
6164
@@ -68,3 +71,7 @@ The web-based dashboard lets you:
6871- Test and validate individual functions
6972- Create and manage workflow schedules
7073- Access complete execution logs and history
74+
75+ ```
76+
77+ ```
0 commit comments