Back
Join now
About

Popular Tags

  • react
  • typescript
  • ui-components
  • shadcn-ui
  • tailwind
  • react-components
  • open-source
  • llm
  • ui-design
  • open-source-coding-agent

Top Sources

  • github.com
  • clerk.com
  • 1771technologies.com
  • 21st.dev
  • abui.io
  • activepieces.com
  • ai-sdk.dev
  • alchemy.run
  • altsendme.com
  • amd-gaia.ai

Browse by Type

  • Tools
  • Code
bookmrks.io - Discovery, refined.
Tags
  • agents
    1
  • ai
    1
  • ai-agents
    1
  • cloudflare
    1
  • durable-objects
    1
  • open-source-coding-agent
    1
  • typescript
    1
  • workflows
    1
Website favicongithub.com

Build and Deploy AI Agents on Cloudflare

Create and manage AI agents with persistent states using Cloudflare's Durable Objects for scalable applications.

flux
Tech Stack
AnthropicOpenAICloudflarePhosphor IconsPlaywrightCloudflare WorkersGitHubReactTailwind CSSTypeScriptViteNode.jsCSSJSXZodMCPElevenlabsHonoJSReact RouterVitestBashJSON SchemaAstroEffectJSJavaScriptNXOxLintnpmGitHub Actions
Summary

Agents are persistent, stateful execution environments designed for agentic workloads, powered by Cloudflare Durable Objects. Each agent maintains its own state, storage, and lifecycle, enabling functionalities such as real-time communication, scheduling, and AI model calls. Agents are designed to be cost-effective, as they hibernate when idle and activate on demand, allowing for the deployment of millions of agents without incurring costs during inactivity.

Key features include:

  • Persistent State - Agents sync state across all connected clients and survive restarts.
  • Callable Methods - Type-safe RPC is facilitated through the @callable() decorator.
  • Sub-agents - Support for parent/child Durable Object composition and nested routing.
  • WebSockets - Enables real-time bidirectional communication.
  • Workflows - Allows for durable multi-step tasks with human-in-the-loop approval.

This framework is particularly useful for developers looking to create scalable applications that require persistent state management and real-time interactions.

Comments
No comments yet. Sign in to add the first comment!