AgentPantheon
Mini LLM Flow logo

Mini LLM FlowMinimalist 100-line LLM framework for building self-programming agent workflows

4.8 (6)

Overview

Mini LLM Flow is a lightweight open-source framework that distills LLM orchestration down to roughly 100 lines of code. It provides the essential building blocks for chaining prompts, managing state, and constructing agent workflows without the overhead of larger frameworks. The project's core idea is that a minimal abstraction is easier for LLMs themselves to understand, extend, and generate code against. This makes it well-suited for experiments in self-programming agents, where models reason about and modify their own workflow logic. Developers can use it as a learning tool, a foundation for custom agent systems, or a stripped-down alternative to heavier orchestration libraries.

Key features

  • Around 100 lines of core code
  • Prompt chaining and flow control
  • Support for agent-style workflows
  • Designed for LLM self-programming
  • Minimal dependencies
  • Open and easily forkable

Pricing

Model
Free
Rating
4.8 / 5 (6)

Use cases

Learn agent workflow fundamentals

Study a compact ~100-line codebase to understand how prompt chaining, state, and agent orchestration work without wading through a large framework.

Build custom lightweight agent systems

Fork the minimal core as a foundation for bespoke agent workflows, avoiding heavy dependencies and lock-in from larger orchestration libraries.

Experiment with self-programming agents

Leverage the minimal abstraction so LLMs can read, reason about, and generate modifications to their own workflow code more reliably.

Prototype LLM pipelines quickly

Use the stripped-down primitives to spin up prompt chains and flow control for proofs of concept before committing to a heavier stack.

Pros & Cons

Pros

  • Extremely small and readable codebase
  • Easy for LLMs to understand and extend
  • No heavy dependencies or lock-in
  • Good educational resource for agent design

Cons

  • Limited built-in features compared to larger frameworks
  • Requires more manual setup for complex use cases
  • Smaller community and ecosystem

Battle record

Across 1 battle in the Pantheon.

1
1st
0
2nd
0
3rd

Last battle

Reviews

4.8

Average from 6 ratings.

5
5
4
1
3
0
2
0
1
0

Sign in to leave a review.

D

Daniel Schmidt

Apr 29, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is minimal dependencies — handled better than most — and no heavy dependencies or lock-in. Limited built-in features compared to larger frameworks is my one real gripe. Worth the time if this is your use case.

L

Leila Hassan

Jan 30, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is open and easily forkable — handled better than most — and extremely small and readable codebase. Worth the time if this is your use case.

S

Sanjay Gupta

Jan 8, 2026

Years in this space

I've evaluated a lot of these over the years. What stands out here is prompt chaining and flow control — handled better than most — and extremely small and readable codebase. Smaller community and ecosystem is my one real gripe. Worth the time if this is your use case.

G

Gunnar Eriksson

Nov 18, 2025

Years in this space

I've evaluated a lot of these over the years. What stands out here is designed for LLM self-programming — handled better than most — and extremely small and readable codebase. Worth the time if this is your use case.

L

Linda Petersen

Nov 13, 2025

Solid for our team

We rolled this out across the team last quarter and extremely small and readable codebase. Support for agent-style workflows fits neatly into how we already work, and prompt chaining and flow control removed a step we used to do by hand. but it has held up under daily use.

Y

Yuki Mori

Oct 14, 2025

Skeptical, then convinced

I went in skeptical — most tools in this space overpromise. It actually delivers on minimal dependencies, and no heavy dependencies or lock-in caught me off guard. still, I'd recommend giving it a real trial.

Q&A

No questions yet — be the first to ask.

Ask a question

AI Agents Frameworks alternatives