feat(crisis): support image screening in intake submissions #208

Open
Rockachopa wants to merge 1 commits from step35/203-intake-submission-from-image into main
Owner

Extend handle_intake_submission to accept image screening parameters (ocr_text, labels, manual_notes, visual_flags, image_path). Integrates screen_image_signals to combine text-based and image-based crisis signals.

  • Add optional image kwargs to intake API
  • Combine scores (max) and merge indicators
  • Derive final crisis level and generate appropriate response
  • Add comprehensive tests for image intake scenarios

Closes #203

Extend `handle_intake_submission` to accept image screening parameters (ocr_text, labels, manual_notes, visual_flags, image_path). Integrates `screen_image_signals` to combine text-based and image-based crisis signals. - Add optional image kwargs to intake API - Combine scores (max) and merge indicators - Derive final crisis level and generate appropriate response - Add comprehensive tests for image intake scenarios Closes #203
Rockachopa added 1 commit 2026-04-30 14:48:20 +00:00
feat(crisis): support image screening in intake submissions; adds image-aware intake handler and tests
All checks were successful
Sanity Checks / sanity-test (pull_request) Successful in 7s
Smoke Test / smoke (pull_request) Successful in 8s
4467c27072
- Extend handle_intake_submission to accept image parameters (ocr_text, labels, etc.)
- Integrate screen_image_signals for image-based screening
- Combine text- and image-based crisis signals into unified assessment
- Add comprehensive test suite for image intake scenarios

Closes #203
All checks were successful
Sanity Checks / sanity-test (pull_request) Successful in 7s
Smoke Test / smoke (pull_request) Successful in 8s
This pull request doesn't have enough required approvals yet. 0 of 1 official approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin step35/203-intake-submission-from-image:step35/203-intake-submission-from-image
git checkout step35/203-intake-submission-from-image
Sign in to join this conversation.