Skip to content

hulk-pham/LangGraph-AI-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Langgraph Project

A project for building conversational AI workflows using Langgraph.

Installation

## Clone the repository
git clone https://github.com/hulk-pham/LangGraph-AI-Agent.git
cd ./LangGraph-AI-Agent

# Create virtual environment
python3.12 -m venv .venv 
source .venv/bin/activate

# Install dependencies
pip install -e .  
bash
export OPENAI_API_KEY="your-api-key"

Usage

# Set environment variables
export PATH=$PATH:/usr/local/mysql/bin

# Run the main script
python3 src/ai_core/main.py

Features

  • Multi-agent conversations
  • Dynamic workflow orchestration
  • Custom agent behaviors
  • State management

Project Structure

├── agents/ # Agent definitions ├── graphs/ # Workflow graphs ├── utils/ # Helper functions ├── main.py # Entry point └── requirements.txt

Requirements

  • Python 3.9+
  • OpenAI API key

Contributing

Pull requests are welcome. For major changes, please open an issue first.

License

MIT

About

AI Agent Project use LangGraph

Topics

Resources

License

Stars

Watchers

Forks

Languages