fix(docs): update stale docstring to reflect shipped inbound delivery paths #20

Closed
sdk-dev wants to merge 2 commits from fix/client-module-docstring-inbound-paths into main

2 Commits

Author SHA1 Message Date
sdk-dev 56e963bb87 fix(docs): update stale docstring to reflect shipped inbound delivery paths
[Do] Manual ack
Test / test (3.12) (pull_request) Successful in 2m1s
Test / test (3.11) (pull_request) Successful in 2m8s
Test / test (3.13) (pull_request) Successful in 2m16s
sop-checklist / all-items-acked All items acknowledged
sop-checklist / [Do] Done
The module docstring claimed "No inbound A2A server is bundled here yet"
but A2AServer (push) and PollDelivery (poll) have been implemented and
documented since Phase 30.8b/30.8c. Replaced the outdated claim with a
concise description of both delivery modes and how run_agent_loop uses them.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 20:19:09 +00:00
sdk-dev 6a1b2bf1a1 fix(docs): remove stale sdk/python/ path references
Test / test (3.11) (pull_request) Successful in 2m7s
Test / test (3.12) (pull_request) Successful in 2m19s
Test / test (3.13) (pull_request) Successful in 2m28s
sop-checklist / all-items-acked test
[Do] Manual ack
The repo was restructured from sdk/python/ to top-level molecule_agent/
and molecule_plugin/. Four doc references still pointed to sdk/python/:

- molecule_agent/__init__.py: sdk/python/examples/remote-agent/ → examples/remote-agent/
- molecule_agent/README.md: sdk/python/examples/remote-agent/ → examples/remote-agent/
- molecule_plugin/__init__.py: sdk/python/README.md → repo root README.md
- examples/remote-agent/README.md: sdk/python/examples/remote-agent/run.py → examples/remote-agent/run.py

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-15 10:18:29 +00:00