Helpers for upstream-compatible LLM seed candidate generation.
This mirrors the Python seed_candidate=None path: when the user gives an
objective but no initial candidate, a reflection LM is asked to produce a
starting artifact. The generated text is extracted from the first fenced
block when present and stored under a caller-supplied candidate key.
Summary
Functions
Build the seed-generation prompt sent to the reflection LM.
Extract content from a fenced code block, preserving raw text fallback.
Ask an LM to generate a seed candidate map.
Functions
Build the seed-generation prompt sent to the reflection LM.
Extract content from a fenced code block, preserving raw text fallback.
Ask an LM to generate a seed candidate map.