fix(examples): correct stale import path in remote-agent/run.py #22
Reference in New Issue
Block a user
Delete Branch "fix/examples-remote-agent-stale-import-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fix the local-dev import path in
examples/remote-agent/run.py. The oldpath
sdk/python/no longer exists in the standalonemolecule-sdk-pythonrepo. The fix adds the repo root to
sys.path, which correctly resolvesmolecule_agentwhen running the script from a checkout.Also updates the Usage section (correct relative path) and the "What it
doesn't do" docstring to reflect that Phase 30.8b (inbound A2A) is
now shipped.
Test plan
python3 -c "from molecule_agent import RemoteAgentClient") passes🤖 Generated with Claude Code
Pull request closed