contenox
Browse docs/

Cookbook

Production-ready, copy-paste patterns for automating real work with contenox run and friends.

Each recipe is a pre-built solution: pipe data in, the model executes your chain, you get structured output back. Stateless runs stay composable with the rest of your shell.

Prerequisites

  • Run contenox init in your project once, then either point Contenox at a local Ollama model or configure a cloud backend — see Quickstart.
  • Use --shell for direct CLI recipes that need command execution; command policy lives in each chain’s tools_policies.

Several recipes below are one branch of a router rather than a standalone chain: a route task labels the request and hands it to the loop built for that label, with its own instruction, tool scope and budget. See Request routing for the shape.

Categories

Esc to close