examples/*/* · CI green

Tested integrations — ready-to-run commands from the repo

Every directory in examples/ has its own run.sh or README. We ran the full suite: 27/27 PASS (scripts/test-all-examples.sh) and 50 passed in pytest tests/examples.

Quick start (from repo root)

pip install -e '.[dev]'
bash scripts/test-all-examples.sh    # all 27 checks
pytest tests/examples -q             # pytest smoke + run.sh

# office integrations (mock — no devices):
bash examples/10_browser_operator/run.sh      # web / portal
bash examples/12_android_operator/run.sh      # Android token
bash examples/13_pcwin_operator/run.sh        # Windows / ERP windows
bash examples/14_workflow_executor_mock/run.sh # step chain
bash examples/30_golden_path/run.sh           # 15 min onboarding
bash examples/31_office_day/run.sh            # Marta's office day

Office chains → repo examples

Scenarios from the Office section map to concrete examples/* directories.

examples/*/* catalog

Filter by integration type. Each card shows a start command and PASS status.

Architecture map

nl2uri   → uri2flow → uri3 (orchestration, workflow)
touri    → uri2run → uri2ops / python / shell / http
uri2ops  → browser:// · android:// · pcwin:// · shell://
hypervisor → lifecycle, deployment registry, repair loop
TellMesh www → NL chat + health + incident (command center)