Update index.md

This commit is contained in:
Zachary Huang 2024-12-27 17:46:21 -05:00 committed by GitHub
parent ba1dee6147
commit b0b845728e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 5 deletions

View File

@ -1,12 +1,26 @@
--- ---
layout: default layout: default
title: Home title: "Home"
nav_order: 1
--- ---
# Mini LLM Flow # 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 } ## Core Abstraction
View on GitHub{: .btn .fs-5 .mb-4 .mb-md-0 }
- [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