functional api: Add ability to request previous output #5378
Annotations
10 errors and 1 warning
Analysing package code with our lint:
libs/langgraph/langgraph/func/__init__.py#L5
langgraph/func/__init__.py:5:8: F401 `inspect` imported but unused
|
Analysing package code with our lint:
libs/langgraph/langgraph/func/__init__.py#L28
langgraph/func/__init__.py:28:54: F401 `langgraph.types.StreamWriter` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Analysing package code with our lint:
libs/langgraph/langgraph/pregel/algo.py#L1
langgraph/pregel/algo.py:1:1: I001 Import block is un-sorted or un-formatted
|
Analysing package code with our lint:
libs/langgraph/langgraph/utils/runnable.py#L1
langgraph/utils/runnable.py:1:1: I001 Import block is un-sorted or un-formatted
|
Analysing package code with our lint:
libs/langgraph/tests/test_pregel.py#L5306
tests/test_pregel.py:5306:1: I001 Import block is un-sorted or un-formatted
|
Analysing package code with our lint:
libs/langgraph/tests/test_pregel.py#L5307
tests/test_pregel.py:5307:24: TID251 `typing.TypedDict` is banned: Use typing_extensions.TypedDict instead.
|
Analysing package code with our lint:
libs/langgraph/tests/test_pregel.py#L5307
tests/test_pregel.py:5307:24: F401 `typing.TypedDict` imported but unused
|
Analysing package code with our lint:
libs/langgraph/tests/test_pregel.py#L5307
tests/test_pregel.py:5307:35: F401 `typing.Annotated` imported but unused
|
Analysing package code with our lint:
libs/langgraph/tests/test_pregel.py#L5307
tests/test_pregel.py:5307:46: F401 `typing.NotRequired` imported but unused
|
Analysing package code with our lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading