* 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>
6 lines
148 B
Python
6 lines
148 B
Python
"""Lightweight test-oriented stub of the LangGraph package."""
|
|
|
|
from .graph import END, START, StateGraph
|
|
|
|
__all__ = ["StateGraph", "START", "END"]
|