[project] name = "reactllmdemo" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "langchain-community>=0.3.21", "langchain-openai>=0.3.13", "langgraph>=0.3.30", ] [[tool.uv.index]] name = "private-pypi" url = "https://mirrors.aliyun.com/pypi/simple/" default = true