Self-Critique Loop
A generative agent produces an output, a critic agent evaluates it, and it loops back to the generator if the criteria are not met.
Featured
Copies open in your editor.
by @community
A generative agent produces an output, a critic agent evaluates it, and it loops back to the generator if the criteria are not met.
by @community
Used for taking unstructured text, extracting entities, and formatting the output into strict JSON or tabular format.
by @community
A unique Neurovn testing template. A single prompt runs parallel across multiple tier-1 models for direct A/B/C cost and latency comparison.
by @community
An agent performs research, but must await human review (simulated via boolean condition) before taking destructive action.
by @community
A powerful ReAct (Reason + Act) loop pattern where the agent thinks, selects a tool, observes the result, and loops until the task is complete.
by @community
Separates concerns: A Planner breaks down the task, an Executor completes the steps sequentially, and a Synthesizer formats the final response.
by @community
A chain of specialized agents. Useful for complex workflows like content creation (Writer -> Editor -> SEO Specialist -> Publisher).
by @community
Generate and refine content with a review loop: writer drafts content, reviewer provides feedback, writer revises until approved.
by @community
Route support tickets to specialists: triage agent classifies the request, retrieves from knowledge base, then delegates to a specialist.
by @community
Extract structured data from documents: extractor agent parses raw input, validator agent checks and corrects the output.
by @community
Compare outputs from multiple models: send the same prompt to GPT-4o and Claude, then aggregate and compare results.
by @community
Simple classification: single agent node for label/decision output.
by @community
Cyclic research workflow: Agent calls search tool, reviews results, may loop for refinement.
by @community
Agent orchestrates multiple tools: database query and API call, then aggregates results.
by @community
A minimal RAG workflow: Start, RAG agent, Finish. Ideal for document Q&A.