cloudflare · Cloudflare Workers Docs
Workers AI & agents
Overview of deploying full-stack AI and agent framework applications using Cloudflare Workers, including integration with the Agents SDK and LangChain.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers AI & agents
Overview of deploying full-stack AI and agent framework applications using Cloudflare Workers, including integration with the Agents SDK and LangChain.
When To Use
Use when you need to architect and deploy full-stack AI applications or agentic workflows using Cloudflare Workers, LangChain, or the Agents SDK.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-framework-guides-ai-and-agents-38-workflow-guide.md | A guide explaining how to build full-stack applications using Cloudflare Workers with AI and agent frameworks like LangChain. | Questions about a guide explaining how to build full-stack applications using Cloudflare Workers with AI and agent frameworks like La... |
What This Skill Covers
- Create full-stack applications deployed to Cloudflare Workers with AI & agent frameworks.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/framework-guides/ai-and-agents
