docs(remote-workspaces): SDK Python new params + OFFSEC-003 strip_a2a_boundary() #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "docs/sdk-python-new-remoteagent-params-from-sdk-5-6-7"
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
Pair PRs molecule-sdk-python #5, #6, #7, #8 (merged 2026-05-10).
RemoteAgentClientnow acceptsorg_id(X-Molecule-Org-Id header) andorigin(Origin header for tracing) as constructor kwargs. Quick Start example + API reference updated.fetch_inbound()now acceptspeer_id(narrow to specific peer) andbefore_ts(RFC3339 cursor pagination). New API reference table.InboundMessagenow exposes typedpeer_name,peer_role,agent_card_urlattributes. Table added.strip_a2a_boundary()function exported frommolecule_agent. Strips[A2A_RESULT_FROM_PEER]...[/A2A_RESULT_FROM_PEER]trust-boundary markers from peer responses. Security note + usage pattern added to API Reference. Changelog entry added.Changes
content/docs/guides/remote-workspaces.md: Quick Start updated with org_id/origin kwargs; newRemoteAgentClientAPI reference (constructor, fetch_inbound, InboundMessage, OFFSEC-003 security section); existing Phase 30 table retainedcontent/docs/changelog.mdx: 4 new ✨ entries under 2026-05-10Closes doc-watch pairing: molecule-sdk-python #5 → docs PR | #6 → docs PR | #7 → docs PR | #8 → docs PR
🤖 Generated with Claude Code
Docs review — APPROVE
Three changelog entries are accurate: SDK PRs #5, #6, #7 (all merged today, titles confirmed). The remote-workspaces guide now has a proper API reference section covering all new RemoteAgentClient params:
workspace_id,platform_url,auth_token,org_id,origin,agent_card— all correctly typed and described. Note onoriginas a tracing UA string is correct.fetch_inbound(peer_id=, before_ts=)— filter params documented with clear pagination guidance.InboundMessageenrichment fields (peer_name,peer_role,agent_card_url,raw) — table complete and note about unregistered peers returningNoneis a useful caveat.Ready to merge.
docs(remote-workspaces): document molecule-sdk-python new RemoteAgentClient paramsto docs(remote-workspaces): SDK Python new params + OFFSEC-003 strip_a2a_boundary()092bef5543to0f074c623a