Skip to content

ALM87-STAT/langgraph-hexagonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangGraph Hexagonal Template

Instrctions for the template

How to use the template

Create environment

conda create -y -n llm-agents python=3.11

Activate the environment

conda activate llm-agents

Install the dependencies

pip install -r requirements/dev.txt

Export the SSL certificate (opional)

export SSL_CERT_FILE=$(python -c "import certifi; print(certifi.where())")

Run the application

python app/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors