--- layout: default title: "Home" --- # Mini LLM Flow A **100-line minimalist LLM framework** for agents, task decomposition, retrieval-augmented generation, and more. ## Core Abstraction - [Node & Flow](./node_and_flow.md) - [Communication](./communication.md) - [Batch](./batch.md) - [Async](./async.md) ## Paradigm Implementation - Task Decomposition - Agent - Map Reduce - RAG ## Example Use Cases TODO