feat(sdk): prepare @mosoo/sdk public beta - #528
Draft
Yevanchen wants to merge 1 commit into
Draft
Conversation
Yevanchen
force-pushed
the
feat/sdk-public-beta
branch
3 times, most recently
from
August 20, 2026 16:26
6afe7d9 to
7153758
Compare
Yevanchen
force-pushed
the
feat/sdk-public-beta
branch
from
August 21, 2026 16:22
7153758 to
f88034f
Compare
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.
背景
Issue #489 的几次 dogfood 都说明:应用接入 Mosoo 时,会重复实现 Thread/Run 协议、终态判断、错误处理、重试安全和 delegation 校验。
这个 Draft 不新建一套框架,而是把仓库现有的 public API client 收敛成第一个可发布的 TypeScript SDK Beta。
@WH-2099 麻烦帮忙 review,重点看:
本次改动
影响
应用后端可以直接安装 SDK 调用已发布 Agent,不再手写 Mosoo 协议和安全边界。这个 PR 本身不会发布 npm;workflow 只允许从 main 手动触发,并经过 npm environment。
验证
Draft 阶段仍需完成
Related to #489 and #505.