Update index.md
This commit is contained in:
parent
ba1dee6147
commit
b0b845728e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue