Skip to main content

Available Agents

Starter Kit Utility Agents

These agents ship with your project—you own the source and can customize them.

scrape

Web scraping with fallbacks

validate

Data validation against schemas

fetch

Smart HTTP fetching with caching

slug

URL-safe slug generation

tools

MCP tools integration

queries

SQL query execution

autorag

Cloudflare AutoRAG (managed)

Built-in Framework Agents

Framework-level agents you configure but don’t modify.

rag

Manual RAG with Vectorize

hitl

Human-in-the-loop approvals

Quick Usage

Scrape Agent

Validate Agent

RAG Agent

HITL Agent

Combining Starter Kit Agents

Scrape + Validate + Transform

RAG + HITL

Customizing Starter Kit Agents

Starter Kit agents accept configuration:

Scrape with Retry

Validate with Custom Rules

RAG with Custom Embeddings

When to Use Starter Kit vs Custom

Use Starter Kit When:

  • Common use case (scraping, validation, RAG)
  • Need production-tested solution
  • Want to ship quickly
  • Standard functionality is sufficient

Build Custom When:

  • Unique business logic
  • Need specific integrations
  • Performance critical paths
  • Domain-specific requirements

Extending Starter Kit Agents

Wrap Starter Kit agents for custom behavior:

Best Practices

  1. Start with Starter Kit - Try Starter Kit agents first
  2. Configure Don’t Customize - Use inputs before building custom
  3. Wrap for Extensions - Create custom agents that wrap Starter Kit agents
  4. Version Independently - Version custom wrappers separately
  5. Test Thoroughly - Test custom integrations
  6. Document Usage - Document how you use Starter Kit agents
  7. Monitor Performance - Track Starter Kit agent performance
  8. Report Issues - Report bugs to Conductor team

Next Steps

Starter Kit Reference

Detailed docs for each agent

Creating Agents

Build custom agents

Writing Ensembles

Orchestrate agents

Playbooks

Real-world examples