← All projects
Cloudflare Agents
B+26/40云 / InfraCurated洞察置信度:高Build and deploy AI Agents on Cloudflare.
aicloudflare-workersagentsdurable-objects
Executive Insight
Cloudflare Agents 属于「云 / Infra」方向,综合分 26/40(B+)。当前最强项是 LLM 集成、记忆系统、人机协作,短板集中在 多模态、知识检索 (RAG)。
核心优势
- - LLM 集成达到 4/5(AI SDK 集成),说明该项目在这一能力上较成熟。
- - 记忆系统达到 4/5(持久化状态),说明该项目在这一能力上较成熟。
- - 人机协作达到 4/5(实时协作 UI),说明该项目在这一能力上较成熟。
能力短板
- - 多模态仅 1/5,当前更像“可用基础版”,需要补齐工程化能力。
- - 知识检索 (RAG)仅 2/5,当前更像“可用基础版”,需要补齐工程化能力。
适用场景
- - 云端 Agent 运行时
- - 弹性扩缩容与实时服务
落地风险与建议
- - 项目相对较新,API 与架构演进速度可能较快,升级成本需预留。
- - 围绕 多模态 先做最小闭环,再扩展高级能力。
- - 优先引入检索层:切块 + 向量召回 + 重排,提升事实性。
Intelligence Profile
Dimensions
LLM 集成
AI SDK 集成
Level 4: 多模型切换 + Provider 抽象
Vercel AI SDK多 Provider 支持
Agent 自主性
状态机 + 调度
Level 3: ReAct 循环(自主工具调用)
Durable Objects 状态持久化定时任务调度
记忆系统
持久化状态
Level 4: 分层记忆(短期/长期)
Durable Objects = 有状态 AgentSQL 存储
工具使用
内置工具集
Level 3: Function Calling / Tool Use
HTTP 调用Email/Browser 工具
知识检索 (RAG)
Vectorize 集成
Level 2: Embedding + 向量检索
Cloudflare Vectorize
多模态
文本为主
Level 1: 图片输入理解
主要处理文本
评估与验证
Human-in-the-loop
Level 3: 自动测试 + CI
审批流状态检查点
人机协作
实时协作 UI
Level 4: 自适应(知道什么时候该问人)
React 组件库WebSocket 实时状态聊天 UI
Architecture
Durable Objects + Edge Workers
基于 Cloudflare Durable Objects 的有状态 Agent 框架。每个 Agent 是一个 Durable Object 实例,具有持久化状态、定时调度和 WebSocket 实时通信能力。提供 React 组件库用于构建 Agent UI。
GitHub Live Metrics
Loading live metrics...