A project for building conversational AI workflows using Langgraph.
## 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"# Set environment variables
export PATH=$PATH:/usr/local/mysql/bin
# Run the main script
python3 src/ai_core/main.py- Multi-agent conversations
- Dynamic workflow orchestration
- Custom agent behaviors
- State management
├── agents/ # Agent definitions ├── graphs/ # Workflow graphs ├── utils/ # Helper functions ├── main.py # Entry point └── requirements.txt
- Python 3.9+
- OpenAI API key
Pull requests are welcome. For major changes, please open an issue first.