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.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
- Start with Starter Kit - Try Starter Kit agents first
- Configure Don’t Customize - Use inputs before building custom
- Wrap for Extensions - Create custom agents that wrap Starter Kit agents
- Version Independently - Version custom wrappers separately
- Test Thoroughly - Test custom integrations
- Document Usage - Document how you use Starter Kit agents
- Monitor Performance - Track Starter Kit agent performance
- Report Issues - Report bugs to Conductor team

