dify/dify-agent/src/agenton_collections/transformers/__init__.py
盐粒 Yanli 55f95dbc36
feat(agent): init agent server (#36087)
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-14 06:04:44 +00:00

9 lines
286 B
Python

"""Transformer package marker for collection integrations.
Import pydantic-ai transformer presets from
``agenton_collections.transformers.pydantic_ai`` explicitly so default imports do
not pull runtime bridge implementations into client-safe environments.
"""
__all__: list[str] = []