17 lines
371 B
TOML
17 lines
371 B
TOML
[project]
|
|
name = "incagent"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"langchain-community>=0.4.1",
|
|
"langchain-core>=1.2.7",
|
|
"langchain-ollama>=1.0.1",
|
|
"langgraph>=1.0.6",
|
|
"langgraph-cli[inmem]>=0.4.11",
|
|
"langgraph-prebuilt>=1.0.6",
|
|
"langgraph-sdk>=0.3.3",
|
|
]
|
|
|