Skip to main content
Built-in - These agents are part of the Conductor framework itself. You can configure them, but cannot modify their source code.

What Are Built-in Agents?

Built-in agents are framework-level components that require deep integration with Cloudflare’s platform:
  • Durable Objects for stateful operations
  • Cloudflare AI for embeddings and inference
  • Vectorize for vector storage and search
Unlike starter kit agents which you own and can modify, built-in agents are maintained by the Conductor team and updated with framework releases.

Available Built-in Agents

rag

Vector search + LLM using Cloudflare AI & Vectorize

hitl

Human-in-the-loop approval flows using Durable Objects

Built-in vs Starter Kit

When to Use Built-in Agents

Use rag when you need:
  • Manual control over document indexing
  • Custom chunking strategies
  • Hybrid search (vector + keyword)
  • Fine-tuned retrieval parameters
Use hitl when you need:
  • Human approval workflows
  • Asynchronous task completion
  • Audit trails for decisions
  • Multi-step approval chains

Configuration Pattern

Built-in agents are configured, not coded:

Starter Kit Alternatives

For simpler use cases, consider starter kit agents:

Next Steps

RAG Agent

Vector search + LLM

HITL Agent

Human approval flows

Utility Agents

Editable agents you own

AutoRAG

Zero-config managed RAG