#23053·mastra

工厂:已降级的代理会话在每次基于规则的运行中都会永久失败,出现"没有可用模型:此运行在没有控制器会话上下文的情况下开始"的错误消息

作者: Andy-Haigh创建于 2026年9月4日更新于 2026年9月17日
标签bugimpact:higheffort:mediumstatus: auto-triaged@mastra/core

RuleDispatcher#requireOrPrepareBinding only prepares a fresh binding when the existing binding's session is absent:

javascript
const binding = await this.#findBinding(record, role);
if (binding) {
	if (await

内容来源: mastra-ai/mastra