<< All versions
Skill v1.0.0
currentAutomated scan100/100agentic-in/elephant-agent/inference
──Details
PublishedJune 9, 2026 at 05:10 AM
Content Hashsha256:b409fcf63db030c8...
Git SHAb342fa5f7cce
──Files
Files (1 file, 1.4 KB)
SKILL.md1.4 KBactive
SKILL.md · 36 lines · 1.4 KB
name: Inference skill_id: inference description: Guides model-serving and runtime-inference decisions across local, remote, and packaged deployment paths. version: 1.0.0 source_kind: elephant-builtin aliases: ["model inference", "serve a model", "run inference"] trigger_phrases: ["help me serve this model", "set up inference for this model", "run local inference"] keywords: ["inference", "serving", "latency", "throughput", "deployment", "runtime"] category: mlops
Inference
Use this built-in skill when the user needs to run, serve, benchmark, or operationalize model inference.
Core rules
- Separate model choice, hardware fit, serving stack, and request pattern.
- Make latency, throughput, memory, and quality tradeoffs explicit.
- Inspect the real deployment target before recommending a stack.
- Prefer reproducible launch and benchmark steps over hand-wavy performance advice.
Default workflow
- Identify the model, hardware, traffic pattern, and latency target.
- Choose the serving path that fits the deployment constraints.
- Validate startup, request shape, batching, and resource usage.
- Benchmark and tune only after the baseline path is stable.
Guardrails
- Do not imply a model will fit on hardware you have not checked.
- Do not conflate prototype notebook inference with production serving.
- Do not quote performance numbers without workload context.