| Port details |
- py-langgraph LangGraph: Building stateful, multi-actor applications with LLMs
- 1.0.5 misc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-01-05 09:30:10
- Last Update: 2026-01-05 09:28:15
- Commit Hash: d934f3f
- Also Listed In: python
- License: MIT
- WWW:
- https://docs.langchain.com/oss/python/langgraph/overview
- https://github.com/langchain-ai/langgraph
- Description:
- LangGraph is a low-level orchestration framework for building, managing, and
deploying long-running, stateful agents.
Core benefits of LangGraph include:
- Durable execution: Build agents that persist through failures and can run
for extended periods, automatically resuming from exactly where they left off.
- Human-in-the-loop: Seamlessly incorporate human oversight by inspecting and
modifying agent state at any point during execution.
- Comprehensive memory: Create truly stateful agents with both short-term
working memory for ongoing reasoning and long-term persistent memory
across sessions.
- Debugging with LangSmith: Gain deep visibility into complex agent behavior
with visualization tools that trace execution paths, capture state
transitions, and provide detailed runtime metrics.
- Production-ready deployment: Deploy sophisticated agent systems confidently
with scalable infrastructure designed to handle the unique challenges of
stateful, long-running workflows.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}langgraph>0:misc/py-langgraph@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-langgraph/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-langgraph
- pkg install py311-langgraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-langgraph listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-langgraph
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1767436472
SHA256 (langgraph-1.0.5.tar.gz) = 7f6ae59622386b60fe9fa0ad4c53f42016b668455ed604329e7dc7904adbf3f8
SIZE (langgraph-1.0.5.tar.gz) = 493969
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-hatchling>0 : devel/py-hatchling@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-langchain-core>=0.1 : misc/py-langchain-core@py311
- py311-langgraph-checkpoint>=2.1.0<4.0.0 : misc/py-langgraph-checkpoint@py311
- py311-langgraph-prebuilt>=1.0.2<1.1.0 : misc/py-langgraph-prebuilt@py311
- py311-langgraph-sdk>=0.3.0<0.4.0 : misc/py-langgraph-sdk@py311
- py311-pydantic2>=2.7.4 : devel/py-pydantic2@py311
- py311-xxhash>=3.5.0 : devel/py-xxhash@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- misc/py-langchain
Configuration Options:
- No options to configure
- Options name:
- misc_py-langgraph
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|