OVERVIEW/ADVANCED/HIRING_PIPELINE
Advanceddeployed01_/_ADVANCED

Hiring Pipeline

Multi-agent pipeline that ingests a resume, builds a profile, matches it to live roles, and drafts personalized outreach for each match.

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

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

LIVE_EXECUTION_LOG // hiring-pipeline0 EVENTS

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

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Profile Builder
[02]Job Matcher
[03]Screening Briefer
[04]Outreach Writer

/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/advanced/hiring-pipeline to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

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