"""Content ingestion agent application package.""" from .agent import create_agent_app __all__ = ["create_agent_app"]