Update application_structure.md (#3278)

moved requirements.txt to root of the project in the recommended
structure
This commit is contained in:
Lael
2025-02-07 15:14:51 -05:00
committed by GitHub
parent e479a2c643
commit cb509ad6a5
+1 -1
View File
@@ -34,10 +34,10 @@ Below are examples of directory structures for Python and JavaScript application
│ │ ├── tools.py # tools for your graph
│ │ ├── nodes.py # node functions for you graph
│ │ └── state.py # state definition of your graph
│ ├── requirements.txt # package dependencies
│ ├── __init__.py
│ └── agent.py # code for constructing your graph
├── .env # environment variables
├── requirements.txt # package dependencies
└── langgraph.json # configuration file for LangGraph
```
=== "Python (pyproject.toml)"