Local playground for Ten Agent.
- Node.js >= 20
- pnpm 9.12.3
First, make sure you have started the Ten Agent server by following the instructions in the root README.
Then, you can start the playground web UI by running the following steps.
# cd ./playground
# install dependencies
# corepack enable
pnpm install
# run
pnpm dev