{ "$schema": "../../node_modules/wrangler/config-schema.json", "compatibility_date": "2026-01-28", "compatibility_flags": ["nodejs_compat"], "durable_objects": { "bindings": [ { "class_name": "MyAgent", "name": "MyAgent" } ] }, "main": "./src/server.ts", "migrations": [ { "new_sqlite_classes": ["MyAgent"], "tag": "0.0.1" } ], "name": "human-in-the-loop-openai-cloudflare-agent" }