What problem does it solve?
This Skill provides a robust framework for building stateful, persistent AI agents that run on Cloudflare's edge, enabling complex applications like real-time chat, scheduled tasks, and durable workflows.
Core Features & Use Cases
- Stateful Agents: Maintain context and data across requests and reconnections using Durable Objects.
- Real-time Communication: Supports WebSockets and HTTP for seamless client-agent interaction.
- Durable Workflows & Scheduling: Orchestrate multi-step tasks and schedule recurring jobs.
- Tool Calling & RPC: Integrate AI models with external tools and expose agent methods as callable APIs.
- Use Case: Develop a customer support chatbot that remembers past conversations, can schedule follow-up actions, and integrates with your CRM via tool calls.
Quick Start
Use the agents-sdk skill to build a new AI agent by running npm create cloudflare@latest -- my-agent --template=cloudflare/agents-starter.