mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 07:19:35 +00:00
- 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>
6 lines
205 B
Python
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"]
|