You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CRITICAL: only `GlobalDurableObject` is available for stateful ops
99
+
**IMPORTANT: You are NOT ALLOWED to edit/add/remove ANY worker bindings OR touch wrangler.jsonc/wrangler.toml. Build your application around what is already provided.**
CRITICAL: only `GlobalDurableObject` is available for stateful ops
73
+
**IMPORTANT: You are NOT ALLOWED to edit/add/remove ANY worker bindings OR touch wrangler.jsonc/wrangler.toml. Build your application around what is already provided.**
Copy file name to clipboardExpand all lines: definitions/vite-cfagents-runner/prompts/selection.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This template provides a production-ready AI agent chatbot built with Cloudflare
8
8
* Multi-model AI support (GPT-4o, Gemini 2.0/2.5, Claude Opus 4)
9
9
* Production-ready MCP integration with official TypeScript SDK
10
10
* Real-time conversation management
11
-
* Real-time streaming chat
11
+
* Real-time streaming chat with AI Agents
12
12
* Advanced AI Agents capabilities and AI based applications like image generation, chat bots etc
13
13
14
14
* Do not use it for:
@@ -17,7 +17,7 @@ This template provides a production-ready AI agent chatbot built with Cloudflare
17
17
* Projects requiring complex multi-user chat rooms or real-time streaming
18
18
* Simple question-answer bots without tool requirements
19
19
20
-
**IMPORTANT NOTE: Only use this template if you NEED AI/LLM capabilities as core of your application**
20
+
**IMPORTANT NOTE: Only use this template if you NEED AI/LLM capabilities as core of your application. If the requirement is for durable objects, there are much better templates like 'vite-cf-DO-runner' or 'vite-cf-DO-v2-runner'**
21
21
22
22
* Built with:
23
23
***Cloudflare Agents SDK** for stateful agent management with Durable Objects
Copy file name to clipboardExpand all lines: definitions/vite-cfagents-runner/prompts/usage.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,8 +171,9 @@ tooltip.tsx
171
171
172
172
# Available bindings:
173
173
**Only The following bindings are to be used in the project! Do not use any other bindings or remove/replace any of the bindings**
174
-
-`CHAT_AGENT`: A durable object binding for the chat agent
175
-
-`APP_CONTROLLER`: A durable object binding for the app controller
174
+
-`CHAT_AGENT`: A durable object binding for the chat agent, but can be extended and used for other agentic purposes
175
+
-`APP_CONTROLLER`: A durable object binding for the app controller, but can be extended and used for other agentic purposes
176
+
**IMPORTANT: You are NOT ALLOWED to edit/add/remove ANY worker bindings OR touch wrangler.jsonc/wrangler.toml. Build your application around what is already provided.**
176
177
177
178
# IMPORTANT NOTE: If AI capabilities are required, you must inform the user that although this project has AI capaibilities, there is no way to pass API keys and thus AI inferencing won't work. Users must export the app to their github, then make necessary changes and deploy it themselves to have it work. This is due to security reasons but we are implementing it in a secure way, and this would be available soon.
178
179
Add the above note in an appropriate and visible location in the app - like in the footer or in the chat interface or as a modal
0 commit comments