branch:
package.json
438 bytesRaw
{
"author": "",
"description": "A simple demo showing a smart agent playing Tic Tac Toe against a human.",
"keywords": [],
"license": "ISC",
"name": "@cloudflare/agents-tictactoe",
"private": true,
"scripts": {
"start": "vite dev",
"types": "wrangler types env.d.ts --include-runtime false"
},
"type": "module",
"version": "0.0.0",
"dependencies": {
"@cloudflare/agents-ui": "*",
"agents": "*"
}
}