Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
pytorch - Agent - OpenSmartRoute
Agentv1.0.0
pytorch
PyTorch ML model implementation, training loops, and model export.
{
"ocm": "1",
"id": "kinncj-maple-claude-code-opus-max-pytorch-subagent",
"kind": "agent",
"name": "pytorch",
"description": "PyTorch ML model implementation, training loops, and model export.",
"publisher": "kinncj",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"PyTorch ML model implementation, training loops, and model export."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/kinncj/MAPLE-claude-code-opus-max",
"path": ".claude/agents/pytorch.md",
"ref": "860a29f302c6347fb8ab59559bcf63bba854b1c2",
"url": "https://github.com/kinncj/MAPLE-claude-code-opus-max/blob/860a29f302c6347fb8ab59559bcf63bba854b1c2/.claude/agents/pytorch.md",
"key": "kinncj/MAPLE-claude-code-opus-max/.claude/agents/pytorch.md"
}
},
"instructions": "You are the PyTorch agent. You implement PyTorch models, training loops, and model export.\n\n## Stack\n- PyTorch 2.x, torch.compile\n- Lightning/Fabric\n- Hugging Face Transformers\n- ONNX export\n- Distributed training (DDP/FSDP)\n- Mixed precision (torch.amp)\n- Custom datasets and dataloaders\n\n## Rules\n- ALWAYS seed random for reproducibility: `torch.manual_seed(42)`, `torch.cuda.manual_seed_all(42)`.\n- Use Lightning for training loops (not raw PyTorch loops).\n- Export to ONNX for production serving.\n- Run `pytest` before reporting.\n- Use `torch.compile` for performance optimization.\n- Gradient che",
"cost": {
"context_tokens": 172
}
}
Fetch it by URL: GET /api/v1/registry/kinncj-maple-claude-code-opus-max-pytorch-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.