LLM Pipeline

Use when wiring several LLM calls into a production flow: typed contracts between steps, a router/gateway so 429s, timeouts and outages fail over instead of taking you down, and cost control via caching, model tiers and abort caps. NOT single-prompt wording (that is `prompt-engineering`), NOT a model-driven tool loop (that is `building-agents`).

ericrisco 3888ea5 6 files · 29.1 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/llm-pipeline commit 3888ea5fc0

Frequently asked questions

npx skillmds@latest add ericrisco/llm-pipeline