File size: 1,119 Bytes
87337b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
## Playground
[](../LICENSE)
[](package.json)
[](tsconfig.json)
[](package.json)
[](package.json)
[](https://ui.shadcn.com)
[](package.json)
Local playground for Ten Agent.
## Local Development
### Prerequisites
- Node.js >= 20
- [pnpm 9.12.3](https://pnpm.io/installation)
### Run local server
First, make sure you have started the Ten Agent server by following the instructions in the [root README](../README.md#3-start-agent-development-containers).
Then, you can start the playground web UI by running the following steps.
### Install dependencies
```bash
# cd ./playground
# install dependencies
# corepack enable
pnpm install
```
### Run
```bash
# run
pnpm dev
```
|