From 6202fe35dcfad78f46bb2bc077803489a77cd088 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Sun, 16 Mar 2025 12:55:52 -0400 Subject: [PATCH] update doc --- docs/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.md b/docs/index.md index 1eba338..d461ba5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,10 @@ We model the LLM workflow as a **Graph + Shared Store**: - [(Advanced) Async](./core_abstraction/async.md) nodes/flows allow waiting for asynchronous tasks. - [(Advanced) Parallel](./core_abstraction/parallel.md) nodes/flows handle I/O-bound tasks. +
+ +
+ ## Design Pattern From there, it’s easy to implement popular design patterns: @@ -41,6 +45,10 @@ From there, it’s easy to implement popular design patterns: - [Structured Output](./design_pattern/structure.md) formats outputs consistently. - [(Advanced) Multi-Agents](./design_pattern/multi_agent.md) coordinate multiple agents. +
+ +
+ ## Utility Function We provide utility functions not in *codes*, but in *docs*: