fix(examples): correct stale import path in remote-agent/run.py #22

Closed
sdk-dev wants to merge 1 commits from fix/examples-remote-agent-stale-import-path into main

1 Commits

Author SHA1 Message Date
sdk-dev d6c2b701b6 fix(examples): correct stale import path in remote-agent/run.py
[Do] Merge queue: CI checks green, merge queue ready
sop-checklist / all-items-acked SOP checklist acknowledged
Test / test (3.12) (pull_request) Successful in 1m30s
Test / test (3.11) (pull_request) Successful in 1m45s
Test / test (3.13) (pull_request) Successful in 1m33s
The old path `sdk/python/` no longer exists in the standalone
molecule-sdk-python repo. Update the local-dev import path to add
the repo root to sys.path, which correctly resolves molecule_agent
when running the script from a repo checkout.

Also update the Usage section to use the correct relative path
(`examples/remote-agent/run.py` instead of `python3 run.py`)
and update the "What it doesn't do" docstring to reflect that
Phase 30.8b (inbound A2A) is now shipped.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 20:36:12 +00:00