Skip to content

Getting Started

Welcome to RHAPSODY! This section will guide you from installation to running your first heterogeneous workflows.

Learning Path

  1. Installation: Set up your environment and install RHAPSODY with the necessary backend supports.
  2. Quick Start: Run a simple local workflow to understand the core Session/Task/Backend objects.
  3. Advanced Usage: Learn how to route tasks to multiple backends and mix HPC with AI inference.
  4. 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.