Merge branch 'split/turn-enclosure' into split/session-persistence

# Conflicts:
#	docs/adr/README.md
#	packages/agent-loop/package.json
#	yarn.lock
This commit is contained in:
Tianyi Cui
2026-06-16 17:01:36 +08:00
53 changed files with 4779 additions and 5100 deletions

View File

@@ -24,7 +24,7 @@ Persistence is the shared `@deepseek-ai/dsh-session-persistence-jsonl` plugin (n
## Run
```sh
yarn demo:echo
pnpm run demo:echo
# or:
node --expose-internals --import tsx examples/echo-agent/start.ts
```