docs(sdk): orchestrate conversations through existing workspace APIs - #793
Draft
neubig wants to merge 10 commits into
Draft
docs(sdk): orchestrate conversations through existing workspace APIs#793neubig wants to merge 10 commits into
neubig wants to merge 10 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
2 tasks
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 02:45
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 12:32
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 13:08
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 15:11
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 15:34
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 18:03
Closed
5 tasks
Co-authored-by: openhands <openhands@all-hands.dev>
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 20:29
Co-authored-by: openhands <openhands@all-hands.dev>
neubig
requested review from
all-hands-bot
and removed request for
all-hands-bot
September 13, 2026 21:28
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #792. Document orchestration through RemoteConversation and RemoteWorkspace: explicit server-side creation with a typed StartConversationRequest, explicit attachment to an existing conversation, title updates, scoped file/command operations, optional asynchronous workspace calls, and runtime credential/lifecycle ownership.
SDK #5010 adds the explicit create/attach methods and scoped workspace operations. Creation sends the canonical request; attachment fetches existing state and never falls back to creation. This guide introduces no separate control-client layer. Publish with that SDK release and Automation profile dispatch. Worker code stays identical in local and Docker workspaces; the dispatcher selects paths and runtime credentials.
Validation: all three Python snippets parse. Live Canvas evidence runs exact Python fences 1 and 2 from this guide revision unchanged: explicit profile creation, title update, byte upload, and the async helper reading the uploaded file with exit 0. A bounded worker using the documented explicit-attachment API also completes a real model task identically in local and Docker workspaces; its task prompt differs from fence 3. The report includes the GIF, screenshots, exact source hashes, and the initial HTTP 500 corrected in SDK4bbab2dd0 without an example-side workaround. It supersedes the historical ordinary-constructor recording.