OVERVIEW/BEGINNER/RESUME_SCREENER
Beginnerstable01_/_BEGINNER

Resume Screener

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

Py_3.12CrewAIOpenAIVIEW SOURCE
# INPUT_PROMPT // RESUME_SCREENER
SCHEMA: V.1.0
system@agent-archive:~$
IDLE
OUTPUT_LOG:

[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.

LIVE_EXECUTION_LOG // resume-screener0 EVENTS

[STREAM] No active execution. Trigger a run to populate the log.

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Resume Screener

/BACKEND_CONTRACT

PLUGGABLE RUNTIME

This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/beginner/resume-screener to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

runProject(RESUME_SCREENER, {
  job_description: string,
  resume: string,
}) -> markdown