opensymphony 2.11.3

A Rust implementation of the OpenAI Symphony orchestration design
Documentation
### Prerequisites

#### Rust 1.97.1 or newer

**macOS / Linux**
1. Visit [rustup.rs]https://rustup.rs/.
2. Copy the install command shown on that page.
3. Run it in Terminal and follow the prompts.
4. Run `rustup update stable`.
5. Open a new terminal window after installation.
6. Verify the installation with `rustc +stable --version`.

**Windows**
1. Visit [rustup.rs]https://rustup.rs/.
2. Download the Windows installer shown there.
3. Run it and follow the prompts.
4. Run `rustup update stable`.
5. Open a new PowerShell or Command Prompt window after installation.
6. Verify the installation with `rustc +stable --version`.

OpenSymphony 2.11.0 and newer require Rust 1.97.1. The repository pins that
toolchain in `rust-toolchain.toml`, and published packages declare the same
minimum through `rust-version`.

---

#### Python 3.13.12 with `uv` for the OpenHands server

**Recommended path on macOS, Windows, and Linux**
1. Visit the [uv installation docs]https://docs.astral.sh/uv/getting-started/installation/.
2. Follow the instructions there to install `uv` for your platform.
3. Install Python 3.13.12 with `uv python install 3.13.12`.
4. Verify `uv` with `uv --version`.
5. Verify Python with `python3.13 --version`, or the equivalent command on your platform.

**Alternative**
If you already have Python 3.13.12 installed, you can keep it and just install `uv`. If you need a manual Python installer, use the official [Python downloads page](https://www.python.org/downloads/).

<!-- BEGIN OPENSYMPHONY MANAGED MEMORY SYNC -->

## Current model

- COE-530 contributed: PR #193: docs(installer): document desktop installer validation (merge `7588cc7`)

## Important invariants

- Preserve the behavior described in the recent captured changes unless current code and tests show it has changed.
- Use capsule source refs to inspect the original PR or Linear issue when context is ambiguous.

## Operational flow

- No generated diagram requested for this sync.

## Known gotchas

- No area-specific gotchas were inferred from the selected memory.

## Recent changes

- COE-530: Installer Docs And End-To-End Validation

## Source refs

- COE-530

<!-- END OPENSYMPHONY MANAGED MEMORY SYNC -->