Starter Kit - Everything here ships with your template. You own the code - modify, extend, or delete as needed.
What’s Included
When you create a new Conductor project, you get a complete starter kit of production-ready components:System Agents
Standalone agents you can use as building blocks in your ensembles:fetch
HTTP client with retries and exponential backoff
validate
Multi-evaluator validation (rules, LLM judge, NLP, embeddings)
scrape
3-tier web scraping with bot detection
slug
URL-safe slug generation (nanoid, UUID, base62)
tools
MCP (Model Context Protocol) tool invocation
queries
SQL query execution via Hyperdrive/D1
autorag
Cloudflare AutoRAG - fully managed RAG service
redirect
URL redirect operations (permanent, expiring, magic links)
docs
Documentation generation and serving
System Ensembles
Complete workflows ready to deploy:Infrastructure
Redirects
URL shortening with resolve + management API
Documentation
Auto-generated docs with OpenAPI support
Health Check
/health endpoint for monitoringError Pages
Styled 401, 403, 404, 500 pages
SEO
Robots.txt
Dynamic robots.txt generation
Sitemap
XML sitemap generation
Built-in Agents
Built-in - Framework-level agents. Configure only - source is not editable.
rag
Manual RAG with Cloudflare AI & Vectorize
hitl
Human-in-the-loop approval workflows
Debug Tools
Development utilities for testing and troubleshooting:Debug Agents
echo, delay, inspect-context
Debug Ensembles
ping, echo, headers, info, slow
Directory Structure
Customization Philosophy
You own everything in the starter kit. Unlike built-in agents which are framework-level and configure-only, starter kit components are:- Fully editable - Modify the source code directly
- Deletable - Remove what you don’t need
- Copyable - Duplicate and customize for variants
- Versionable - Track changes in Git like any other code
Example: Customizing the Redirect Agent
When to Use What
Next Steps
Built-in Agents
Framework-level agents (RAG, HITL)
Creating Agents
Build your own agents
Writing Ensembles
Compose workflows
Operations
Available operations reference

