Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

playground

Playground

License Node.js Version TypeScript React Next.js 15 shadcn/ui pnpm

Local playground for Ten Agent.

Local Development

Prerequisites

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