From 16766d486c27306dec793299f2cd502fd58b07c6 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Tue, 25 Mar 2025 10:15:45 -0400 Subject: [PATCH] m --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fa2e0e3..deb1138 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,7 +29,7 @@ We model the LLM workflow as a **Graph + Shared Store**: - [(Advanced) Parallel](./core_abstraction/parallel.md) nodes/flows handle I/O-bound tasks.
- +
## Design Pattern @@ -44,7 +44,7 @@ From there, it’s easy to implement popular design patterns: - [(Advanced) Multi-Agents](./design_pattern/multi_agent.md) coordinate multiple agents.
- +
## Utility Function