OVERVIEW/BEGINNER
MODULE_01: FUNDAMENTALS

Beginner Archives

Entry-level autonomous scripts and logic gates designed for core system comprehension. Start here to master the foundation of agentic workflows.

11 AGENTSSTATUS: OPERATIONALSCHEMA: V.1.0

/AGENT_INDEX

ALL AGENTS

00_/_BEGINNER
ACTIVE
HATE

Hate Speech Detector

A single-agent CrewAI pipeline that analyzes text for hate speech or offensive language, classifying it with confidence and reasoning.

Py_3.12CrewAI
stable
RUN DEMO
01_/_BEGINNER
ACTIVE
RESUME

Resume Screener

A single-agent CrewAI pipeline that scores a candidate resume against a job description and explains its reasoning.

Py_3.12CrewAI
stable
RUN DEMO
02_/_BEGINNER
ACTIVE
REVIEW

Review Sentiment

Classifies a customer review into positive, negative, or mixed and returns the top theme behind the sentiment.

Py_3.12CrewAI
stable
RUN DEMO
03_/_BEGINNER
ACTIVE
TONE

Email Tone Rewriter

Rewrites a draft email in a target tone (professional, friendly, assertive, apologetic) while preserving the underlying ask.

Py_3.12CrewAI
stable
RUN DEMO
04_/_BEGINNER
ACTIVE
MEETING

Meeting Notes

Turns a raw transcript into a tight summary, decisions list, and a tagged set of action items with owners.

Py_3.12CrewAI
stable
RUN DEMO
05_/_BEGINNER
ACTIVE
COLD

Cold Outreach

Generates a short, personalized cold email tying a prospect's role and recent work to your value prop.

Py_3.12CrewAI
stable
RUN DEMO
06_/_BEGINNER
ACTIVE
CODE

Code Explainer

Explains a code snippet in plain English with intent, control flow, and any non-obvious gotchas highlighted.

Py_3.12CrewAI
stable
RUN DEMO
07_/_BEGINNER
ACTIVE
SOCIAL

Social Caption

Produces three platform-tailored captions for X, LinkedIn, and Instagram from a single idea or asset description.

Py_3.12CrewAI
stable
RUN DEMO
08_/_BEGINNER
ACTIVE
LEGAL

Legal Simplifier

Translates a clause from a contract into plain English and surfaces the top three risks for the signing party.

Py_3.12CrewAI
stable
RUN DEMO
09_/_BEGINNER
ACTIVE
INTERVIEW

Interview Questions

Generates a balanced set of behavioral, technical, and situational interview questions for a given role and seniority.

Py_3.12CrewAI
stable
RUN DEMO
10_/_BEGINNER
ACTIVE
STARTUP

Startup Validator

Pressure-tests a startup idea: who it's for, what it replaces, what kills it, and a candid go / no-go score.

Py_3.12CrewAI
stable
RUN DEMO
DEMO_ENVIRONMENT // STATUS: IDLE
SESSION_ID: 0x82FB4
# INPUT_PROMPT
>>> input.text = "People from that race are all untrustworthy and should not be allowed to work in public jo..."
# SYSTEM_PROMPT
You are HATE_SPEECH running tier BEGINNER.
Pipeline: Hate Speech Detector.
system@agent-archive:~$
EXECUTION STAGE
[BOOT]Initializing hate_speech_detector.crew
[INFO]Agent: Hate Speech Detector
[INFO]Role: Analyze text and identify hate speech / offensive language
[INFO]LLM: openai/gpt-4o via OpenRouter
- Classification: Hate speech
- Confidence: High
- Targeted group: Race
- Key phrases that influenced the decision: "untrustworthy," "should not be allowed to work in public jobs"
- Brief reasoning: The text contains clear hate speech, as it targets individuals based on race by labeling them as "untrustworthy" and advocating for their exclusion from public employment. Such generalizations and calls for discriminatory practices based on racial attributes promote hatred and reinforce harmful stereotypes.
OPEN FULL DEMO