From b0b845728e38a573d086038ffa117e9febcc7dd7 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:46:21 -0500 Subject: [PATCH] Update index.md --- docs/index.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 506a7de..11303f7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,12 +1,26 @@ --- layout: default -title: Home -nav_order: 1 +title: "Home" --- # Mini LLM Flow -Minimalist LLM Framework in 100 Lines, Enabling LLMs to Program +A **100-line minimalist LLM framework** for agents, task decomposition, retrieval-augmented generation, and more. -Get Started{: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } -View on GitHub{: .btn .fs-5 .mb-4 .mb-md-0 } \ No newline at end of file +## 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