ten / playground /README.md
3v324v23's picture
Зафиксирована рабочая версия TEN-Agent для HuggingFace Space
87337b1
## Playground
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](../LICENSE)
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](package.json)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](tsconfig.json)
[![React](https://img.shields.io/badge/React-18-blue)](package.json)
[![Next.js 15](https://img.shields.io/badge/Next.js-15-black)](package.json)
[![shadcn/ui](https://img.shields.io/badge/UI-shadcn%2Fui-black)](https://ui.shadcn.com)
[![pnpm](https://img.shields.io/badge/pnpm-9.12.3-blue)](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
```