Files
biz-bud/tests/stubs/langgraph/__init__.py
Travis Vasceannie 8ad47a7640 Modernize research graph metadata for LangGraph v1 (#60)
* Modernize research graph metadata for LangGraph v1

* Update src/biz_bud/core/langgraph/graph_builder.py

Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>

---------

Co-authored-by: qodo-merge-pro[bot] <151058649+qodo-merge-pro[bot]@users.noreply.github.com>
2025-09-19 03:01:18 -04:00

6 lines
148 B
Python

"""Lightweight test-oriented stub of the LangGraph package."""
from .graph import END, START, StateGraph
__all__ = ["StateGraph", "START", "END"]