docs/agent/features/enrichment.md
AI-powered resume improvement with targeted questions.
The enrichment feature helps users improve their master resume with more detailed content by:
| File | Purpose |
|---|---|
apps/backend/app/prompts/enrichment.py | AI prompts for analysis and enhancement |
apps/backend/app/routers/enrichment.py | API endpoints for enrichment workflow |
apps/frontend/hooks/use-enrichment-wizard.ts | React state management for wizard flow |
apps/frontend/components/enrichment/*.tsx | UI components for enrichment modal |
| Endpoint | Description |
|---|---|
POST /enrichment/analyze/{resume_id} | Analyze resume and generate questions |
POST /enrichment/enhance | Generate enhanced descriptions from answers |
POST /enrichment/apply/{resume_id} | Apply enhancements to resume |