Playground
Local playground for Ten Agent.
Local Development
Prerequisites
- Node.js >= 20
- pnpm 9.12.3
Run local server
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.
Install dependencies
# cd ./playground
# install dependencies
# corepack enable
pnpm install
Run
# run
pnpm dev