Preview lockedResearch Agent ChainSequential three-agent chain demonstrating structured outputs flowing between agents. Research Agent 1 gathers research, Expand Agent 2 expands research, Synthesis Agent 3 synthesizes final answer. Uses Exa tools and AI SDK 6's stabilized structured output support.View details
Evaluator Workflow PatternFreeDemonstrates an evaluator-optimizer workflow pattern using Workflow DevKit. Features iterative improvement through AI evaluation and optimization loops.Try live demo
Orchestrator-Worker Workflow PatternFreeDemonstrates an orchestrator-worker workflow pattern using Workflow DevKit. Features parallel execution of specialized workers for different change types (create, modify, delete).Try live demo
Parallel Review Workflow PatternFreeDemonstrates a parallel review workflow pattern using Workflow DevKit. Features concurrent code reviews (security, performance, maintainability) with result aggregation.Try live demo
Routing Workflow PatternFreeDemonstrates a routing workflow pattern using Workflow DevKit. Features query classification and conditional routing to specialized handlers based on type and complexity.Try live demo
Sequential Workflow PatternFreeDemonstrates a sequential workflow pattern using Workflow DevKit. Features step-by-step execution with quality gates and conditional regeneration.Try live demo
Preview lockedWorkflow - URL AnalysisAnalyze URLs through AI prompt chaining. Scrapes content, analyzes it, and generates summaries.View details