How to debug langgraph/agents/leo/nodes.py in a Leonardo project
How to debug langgraph/agents/leo/nodes.py 1. Run docker compose down2. In docker-compose-dev.yml, comment out command: bash -c “python init_pg_checkpointer.py && uvicorn main:app –host 0.0.0.0 –port 8000″ and uncomment # command: tail -f /dev/null .3. Run bash bin/dev again. This time, the LlamaBot container will start, but Uvicorn (FastAPI) won’t run, so you won’t be able to access […]