Merge remote-tracking branch 'origin/master' into timeout-design

# Conflicts:
#	docs/event-producer-consumer.md
#	packages/README.md
This commit is contained in:
Dudu-0223
2026-07-09 11:52:18 +08:00
49 changed files with 2933 additions and 118 deletions

View File

@@ -154,7 +154,7 @@ const SERVICE_ROLES: ServiceRole[] = [
pkg: 'code-runtime',
title: 'Code-execution seam',
mode: 'seam',
implementations: [],
implementations: ['code-runtime-worker'],
consumers: [],
note: 'Runs one model-written program against host-provided async bindings; backends differ by substrate and language (the Code Mode RFC specifies the worker-thread backend and the tool-registry consumer).',
},