system-prompts-and-models-o.../dealix/auto_client_acquisition/model_router/__init__.py
Sami Assiri b13cb389cc feat(dealix): sync full Dealix package to repo
- API routers, ACA modules, integrations (draft operators)
- Docs, landing pages, scripts (launch readiness, scorecard)
- Tests and CI workflow updates for Dealix

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-01 21:01:17 +03:00

6 lines
205 B
Python

"""Model routing hints by task type — configuration only, no vendor calls."""
from auto_client_acquisition.model_router.task_router import list_tasks, route_task
__all__ = ["list_tasks", "route_task"]