tmp
This commit is contained in:
@@ -1,23 +1,14 @@
|
||||
[project]
|
||||
name = "react-agent"
|
||||
name = "agent"
|
||||
version = "0.0.1"
|
||||
description = "Starter template for making a custom Reasoning and Action agent (using tool calling) in LangGraph."
|
||||
description = "Starter template for making a new agent LangGraph."
|
||||
authors = [
|
||||
{ name = "William Fu-Hinthorn", email = "13333726+hinthornw@users.noreply.github.com" },
|
||||
]
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"langgraph>=0.2.6",
|
||||
"langchain-openai>=0.1.22",
|
||||
"langchain-anthropic>=0.1.23",
|
||||
"langchain>=0.2.14",
|
||||
"langchain-fireworks>=0.1.7",
|
||||
"python-dotenv>=1.0.1",
|
||||
"langchain-community>=0.2.17",
|
||||
"tavily-python>=0.4.0",
|
||||
]
|
||||
dependencies = ["langgraph>=0.2.6", "python-dotenv>=1.0.1"]
|
||||
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -28,10 +19,10 @@ requires = ["setuptools>=73.0.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["langgraph.templates.react_agent", "react_agent"]
|
||||
packages = ["langgraph.templates.agent", "agent"]
|
||||
[tool.setuptools.package-dir]
|
||||
"langgraph.templates.react_agent" = "src/react_agent"
|
||||
"react_agent" = "src/react_agent"
|
||||
"langgraph.templates.agent" = "src/agent"
|
||||
"agent" = "src/agent"
|
||||
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
|
||||
Reference in New Issue
Block a user