conda create -n agents python=3.11
conda activate agents
conda install -c conda-forge poetry
conda env export --from-history > environment.yml
conda env create -f environment.yml
langgraph dev
fastapi dev app/api.py
conda create -n agents python=3.11
conda activate agents
conda install -c conda-forge poetry
conda env export --from-history > environment.yml
conda env create -f environment.yml
langgraph dev
fastapi dev app/api.py