Skip to content

A set of LangGraph workflow examples — without the "clutter".

License

Notifications You must be signed in to change notification settings

ngendah/agent-workflows

Repository files navigation

🤖 Agent Workflows

A set of simplified LangGraph workflow examples.


✨ Why This Exists

LangGraph can feel daunting when you're new. This repo attempts to breaks down graph-based thinking into simple examples — without LLMs, Tools, and Prompt-Templates.

Each workflow showcases a stripped down graph pattern.


📁 Included Workflows

Each workflow lives in their own source file:

  1. Supervisor Workflow
    • A central coordinator delegates to other agents and handles results.
  2. Network Workflow
    • A decentralized setup where nodes interact in a peer-to-peer fashion.
  3. Hierarchical Workflow
    • A top-down graph and human-in-the-loop.
  4. Complex Workflow

Agent-Workflows


🛠️ Getting Started

# 1. Clone the repo
git clone https://github.com/ngendah/agent-workflows.git
cd agent-workflows

# 2. Install dependencies
npm install

# 3. Build the workflows and generate mermaid diagrams
npm run build

🔗 Further Reference

For official LangGraph documentation visit: 👉 LangGraph

About

A set of LangGraph workflow examples — without the "clutter".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published