branch:
package.json
415 bytesRaw
{
"name": "@cloudflare/agents-openai-human-in-the-loop",
"author": "",
"description": "Human in the loop example with OpenAI ⨉ Cloudflare Agents",
"keywords": [],
"type": "module",
"version": "0.0.0",
"license": "ISC",
"private": true,
"scripts": {
"clean": "rm -rf .wrangler node_modules/.vite",
"start": "vite dev",
"types": "wrangler types env.d.ts --include-runtime false"
}
}