Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

LangGraphAgents

An example multi-agent workflow built with LangGraph (from LangChain) to automatically respond to low-rated reviews on the Apple App Store.

Overview

This repository demonstrates a practical LangGraph agent system that monitors and responds to negative App Store reviews. It includes:

  • appStorebot.py: Core implementation of the App Store review agent workflow.
  • callCenter.py: Supporting module for call center-related logic or simulation.
  • test_client.py: Test script for interacting with and validating the agent.

Built with Python and LangGraph for stateful, multi-agent orchestration.

Requirements

  • Python 3.8+
  • LangChain / LangGraph
  • Other dependencies: Install via pip install langgraph langchain

Usage

  1. Set up your environment and API keys (e.g., for App Store access or LLM provider).
  2. Run the main workflow:
    python appStorebot.py

About

Includes Apple App store review agent workflow to respond to low ratings

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages