Files
langgraph-reflection/pyproject.toml
T
Harrison Chase 9353228fce cr
2025-03-05 18:23:12 -08:00

20 lines
401 B
TOML

[project]
name = "langgraph-reflexion"
version = "0.0.1"
description = "LangGraph agent that runs a reflection step"
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["langgraph"]
authors = [{name = "Harrison Chase"}]
[tool.setuptools.packages.find]
where = ["src"]
[tool.uv.sources]
langgraph-reflexion = { workspace = true }
[dependency-groups]
dev = [
"langgraph-reflexion",
]