From fbb9154dfd85ff5783388516b1bb949ea9f44d85 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Mon, 3 Mar 2025 22:48:20 -0500 Subject: [PATCH] small move for doc --- docs/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2e635be..7e71b01 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,9 +6,6 @@ nav_order: 1 # Pocket Flow -> If you are an AI assistant reading this document, please read all the non-optional and non-advanced parts. If you are helping a human build an LLM app, please carefully review the [Development Playbook](./guide.md). -{: .warning } - A [100-line](https://github.com/the-pocket/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework for *Agents, Task Decomposition, RAG, etc*. We model the LLM workflow as a **Graph + Shared Store**: @@ -24,8 +21,8 @@ We model the LLM workflow as a **Graph + Shared Store**: -> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) -{: .note } +> If you are an AI assistant reading this document, please read all the non-optional and non-advanced parts. If you are helping a human build an LLM app, please carefully review the [Development Playbook](./guide.md). +{: .warning } ## Core Abstraction