OVERVIEW/INTERMEDIATE/JOB_APP_ASSISTANT
Intermediatestable05_/_INTERMEDIATE

Job Application Assistant

Tailors a resume to a target JD and drafts a matching cover letter, citing the best evidence from the candidate's history.

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

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

LIVE_EXECUTION_LOG // job-app-assistant0 EVENTS

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

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]JD Parser
[02]Resume Tailor
[03]Cover Letter 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/intermediate/job-app-assistant to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

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