From c72c6aff61394ab4e2ede1f25b890d55c42252c1 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:03:26 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5f862e..bbbf916 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http - Set project custom instructions. For example: ``` 1. check "tool.md" and "llm.md" for the required functions. - 2. design the high-level (batch) flow and nodes. + 2. design the high-level (batch) flow and nodes in artifact using mermaid 3. design the shared memory structure: define its fields, data structures, and how they will be updated. Think out aloud for above first and ask users if your design makes sense. - 4. Finally, implement. Start with simple, minimalistic codes without, for example, typing. + 4. Finally, implement. Start with simple, minimalistic codes without, for example, typing. Write the codes in artifact. ``` - Ask it to build LLM apps (Sonnet 3.5 strongly recommended)! ```