Getting Started¶
Welcome to RHAPSODY! This section will guide you from installation to running your first heterogeneous workflows.
Learning Path¶
- Installation: Set up your environment and install RHAPSODY with the necessary backend supports.
- Quick Start: Run a simple local workflow to understand the core Session/Task/Backend objects.
- Advanced Usage: Learn how to route tasks to multiple backends and mix HPC with AI inference.
- Configuration: Deep dive into tuning individual backends for your specific infrastructure.
Prerequisites
RHAPSODY is built on top of asyncio. Familiarity with Python's async/await syntax is highly recommended.
Next Steps¶
Once you've mastered the basics, you can explore the full API Reference for detailed module and class documentation.