achine-learning +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= LangGraph: APIs for creating and executing LangGraph agents and tools +WWW= https://docs.langchain.com/oss/python/langgraph/overview + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}langchain-core>=1.0.0:misc/py-langchain-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}langgraph-checkpoint>=2.1.0:misc/py-langgraph-checkpoint@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include diff --git a/misc/py-langgraph-prebuilt/distinfo b/misc/py-langgraph-prebuilt/distinfo new file mode 100644 index 000000000000..8a8a872292f5 --- /dev/null +++ b/misc/py-langgraph-prebuilt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1767436652 +SHA256 (langgraph_prebuilt-1.0.5.tar.gz) = 85802675ad778cc7240fd02d47db1e0b59c0c86d8369447d77ce47623845db2d +SIZE (langgraph_prebuilt-1.0.5.tar.gz) = 144453 diff --git a/misc/py-langgraph-prebuilt/pkg-descr b/misc/py-langgraph-prebuilt/pkg-descr new file mode 100644 index 000000000000..aac10be432bc --- /dev/null +++ b/misc/py-langgraph-prebuilt/pkg-descr @@ -0,0 +1,2 @@ +langgraph-prebuilt provides an implementation of a tool-calling ReAct-style +agent - create_react_agent.