Skip to content

Commit d772f0a

Browse files
committed
LangGraph samples: Flatten directory structure to single level
Move all samples from nested category directories to top level: - basic/hello_world -> hello_world - basic/react_agent -> react_agent - human_in_loop/approval_workflow -> approval_workflow - multi_agent/supervisor -> supervisor - rag/agentic_rag -> agentic_rag - rag/deep_research -> deep_research - planning/plan_and_execute -> plan_and_execute - advanced/reflection -> reflection Update all import paths accordingly and refresh README.md with a table listing all samples.
1 parent 3e6df8f commit d772f0a

65 files changed

Lines changed: 44 additions & 559 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

langgraph_samples/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@ Since the LangGraph integration is currently in a branch, you need to install fr
4949

5050
## Examples
5151

52-
Each directory contains complete examples with their own README for detailed instructions:
53-
54-
- **[Basic Examples](./basic/README.md)** - Simple examples including a hello world agent demonstrating basic plugin setup and graph registration.
55-
- **[Human-in-the-Loop](./human_in_loop/README.md)** - Examples demonstrating interrupt/resume workflows with human approval.
56-
- **[Multi-Agent](./multi_agent/README.md)** - Multi-agent patterns including supervisor coordination.
57-
- **[RAG (Retrieval Augmented Generation)](./rag/README.md)** - Intelligent retrieval with document grading, query rewriting, and deep research.
58-
- **[Planning](./planning/README.md)** - Plan-and-execute patterns with structured step execution.
59-
- **[Advanced Patterns](./advanced/README.md)** - Advanced techniques including reflection and self-improvement.
52+
Each directory contains a complete example with its own README for detailed instructions:
53+
54+
| Sample | Description |
55+
|--------|-------------|
56+
| [hello_world](./hello_world/) | Simple starter example demonstrating basic plugin setup and graph registration |
57+
| [react_agent](./react_agent/) | ReAct agent pattern with tool calling and multi-step reasoning |
58+
| [approval_workflow](./approval_workflow/) | Human-in-the-loop with interrupt/resume for approval workflows |
59+
| [supervisor](./supervisor/) | Multi-agent supervisor pattern coordinating specialized agents |
60+
| [agentic_rag](./agentic_rag/) | Retrieval-augmented generation with document grading and query rewriting |
61+
| [deep_research](./deep_research/) | Multi-step research with web search and iterative refinement |
62+
| [plan_and_execute](./plan_and_execute/) | Plan-and-execute pattern with structured step execution |
63+
| [reflection](./reflection/) | Self-reflection pattern for iterative improvement |

langgraph_samples/SAMPLES_PROPOSAL.md

Lines changed: 0 additions & 349 deletions
This file was deleted.

0 commit comments

Comments
 (0)