command
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 6, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Subgraph Example
This example demonstrates how to create and use subgraphs in LangGraphGo for modular workflow design.
Overview
Shows how to:
- Create reusable subgraph components
- Compose complex workflows from smaller graphs
- Share state between parent and child graphs
- Build hierarchical workflow architectures
Running the Example
cd examples/subgraph
go run main.go
Key Features
- Modular Design: Break complex workflows into smaller components
- State Sharing: Pass state between parent and child graphs
- Reusability: Create reusable workflow components
- Hierarchical Structure: Build nested workflow architectures
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.