mirror of
https://github.com/langchain-ai/langgraph-example-monorepo.git
synced 2026-07-01 14:03:32 -04:00
18 lines
452 B
TOML
18 lines
452 B
TOML
[tool.poetry]
|
|
name = "my-agent"
|
|
version = "0.0.1"
|
|
description = "An excellent agent build for LangGraph cloud."
|
|
authors = ["Polly the parrot <1223+polly@users.noreply.github.com>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9.0,<3.13"
|
|
langgraph = "^0.1.7"
|
|
langchain-openai = ">=0.1.17"
|
|
langchain-anthropic = ">=0.1.20"
|
|
langchain-community = ">=0.2.11"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api" |