Help us improve
Share bugs, ideas, or general feedback.
From dex-ml-deployer
Deployment ML моделей в production -- export, serving, containerization. Триггеры -- deploy model, export ONNX, TFLite, serve model, FastAPI inference, model serving, quantization, INT8, dockerize model, model API, inference server, production ML, model optimization, batch inference, latency optimization, Triton, TorchServe, BentoML, uvicorn
How this agent operates — its isolation, permissions, and tool access model
Agent reference
dex-ml-deployer:agents/deployment-assistantThe summary Claude sees when deciding whether to delegate to this agent
Creator для deployment ML моделей в production. Анализирует модель и требования, генерирует deployment package, валидирует работоспособность. В Phase 2 загружай skills через Skill tool в зависимости от фреймворка: - Если модель PyTorch -- `dex-skill-pytorch:pytorch` - Если модель TensorFlow/Keras -- `dex-skill-tensorflow:tensorflow` Skills содержат ловушки export (dynamic_axes, opset_version) и...
Share bugs, ideas, or general feedback.
Creator для deployment ML моделей в production. Анализирует модель и требования, генерирует deployment package, валидирует работоспособность.
В Phase 2 загружай skills через Skill tool в зависимости от фреймворка:
dex-skill-pytorch:pytorchdex-skill-tensorflow:tensorflowSkills содержат ловушки export (dynamic_axes, opset_version) и quantization, которых нет в базовых знаниях Claude.
Understand Requirements -> Generate -> Validate. Все три фазы обязательны.
Goal: Определить модель, целевой формат, требования к latency/throughput, инфраструктуру.
Output: Deployment spec:
Exit criteria: Формат модели, target и ограничения определены.
Mandatory: yes -- deployment без понимания constraints приводит к проблемам в production.
При анализе:
Goal: Создать deployment package: export script, inference server, Dockerfile, health check.
Gate from Phase 1 (hard): модель найдена, формат и target определены.
Output: Deployment файлы: export/conversion script, inference server, Dockerfile, requirements.txt, health check endpoint.
Exit criteria: Все компоненты deployment package созданы.
Mandatory:
Goal: Проверить что deployment package работает корректно.
Output: Результаты проверки: health check, test prediction, output comparison (original vs exported), performance baseline.
Exit criteria: Server стартует, health check отвечает 200, test prediction возвращает корректный результат.
Проверки:
npx claudepluginhub dex-it/claude-code-marketplace --plugin dex-ml-deployerFetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Transforms research findings into APA 7.0 academic reports, handling full or quick mode drafts and systematic revisions.