Examples
This section provides practical, real-world examples of building Reaktors and Aktors in Operaide. Each example demonstrates specific concepts and patterns that you can adapt for your own use cases.
Getting Started Examples
These examples are perfect for beginners and demonstrate core concepts:
Temperature Reaktor
Create a simple Reaktor that fetches temperature data for different cities.
- Concepts: Basic Reaktor structure, API calls, data transformation
- Difficulty: Beginner
- Use Case: Weather information retrieval
Stock Price Lookup
Fetch and display stock prices using external APIs.
- Concepts: External API integration, error handling, data formatting
- Difficulty: Beginner
- Use Case: Financial data retrieval
Simple Chat with LLM
Call an LLM with a chat-oriented reaktor and configurable system prompts.
- Concepts: Chat reaktor registration, system message injection, provider configuration
- Difficulty: Beginner
- Use Case: Conversational assistants
Intermediate Examples
More complex workflows that demonstrate advanced patterns:
Meeting Summary Generator
Turn a meeting recording into a CRM-ready report and post it to an external API.
- Concepts: Speech-to-text, multi-step LLM prompts, REST integration
- Difficulty: Intermediate
- Use Case: Sales/CRM automation