Merge remote-tracking branch 'origin/master' into fetch-failed-diagnostics

# Conflicts:
#	docs/event-producer-consumer.md
This commit is contained in:
Turtle
2026-07-20 17:21:43 +08:00
52 changed files with 392 additions and 621 deletions
-1
View File
@@ -252,7 +252,6 @@ export class ReactLoopAgent implements Agent {
const context = {
content,
source,
...options?.envelope !== undefined ? { envelope: options.envelope } : {},
...options?.meta !== undefined ? { meta: options.meta } : {},
}
if (isTurnOpen(this.session)) {