josephrw's picture
Upload app/tasks/__init__.py with huggingface_hub
27e9d08 verified
Raw
History Blame Contribute Delete
79 Bytes
from app.tasks.agent_tasks import run_agent_task
__all__ = ["run_agent_task"]