Agent 基础设施官方发布自动监测

September 15, 2026

Mastra's September 15, 2026 update introduces a Studio Workflow Builder backend, the @mastra/connect package for secure integration-to-tool proxying, thread ownership transfer APIs, and enhanced background tool execution controls.

原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。

人类阅读

为什么值得关注

The September 15, 2026 release of Mastra brings several major architectural additions across core, editor, and server packages. A new Studio Workflow Builder backend introduces an editor-owned agent for authoring persisted workflows, accessed via new server endpoints (GET /editor/workflow-builder/settings and POST /editor/workflow-builder/stream) under the stored-workflows permission scope. The new @mastra/connect package allows Mastra Platform integration connections to function directly as agent tools via a platform connection proxy, managing credentials and token refreshes without exposing provider secrets to the app. Thread ownership reassignment is now supported through Memory.updateThreadResourceId(), POST /memory/threads/:threadId/transfer, and client-js MemoryThread.transfer(), complete with transactional SQL updates and vector migration support. Background tool execution now supports explicit dispositions ('foreground', 'deferred', 'awaited'), caller-scoped completion signals using createBackgroundWorkSignalProcessor(), and bounded delegated execution. WorkspaceSandbox and DockerSandbox have gained bulk upload support with POSIX modes and volume subpath mounts, alongside bulk notification status updates and experimental cross-agent signaling.

Agent 解析

可执行摘要

Mastra core and ecosystem packages updated with Studio Workflow Builder agent endpoints, @mastra/connect proxy tools, thread transfer via Memory and SQL adapters, fine-grained background execution dispositions (foreground/deferred/awaited), and breaking changes in thread event subscription and ArchilFilesystem grep APIs.

Agent 实用度
82/100
可信度
96%
机器格式
JSON + Markdown
下一步

开发者应核对什么

  • Migrate any instances of subscribeQueuedMessages({ resourceId, threadId }, listener) to subscribeThreadEvents({ resourceId, threadId }, listener).
  • Update calls from ArchilFilesystem.grep() to ArchilFilesystem.diskGrep() when using @mastra/archil.
  • Optionally configure the workflowBuilder option in MastraEditor and ensure required stored-workflows:read and stored-workflows:write permissions are set if using persisted workflow authoring.
分类

标签与路由

mastraagent-runtimetypescript
相关信号

继续阅读