feat: migrate to pnpm

This commit is contained in:
07akioni
2026-06-16 14:55:37 +08:00
parent 30765bd6d5
commit dabc2ff411
46 changed files with 4697 additions and 5064 deletions

View File

@@ -23,7 +23,7 @@ Runnable demo: stdin chat with a scripted mock model and an echo tool.
## Run
```sh
yarn demo:echo
pnpm run demo:echo
# or:
node --expose-internals --import tsx examples/echo-agent/start.ts
```