mirror of
https://github.com/langchain-ai/langgraph-reflection.git
synced 2026-07-01 16:00:21 -04:00
21 lines
390 B
TOML
21 lines
390 B
TOML
[project]
|
|
name = "langgraph-reflection"
|
|
version = "0.0.1"
|
|
description = "LangGraph agent that runs a reflection step"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"langgraph",
|
|
"mypy>=1.8.0",
|
|
"langchain>=0.1.0"
|
|
]
|
|
authors = [{name = "Harrison Chase"}]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"langgraph-reflection",
|
|
]
|