
    `gjr                    <    d Z ddlmZ ddlmZ ddlmZmZmZ g dZ	y)u?  Pet generation — base-draft → hatch pipeline.

Public surface used by the gateway RPCs, the CLI ``hermes pets generate``
command, and tests:

- :func:`generate_base_drafts` / :func:`hatch_pet` — the two-step flow.
- :class:`HatchResult`, :class:`GenerationError`.
- :mod:`atlas` — deterministic frame extraction + atlas composition/validation.

Image generation is delegated to the active reference-capable
:class:`~agent.image_gen_provider.ImageGenProvider` (OpenAI gpt-image-2 or Krea);
atlas assembly is fully deterministic so it's testable without any API calls.
    )annotations)GenerationError)HatchResultgenerate_base_drafts	hatch_pet)r   r   r   r   N)
__doc__
__future__r   agent.pet.generate.imagegenr   agent.pet.generate.orchestrater   r   r   __all__     N/root/.hermes/venv/lib/python3.12/site-packages/agent/pet/generate/__init__.py<module>r      s#    # 7 r   