new-langgraph-project  by langchain-ai

LangGraph template for agentic applications

Created 1 year ago
253 stars

Top 99.3% on SourcePulse

GitHubView on GitHub
Project Summary

This template provides a foundational application using LangGraph, LangGraph Server, and LangGraph Studio. It targets developers building agentic workflows, offering a visual IDE for debugging and development, accelerating the creation of complex conversational agents.

How It Works

This project leverages LangGraph for defining stateful, multi-step applications. LangGraph Server facilitates local development with hot-reloading capabilities, while LangGraph Studio offers a visual interface for debugging and iterating on graph logic. The core example demonstrates a basic single-step graph, serving as a starting point for extending into complex agent orchestration. Runtime context can be customized via the Context class in graph.py for per-assistant configuration.

Quick Start & Requirements

  • Install: Navigate to the project directory and run pip install -e . "langgraph-cli[inmem]".
  • Configuration: Create a .env file from .env.example to manage secrets. Add LANGSMITH_API_KEY for LangSmith tracing.
  • Run: Start the LangGraph Server using langgraph dev.
  • Docs: Further information on LangGraph Server is available here.

Highlighted Details

  • LangGraph Studio provides a visual debugging IDE for iterating on agentic workflows.
  • Local changes are automatically applied via hot-reloading during development.
  • Integration with LangSmith enables in-depth tracing, analysis, and collaboration.
  • The core graph logic in src/agent/graph.py can be extended with new nodes and edges.

Maintenance & Community

No specific details regarding maintainers, sponsorships, or community channels (e.g., Discord, Slack) are provided in the README.

Licensing & Compatibility

The license type for this project is not specified in the README.

Limitations & Caveats

This repository serves as a template and demonstration of a simple, single-step application. Significant extension and development effort are required to build sophisticated, multi-step agentic workflows beyond the provided example. It is a starting point for development, not a production-ready application.

Health Check
Last Commit

2 days ago

Responsiveness

Inactive

Pull Requests (30d)
6
Issues (30d)
0
Star History
11 stars in the last 30 days

Explore Similar Projects

Feedback? Help us improve.