The Restaurant Kitchen Manager demonstrates workflow orchestration using Temporal to coordinate AI-powered kitchen operations. The system processes orders, monitors equipment, and handles exceptions through intelligent workflows. Created for educational purposes. Largely vibe-coded.
- Workflow Orchestration: Temporal-based workflow management
- AI Decision Making: LangChain agents with OpenAI integration
- Equipment Monitoring: Real-time device status tracking
- Order Processing: Intelligent task breakdown and scheduling
- Exception Handling: Automated response to kitchen issues
- Setup Guide - Get the system running locally
- API Reference - Available endpoints and usage
- Architecture - System design and workflow orchestration
- Temporal Workflows - Temporal workflow definitions
- Workflow Engine: Temporal
- AI Framework: LangChain + OpenAI
- Runtime: Node.js + TypeScript
- API: Express.js
- Testing: Jest