Enterprise DNA
O Open Source Orchestration medium

MiniChain

by Community

A tiny library for coding with large language models.

M

OSS

MiniChain

Added 1 June 2026

Overview

MiniChain is a minimal Python library for building chains of calls to large language models. It provides a lightweight framework for composing prompts and model outputs without heavy abstractions.

Best for

Best for
Developers who want a lightweight, educational tool for simple LLM chaining experiments.

Use cases

  • Rapidly prototyping multi-step LLM workflows
  • Creating simple prompt chains with minimal boilerplate
  • Teaching or experimenting with LLM orchestration patterns

Notes

MiniChain is a minimal Python library for building chains of calls to large language models. It provides a lightweight framework for composing prompts and model outputs without heavy abstractions.

1,233 stars on GitHub. Last updated 2024-07-10. Licensed MIT.

Use cases

  • Rapidly prototyping multi-step LLM workflows
  • Creating simple prompt chains with minimal boilerplate
  • Teaching or experimenting with LLM orchestration patterns

Pros

  • Extremely small codebase, easy to read and modify
  • Low overhead for simple chain patterns
  • Good for learning how LLM chains work internally

Cons

  • Limited to basic chain structures, no advanced branching or loops
  • Small community and fewer integrations than larger frameworks
  • Not designed for production-scale or complex orchestration needs

Indexed from awesome-langchain and enriched against its public facts.

Pros

  • Extremely small codebase, easy to read and modify
  • Low overhead for simple chain patterns
  • Good for learning how LLM chains work internally

Cons

  • Limited to basic chain structures, no advanced branching or loops
  • Small community and fewer integrations than larger frameworks
  • Not designed for production-scale or complex orchestration needs

Pairs with

Other entries in the index that connect to this one. Click through to see the chain.