Agents SDK — сборка AI-агентов на Cloudflare Workers
★ 8.5 · vibe-coding
agents-sdk is a Claude Code skill that helps build AI agents on Cloudflare Workers using the Agents SDK, prioritizing retrieval from Cloudflare documentation over potentially outdated pre-trained knowledge. It covers the Agent class, SQLite-backed persistent state with auto-sync via setState, callable RPC methods over WebSocket, task scheduling (schedule, scheduleEvery, cron), durable execution with runFiber, built-in FIFO queues, retries with backoff and jitter, multi-step background Workflows via AgentWorkflow, MCP servers and clients, React hooks useAgent and useAgentChat, voice agents, and browser automation. Aimed at developers building chat applications, real-time WebSocket services, human-in-the-loop pipelines, or email routing on Cloudflare Workers.