Skip to content
#

stategraph

Here are 29 public repositories matching this topic...

Production-grade framework for building multi-agent AI systems. Graph-based orchestration, LLM-agnostic (OpenAI, Google GenAI, Anthropic), 3-layer memory (Redis cache + Postgres + vector store), live agents, parallel tool execution, and native MCP. Ships a full ecosystem: backend, REST API + CLI, TypeScript SDK, and React playground

  • Updated Aug 16, 2026
  • Python

This project demonstrates a complete workflow that uses 'LangGraph', a stateful orchestration framework to streamline the coordination and the integration of Large Language Models (LLMs) like OpenAI’s GPT-4o-mini with real-time search APIs like ‘Google Search’.

  • Updated Jun 11, 2025
  • Python

This is a simple chatbot project built using LangGraph, a graph-based framework for orchestrating LLMs, and powered by the Groq API with the LLaMA3-8B-8192 model. The chatbot demonstrates how to structure conversational flows using state graphs and message reducers for memory. Ideal for learning how to integrate LLMs into modular applications.

  • Updated Jun 23, 2025
  • Jupyter Notebook

Add this topic to your repo

To associate your repository with the stategraph topic, visit your repo's landing page and select "manage topics."

Learn more