Overview
This example demonstrates the fundamentals of Conductor: creating a member, defining an ensemble, and executing a workflow. Perfect for understanding how the pieces fit together.Project Structure
Step 1: Create the Member
Configuration
Implementation
Step 2: Define the Ensemble
Step 3: Execute the Ensemble
Using the API
Using the SDK
Step 4: Test It
Concepts Demonstrated
1. Member Configuration
2. Member Implementation
3. Ensemble Flow
4. Output Mapping
Variations
With State
Track greeting count across executions:With Caching
Cache greetings for frequent names:With Validation
Validate input before greeting:With AI
AI-generated personalized greeting:Common Mistakes
❌ Missing Required Input
Missing required property: name
❌ Wrong Member Reference
Member 'greet-user' not found
❌ Invalid Interpolation
Cannot read property 'message' of undefined
❌ Member Not Exported
Member 'greet' has no default export
Next Steps
Quickstart Guide
Build your first project from scratch
Creating Members
Learn to build all member types
Parallel Processing
Execute multiple members concurrently
Conditional Logic
Add if/then/else logic to workflows
Company Intelligence
Real-world AI-powered workflow
Error Handling
Handle errors gracefully

