ImplementedEngine moduleContent quality / Brand fit / Runtime reliability
Image Selection Module
Pipeline that retrieves, validates, scores, and ranks candidate images per slot using strict contracts and budget caps.
Primary job
Select slot-fit, policy-safe, reachable images with deterministic reporting.
What This Module Does
- Builds intent and query plans from slot request + context.
- Retrieves candidates, validates reachability, and filters non-fit assets.
- Scores candidates with structured outputs against a strict scorecard schema.
- Produces run-level reports with accepted/rejected candidates and audit events.
Parameters
6 inputsInputs that define scope, intent, constraints, and runtime behavior.
Outputs And Telemetry
Outputs
- Accepted/rejected candidate sets
- Iteration logs
- RunReport audit output
Telemetry
- Model fallback events
- Dedupe events
- Reachability outcomes
Outcome focus
- Content quality
- Brand fit
- Runtime reliability
Dependencies And Guardrails
Dependencies
- Google image retrieval inputs
- OpenAI API access
- Repo profile budgets
Guardrails
- All contracts validated with Zod schemas.
- Scorecard schema mismatch is treated as failure.
- Reachability failures are classified with explicit error codes.