Build resilient agents.
3937 matches across 18 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 444 | def get_delta_channel_history( |
| LOW | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 405 | async def aget_delta_channel_history( |
| LOW | …ckpoint-postgres/langgraph/checkpoint/postgres/base.py | 412 | def _build_delta_channels_writes_history( |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 530 | async def _batch_list_namespaces_ops( |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 411 | def _prepare_batch_search_queries( |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 568 | def _get_batch_list_namespaces_queries( |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1073 | def _batch_list_namespaces_ops( |
| LOW | libs/checkpoint-postgres/tests/test_sync.py | 285 | def test_pending_sends_migration(saver_name: str) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_sync.py | 334 | def test_get_checkpoint_no_channel_values( |
| LOW | libs/checkpoint-postgres/tests/test_sync.py | 351 | def patched_load_checkpoint_tuple(value): |
| LOW | libs/checkpoint-postgres/tests/test_async.py | 297 | async def test_pending_sends_migration(saver_name: str) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async.py | 346 | async def test_get_checkpoint_no_channel_values( |
| LOW | libs/checkpoint-postgres/tests/test_async.py | 364 | async def patched_load_checkpoint_tuple(value): |
| LOW | libs/checkpoint-postgres/tests/test_async.py | 377 | async def test_delta_channel_chain_reconstruction(saver_name: str) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 220 | def test_batch_list_namespaces_ops(store: PostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 454 | def test_vector_store_initialization( |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 464 | def test_vector_insert_with_auto_embedding(vector_store: PostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 486 | def test_vector_update_with_embedding(vector_store: PostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 515 | def test_vector_search_with_filters( |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 559 | def test_vector_search_pagination(vector_store: PostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 578 | def test_vector_search_edge_cases(vector_store: PostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 606 | def test_embed_with_path_sync( |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 678 | def test_embed_with_path_operation_config( |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 335 | async def test_batch_list_namespaces_ops(store: AsyncPostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 379 | async def test_abatch_uses_single_pool_checkout(monkeypatch) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 474 | async def test_vector_store_initialization( |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 484 | async def test_vector_insert_with_auto_embedding( |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 508 | async def test_vector_update_with_embedding(vector_store: AsyncPostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 540 | async def test_vector_search_with_filters(vector_store: AsyncPostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 577 | async def test_vector_search_pagination(vector_store: AsyncPostgresStore) -> None: |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 597 | async def test_vector_search_edge_cases(vector_store: AsyncPostgresStore) -> None: |
| LOW | libs/langgraph/langgraph/types.py | 107 | def ensure_valid_checkpointer(checkpointer: Checkpointer) -> Checkpointer: |
| LOW | libs/langgraph/langgraph/callbacks.py | 154 | def _configure_graph_callbacks( |
| LOW | libs/langgraph/langgraph/callbacks.py | 363 | def get_sync_graph_callback_manager_for_config( |
| LOW | libs/langgraph/langgraph/callbacks.py | 380 | def get_async_graph_callback_manager_for_config( |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 113 | def _lookup_module_and_qualname( |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 157 | def _explode_args_trace_inputs( |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 175 | def get_runnable_for_entrypoint(func: Callable[..., Any]) -> Runnable: |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 770 | def _read_errors_from_pending_writes( |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 780 | def _read_error_for_task_id_from_pending_writes( |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 789 | def _read_error_source_node_from_pending_writes( |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 800 | def prepare_push_task_functional( |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 1110 | def prepare_node_error_handler_task( |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 1442 | def sanitize_untracked_values_in_send( |
| LOW | libs/langgraph/langgraph/pregel/_checkpoint.py | 37 | def delta_channels_to_snapshot( |
| LOW | libs/langgraph/langgraph/pregel/_checkpoint.py | 187 | async def achannels_from_checkpoint( |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 369 | def _push_graph_lifecycle_event( |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 724 | def _reapply_writes_to_succeeded_nodes( |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 739 | def _resume_error_handlers_if_applicable(self) -> None: |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1507 | def _checkpointer_put_after_previous( |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1759 | async def _checkpointer_put_after_previous( |
| LOW | libs/langgraph/langgraph/pregel/debug.py | 74 | def is_multiple_channel_write(value: Any) -> bool: |
| LOW | libs/langgraph/langgraph/pregel/main.py | 415 | def _normalize_stream_transformer_factories( |
| LOW | libs/langgraph/langgraph/pregel/main.py | 836 | def _apply_checkpointer_allowlist( |
| LOW | libs/langgraph/langgraph/pregel/main.py | 2857 | def emit_graph_lifecycle_events(loop: SyncPregelLoop) -> None: |
| LOW | libs/langgraph/langgraph/pregel/main.py | 3298 | async def aemit_graph_lifecycle_events(loop: AsyncPregelLoop) -> None: |
| LOW | libs/langgraph/langgraph/pregel/main.py | 4213 | def _coerce_checkpoint_values(payload: Any, mapper: Callable[[Any], Any]) -> None: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 171 | def _should_route_to_error_handler(self, task: PregelExecutableTask) -> bool: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 315 | def _is_user_raised_cancelled() -> bool: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 544 | def _checkpoint_ns_for_parent_command(ns: str) -> str: |
| 2112 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …ckpoint-postgres/langgraph/checkpoint/postgres/base.py | 77 | "ALTER TABLE checkpoint_blobs ALTER COLUMN blob DROP not null;", |
| HIGH | libs/langgraph/langgraph/pregel/_loop.py | 1674 | self.stack.push(self._suppress_interrupt) |
| HIGH | libs/langgraph/langgraph/pregel/_loop.py | 1933 | self.stack.push(self._suppress_interrupt) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 81 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 116 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 151 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 313 | self._log.push(stream) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 328 | self._log.push(stream) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 648 | self._channel.push(payload) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 659 | self._channel.push(payload) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 731 | self._log.push(handle) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 815 | handle._mux.push(event) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 957 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 993 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/transformers.py | 1033 | self._log.push(params["data"]) |
| HIGH | libs/langgraph/langgraph/stream/run_stream.py | 121 | self._mux.push(event) |
| HIGH | libs/langgraph/langgraph/stream/_mux.py | 296 | self._events.push(event) |
| HIGH | libs/langgraph/langgraph/stream/_mux.py | 378 | self._events.push(event) |
| HIGH | libs/langgraph/langgraph/stream/_mux.py | 523 | self._events.push(event) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 193 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 205 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 206 | mux.push(_tasks_result([], task_id="abc", name="agent")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 215 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 216 | mux.push(_tasks_result([], task_id="abc", name="agent", error="boom")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 225 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 226 | mux.push( |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 243 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 250 | mux.push(_tasks_start(["agent:abc", "tool:def"], task_id="t2", name="deep")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 262 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 271 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 280 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 299 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 300 | mux.push(_tasks_result([], task_id="abc", name="agent", error="boom")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 316 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 317 | mux.push(_tasks_result([], task_id="abc", name="agent")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 357 | mux.push(_tasks_start(["agent:abc"], task_id="t1", name="tool")) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 368 | mux.push(event) |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 134 | Mini-muxes are created during `mux.push(...)` when a new direct |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 99 | mux.push(_custom_event([], {"status": "processing"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 100 | mux.push(_custom_event([], {"status": "done"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 111 | mux.push(_custom_event(["subgraph:abc"], {"from": "child"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 121 | mux.push(_custom_event([], {"from": "root"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 122 | mux.push(_custom_event(["agent:abc"], {"from": "self"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 123 | mux.push(_custom_event(["agent:abc", "deep:def"], {"from": "child"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 134 | mux.push(_custom_event([], "string_payload")) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 135 | mux.push(_custom_event([], 42)) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 136 | mux.push(_custom_event([], [1, 2, 3])) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 146 | mux.push(_custom_event([], "data")) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 157 | mux.push( |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 193 | mux.push(_checkpoints_event([], checkpoint_data)) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 204 | mux.push(_checkpoints_event(["child:abc"], {"values": {"x": 1}})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 214 | mux.push(_checkpoints_event([], {"from": "root"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 215 | mux.push(_checkpoints_event(["sub:abc"], {"from": "self"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 225 | mux.push(_checkpoints_event([], {"values": {}})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 255 | mux.push(_debug_event([], debug_data)) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 266 | mux.push(_debug_event(["child:abc"], {"step": 0, "type": "task"})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 276 | mux.push(_debug_event([], {"step": 0, "type": "checkpoint", "payload": {}})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 277 | mux.push(_debug_event([], {"step": 1, "type": "task", "payload": {}})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 278 | mux.push(_debug_event([], {"step": 1, "type": "task_result", "payload": {}})) |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 290 | mux.push(_debug_event([], {"step": 0})) |
| 187 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | libs/langgraph/langgraph/pregel/_tools.py | 224 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/pregel/_tools.py | 226 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_types.py | 229 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_types.py | 231 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 158 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 160 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 347 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 349 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 460 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/_mux.py | 462 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 85 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 87 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 108 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 110 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 116 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 118 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 155 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 157 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 198 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 200 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 241 | # ------------------------------------------------------------------ |
| MEDIUM | libs/langgraph/langgraph/stream/stream_channel.py | 243 | # ------------------------------------------------------------------ |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 186 | # --------------------------------------------------------------------------- |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 188 | # --------------------------------------------------------------------------- |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 43 | # --------------------------------------------------------------------------- |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 45 | # --------------------------------------------------------------------------- |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 681 | # --------------------------------------------------------------------------- |
| MEDIUM | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 683 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_retry.py | 1802 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_retry.py | 1809 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_retry.py | 2304 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_retry.py | 2306 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 73 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 75 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 234 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 236 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 459 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 461 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 591 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 593 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 722 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 724 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 1993 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 1995 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2135 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2137 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2227 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2229 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2398 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_time_travel_async.py | 2400 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 89 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 91 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 182 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 184 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 239 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 241 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 304 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 306 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 380 | # --------------------------------------------------------------------------- |
| MEDIUM | libs/langgraph/tests/test_stream_data_transformers.py | 382 | # --------------------------------------------------------------------------- |
| 337 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …oint-postgres/langgraph/checkpoint/postgres/shallow.py | 0 | set up the checkpoint database asynchronously. this method creates the necessary tables in the postgres database if they |
| HIGH | …oint-postgres/langgraph/checkpoint/postgres/shallow.py | 0 | set up the checkpoint database asynchronously. this method creates the necessary tables in the postgres database if they |
| HIGH | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 0 | set up the checkpoint database asynchronously. this method creates the necessary tables in the postgres database if they |
| HIGH | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 0 | set up the checkpoint database asynchronously. this method creates the necessary tables in the postgres database if they |
| HIGH | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …s/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …s/checkpoint-sqlite/langgraph/checkpoint/sqlite/aio.py | 0 | delete all checkpoints and writes associated with a thread id. args: thread_id: the thread id to delete. returns: none |
| HIGH | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 0 | delete expired store items based on ttl. returns: int: the number of deleted items. |
| HIGH | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 0 | delete expired store items based on ttl. returns: int: the number of deleted items. |
| HIGH | libs/checkpoint-sqlite/langgraph/store/sqlite/aio.py | 0 | delete expired store items based on ttl. returns: int: the number of deleted items. |
| HIGH | libs/checkpoint-sqlite/langgraph/store/sqlite/base.py | 0 | delete expired store items based on ttl. returns: int: the number of deleted items. |
| HIGH | libs/checkpoint-postgres/tests/test_store.py | 0 | test that updating items properly updates their embeddings. |
| HIGH | libs/checkpoint-postgres/tests/test_async_store.py | 0 | test that updating items properly updates their embeddings. |
| HIGH | libs/checkpoint/tests/test_store.py | 0 | test that updating items properly updates their embeddings. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | test that updating items properly updates their embeddings. |
| HIGH | libs/checkpoint-sqlite/tests/test_async_store.py | 0 | test that updating items properly updates their embeddings. |
| HIGH | libs/checkpoint-postgres/tests/test_store.py | 0 | test operation-level field configuration for vector search. |
| HIGH | libs/checkpoint-postgres/tests/test_store.py | 0 | test operation-level field configuration for vector search. |
| HIGH | libs/checkpoint-postgres/tests/test_async_store.py | 0 | test operation-level field configuration for vector search. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | test operation-level field configuration for vector search. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | test operation-level field configuration for vector search. |
| HIGH | libs/checkpoint-postgres/tests/test_store.py | 0 | compute cosine similarity between a vector x and a matrix y. lazy import numpy for efficiency. |
| HIGH | libs/checkpoint/langgraph/store/memory/__init__.py | 0 | compute cosine similarity between a vector x and a matrix y. lazy import numpy for efficiency. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | compute cosine similarity between a vector x and a matrix y. lazy import numpy for efficiency. |
| HIGH | libs/checkpoint-postgres/tests/embed_test_utils.py | 0 | simple character-frequency based embeddings using random projections. |
| HIGH | libs/checkpoint/tests/embed_test_utils.py | 0 | simple character-frequency based embeddings using random projections. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | simple character-frequency based embeddings using random projections. |
| HIGH | libs/checkpoint-postgres/tests/embed_test_utils.py | 0 | initialize with embedding dimensions and random seed. |
| HIGH | libs/checkpoint/tests/embed_test_utils.py | 0 | initialize with embedding dimensions and random seed. |
| HIGH | libs/checkpoint-sqlite/tests/test_store.py | 0 | initialize with embedding dimensions and random seed. |
| HIGH | libs/langgraph/langgraph/pregel/_loop.py | 0 | put writes for a task, to be read by the next tick. |
| HIGH | libs/langgraph/langgraph/pregel/_loop.py | 0 | put writes for a task, to be read by the next tick. |
| HIGH | libs/langgraph/langgraph/pregel/_loop.py | 0 | put writes for a task, to be read by the next tick. |
| HIGH | libs/langgraph/bench/wide_dict.py | 0 | the external events that are converted by the graph. |
| HIGH | libs/langgraph/bench/pydantic_state.py | 0 | the external events that are converted by the graph. |
| HIGH | libs/langgraph/bench/wide_state.py | 0 | the external events that are converted by the graph. |
| HIGH | libs/langgraph/bench/wide_dict.py | 0 | sops fetched from the rulebook that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/pydantic_state.py | 0 | sops fetched from the rulebook that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/wide_state.py | 0 | sops fetched from the rulebook that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/wide_dict.py | 0 | memory docs fetched from the memory service that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/pydantic_state.py | 0 | memory docs fetched from the memory service that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/wide_state.py | 0 | memory docs fetched from the memory service that are relevant to the current conversation. |
| HIGH | libs/langgraph/bench/wide_dict.py | 0 | the issue categorizations auto-generated by the ai. |
| HIGH | libs/langgraph/bench/pydantic_state.py | 0 | the issue categorizations auto-generated by the ai. |
| HIGH | libs/langgraph/bench/wide_state.py | 0 | the issue categorizations auto-generated by the ai. |
| HIGH | libs/langgraph/bench/wide_dict.py | 0 | the crm information for organization the current user is from. |
| HIGH | libs/langgraph/bench/pydantic_state.py | 0 | the crm information for organization the current user is from. |
| HIGH | libs/langgraph/bench/wide_state.py | 0 | the crm information for organization the current user is from. |
| HIGH | …bs/langgraph/tests/test_stream_subgraph_transformer.py | 0 | strip push stamps from a streamchannel's internal buffer. |
| HIGH | libs/langgraph/tests/test_stream_data_transformers.py | 0 | strip push stamps from a streamchannel's internal buffer. |
| HIGH | …bs/langgraph/tests/test_stream_messages_transformer.py | 0 | strip push stamps from a streamchannel's internal buffer. |
| HIGH | …s/langgraph/tests/test_stream_lifecycle_transformer.py | 0 | strip push stamps from a streamchannel's internal buffer. |
| HIGH | libs/prebuilt/tests/test_tool_call_transformer.py | 0 | strip push stamps from a streamchannel's internal buffer. |
| HIGH | libs/checkpoint/langgraph/cache/memory/__init__.py | 0 | asynchronously get the cached values for the given keys. |
| HIGH | libs/checkpoint/langgraph/cache/redis/__init__.py | 0 | asynchronously get the cached values for the given keys. |
| 57 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/generate_redirects.py | 16 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 1 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 28 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 35 | |
| LOW | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 1 | |
| LOW | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 28 | |
| LOW | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 35 | |
| LOW | …ckpoint-postgres/langgraph/checkpoint/postgres/base.py | 1 | |
| LOW | …eckpoint-postgres/langgraph/store/postgres/__init__.py | 1 | |
| LOW | …eckpoint-postgres/langgraph/store/postgres/__init__.py | 2 | |
| LOW | …eckpoint-postgres/langgraph/store/postgres/__init__.py | 2 | |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 1 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1 | |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 2 | |
| LOW | libs/checkpoint-postgres/tests/test_async_store.py | 2 | |
| LOW | libs/langgraph/langgraph/warnings.py | 3 | |
| LOW | libs/langgraph/langgraph/constants.py | 5 | |
| LOW | libs/langgraph/langgraph/constants.py | 5 | |
| LOW | libs/langgraph/langgraph/constants.py | 5 | |
| LOW | libs/langgraph/langgraph/types.py | 1 | |
| LOW | libs/langgraph/langgraph/runtime.py | 1 | |
| LOW | libs/langgraph/langgraph/callbacks.py | 7 | |
| LOW | libs/langgraph/langgraph/errors.py | 1 | |
| LOW | libs/langgraph/langgraph/errors.py | 10 | |
| LOW | libs/langgraph/langgraph/typing.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_draw.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_read.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/_remote_run_stream.py | 2 | |
| LOW | libs/langgraph/langgraph/pregel/_tools.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_io.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/remote.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_checkpoint.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/protocol.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_write.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/__init__.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/__init__.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/types.py | 3 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/debug.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_validate.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_executor.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 1 | |
| LOW | libs/langgraph/langgraph/pregel/_utils.py | 1 | |
| LOW | libs/langgraph/langgraph/_internal/_cache.py | 1 | |
| LOW | libs/langgraph/langgraph/_internal/_typing.py | 3 | |
| LOW | libs/langgraph/langgraph/_internal/_serde.py | 1 | |
| 340 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | libs/langgraph/tests/test_retry.py | 177 | # Create a RetryPolicy with default_retry_on |
| MEDIUM | libs/langgraph/tests/test_retry.py | 271 | # Create a retry policy with specific parameters |
| MEDIUM | libs/langgraph/tests/test_retry.py | 346 | # Create a retry policy with jitter enabled |
| MEDIUM | libs/langgraph/tests/test_retry.py | 455 | # Create a retry policy with limited attempts |
| MEDIUM | libs/langgraph/tests/test_remote_graph.py | 1188 | # Create a test instance |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 9465 | # Create a fake chat model that returns a simple response |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 9468 | # Create a subgraph that uses the fake chat model |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 3850 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 7016 | # Define the subgraphs |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 7141 | # Define the subgraphs |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 9180 | # Define the graph with a sequence of nodes |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 2444 | # Define the function that determines whether to continue or not |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 2454 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 2457 | # Define the two nodes we will cycle between |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 556 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 1708 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 1711 | # Define the two nodes we will cycle between |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 3167 | # Define the function that determines whether to continue or not |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 3180 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 3183 | # Define the two nodes we will cycle between |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 3828 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 545 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 1429 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 1432 | # Define the two nodes we will cycle between |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 2116 | # Define the function that determines whether to continue or not |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 2126 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 2129 | # Define the two nodes we will cycle between |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 8836 | # Create a fake chat model that returns a simple response |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 8839 | # Create a subgraph that uses the fake chat model |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 1844 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 1910 | # Define a new graph |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 6457 | # Define the subgraphs |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 6576 | # Define the subgraphs |
| MEDIUM | libs/langgraph/tests/test_pregel.py | 8553 | # Define the graph with a sequence of nodes |
| MEDIUM | libs/checkpoint/tests/test_redis_cache.py | 307 | # Create a large data structure |
| MEDIUM | libs/sdk-py/langgraph_sdk/_async/stream.py | 1257 | # Create the run-done future here (async context guarantees a running loop). |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/tool_validator.py | 1 | """This module provides a ValidationNode class that can be used to validate tool calls |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 660 | # Define the function that calls the model |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 788 | # Define a new graph |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 830 | # Define the function that determines whether to continue or not |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 861 | # Define a new graph |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 866 | # Define the two nodes we will cycle between |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/tool_node.py | 549 | # Create a copy of the error dict to avoid mutating the original |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1034 | # Create the tool request with state and runtime |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1181 | # Create the tool request with state and runtime |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1104 | # Define the subgraphs |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1245 | # Create a React agent |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1260 | # Create a subgraph that uses the React agent as a node |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1276 | # Create the main workflow with the React agent as a subgraph node |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1336 | # Create a React agent |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1351 | # Create a subgraph that uses the React agent as a node |
| MEDIUM | libs/prebuilt/tests/test_react_agent.py | 1369 | # Create the main workflow with the React agent as a subgraph node |
| MEDIUM | libs/prebuilt/tests/test_tool_node.py | 1628 | # Create a mock ToolCall |
| MEDIUM | libs/prebuilt/tests/test_tool_node.py | 1631 | # Create a ToolCallRequest |
| MEDIUM | libs/prebuilt/tests/test_tool_node.py | 1883 | # Create a mock runtime with context |
| MEDIUM | libs/cli/langgraph_cli/docker.py | 218 | # Define the Redis service first as per the test order |
| MEDIUM | libs/cli/tests/unit_tests/test_config.py | 2451 | # Create a properly indented version of FORMATTED_CLEANUP_LINES for compose files |
| MEDIUM | libs/cli/tests/unit_tests/cli/test_templates.py | 28 | # Create a mock response that behaves like a context manager |
| MEDIUM | libs/cli/tests/unit_tests/cli/test_cli.py | 32 | # Create a temporary directory |
| MEDIUM | libs/cli/tests/unit_tests/cli/test_cli.py | 35 | # Define the path for the config.json file |
| 28 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …oint-postgres/langgraph/checkpoint/postgres/shallow.py | 487 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 112 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 192 | |
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 405 | |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 227 | |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 501 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 297 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 411 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 568 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 622 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 756 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 823 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 915 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1043 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1088 | |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 854 | |
| LOW | libs/checkpoint-postgres/tests/test_sync.py | 125 | |
| LOW | libs/checkpoint-postgres/tests/test_async.py | 143 | |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 34 | |
| LOW | libs/checkpoint-postgres/tests/test_store.py | 803 | |
| LOW | libs/langgraph/langgraph/types.py | 793 | |
| LOW | libs/langgraph/langgraph/pregel/_draw.py | 42 | |
| LOW | libs/langgraph/langgraph/pregel/_read.py | 222 | |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 200 | |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 232 | |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 524 | |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 1280 | |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 1348 | |
| LOW | libs/langgraph/langgraph/pregel/_io.py | 56 | |
| LOW | libs/langgraph/langgraph/pregel/_io.py | 81 | |
| LOW | libs/langgraph/langgraph/pregel/_io.py | 118 | |
| LOW | libs/langgraph/langgraph/pregel/remote.py | 90 | |
| LOW | libs/langgraph/langgraph/pregel/remote.py | 757 | |
| LOW | libs/langgraph/langgraph/pregel/_checkpoint.py | 61 | |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 836 | |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1393 | |
| LOW | libs/langgraph/langgraph/pregel/_write.py | 172 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 426 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 106 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 191 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 223 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 307 | |
| LOW | libs/langgraph/langgraph/pregel/_messages.py | 336 | |
| LOW | libs/langgraph/langgraph/pregel/debug.py | 209 | |
| LOW | libs/langgraph/langgraph/pregel/_validate.py | 13 | |
| LOW | libs/langgraph/langgraph/pregel/_validate.py | 110 | |
| LOW | libs/langgraph/langgraph/pregel/_executor.py | 186 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 4151 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 1074 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 1588 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 2039 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 2626 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 3032 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 3803 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 3980 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 1638 | |
| LOW | libs/langgraph/langgraph/pregel/main.py | 2089 | |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 616 | |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 650 | |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 700 | |
| 192 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | …oint-postgres/langgraph/checkpoint/postgres/shallow.py | 306 | Get a checkpoint tuple from the database. This method retrieves a checkpoint tuple from the Postgres database b |
| HIGH | …oint-postgres/langgraph/checkpoint/postgres/shallow.py | 381 | Save a checkpoint to the database. This method saves a checkpoint to the Postgres database. The checkpoint is a |
| HIGH | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 120 | List checkpoints from the database. This method retrieves a list of checkpoint tuples from the Postgres databas |
| HIGH | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 193 | Get a checkpoint tuple from the database. This method retrieves a checkpoint tuple from the Postgres database b |
| HIGH | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 270 | Save a checkpoint to the database. This method saves a checkpoint to the Postgres database. The checkpoint is a |
| HIGH | libs/langgraph/langgraph/types.py | 812 | Interrupt the graph with a resumable exception from within a node. The `interrupt` function enables human-in-the-lo |
| HIGH | libs/langgraph/langgraph/pregel/main.py | 1593 | Apply updates to the graph state in bulk. Requires a checkpointer to be set. Args: config: The conf |
| HIGH | libs/langgraph/langgraph/pregel/main.py | 2044 | Asynchronously apply updates to the graph state in bulk. Requires a checkpointer to be set. Args: c |
| HIGH | libs/langgraph/langgraph/stream/_types.py | 239 | Schedule a coroutine tied to this transformer's lifecycle. The mux holds the task reference, awaits all schedul |
| HIGH | libs/langgraph/langgraph/stream/run_stream.py | 196 | Iterate multiple projections in arrival order, yielding ``(name, item)``. Items are ordered by a monotonic push |
| HIGH | libs/langgraph/langgraph/stream/stream_channel.py | 246 | Subscribe and return `n` independent sync iterators. Each branch has its own buffer; items pulled from the |
| HIGH | libs/langgraph/langgraph/stream/stream_channel.py | 289 | Subscribe and return `n` independent async iterators. Caller-driven fan-out: each branch's `__anext__` either p |
| HIGH | libs/langgraph/langgraph/graph/state.py | 916 | Add a directed edge from the start node (or list of start nodes) to the end node. When a single start node is p |
| HIGH | libs/langgraph/langgraph/graph/state.py | 1026 | Add a sequence of nodes that will be executed in the provided order. Args: nodes: A sequence of `St |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 240 | Fetch a checkpoint tuple using the given configuration. Args: config: Configuration specifying whic |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 261 | List checkpoints that match the given criteria. Args: config: Base configuration for filtering chec |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 284 | Store a checkpoint with its configuration and metadata. Args: config: Configuration for the checkpo |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 430 | Asynchronously fetch a checkpoint tuple using the given configuration. Args: config: Configuration |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 451 | Asynchronously list checkpoints that match the given criteria. Args: config: Base configuration for |
| HIGH | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 475 | Asynchronously store a checkpoint with its configuration and metadata. Args: config: Configuration |
| HIGH | libs/checkpoint/langgraph/store/base/embed.py | 163 | Embed a list of texts into vectors. Args: texts: list of texts to convert to embeddings. R |
| HIGH | libs/sdk-py/langgraph_sdk/encryption/__init__.py | 78 | Register a blob encryption handler. The handler will be called to encrypt opaque data like checkpoint blobs. |
| HIGH | libs/sdk-py/langgraph_sdk/encryption/__init__.py | 107 | Register the JSON encryption handler. Example: ```python @encryption.encrypt.json |
| HIGH | libs/sdk-py/langgraph_sdk/encryption/__init__.py | 145 | Register a blob decryption handler. The handler will be called to decrypt opaque data like checkpoint blobs. |
| HIGH | libs/sdk-py/langgraph_sdk/encryption/__init__.py | 174 | Register the JSON decryption handler. Example: ```python @encryption.decrypt.json |
| HIGH | libs/sdk-py/langgraph_sdk/auth/__init__.py | 226 | Register an authentication handler function. The authentication handler is responsible for verifying credential |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 173 | Replace the request with a new request with the given overrides. Returns a new `ToolCallRequest` instance with |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 403 | Generate error message content based on exception handling configuration. This function centralizes error message g |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 445 | Infer exception types handled by a custom error handler function. This function analyzes the type annotations of a |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 928 | Execute tool call with configured error handling. Args: request: Tool execution request. |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1075 | Execute tool call asynchronously with configured error handling. Args: request: Tool execution requ |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1321 | Inject graph state, store, and runtime into tool call arguments. This is an internal method that enables tools |
| HIGH | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1586 | Conditional routing function for tool-calling workflows. This utility function implements the standard conditional |
| HIGH | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 100 | Create a new SqliteSaver instance from a connection string. Args: conn_string: The SQLite connectio |
| HIGH | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 192 | Get a checkpoint tuple from the database. This method retrieves a checkpoint tuple from the SQLite database bas |
| HIGH | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 303 | List checkpoints from the database. This method retrieves a list of checkpoint tuples from the SQLite database |
| HIGH | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 394 | Save a checkpoint to the database. This method saves a checkpoint to the SQLite database. The checkpoint is ass |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ckpoint-postgres/langgraph/checkpoint/postgres/base.py | 35 | except Exception: |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 271 | except Exception as e: |
| LOW | …bs/checkpoint-postgres/langgraph/store/postgres/aio.py | 349 | except Exception as exc: |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 864 | except Exception as exc: |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 869 | except Exception as exc: |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1118 | except Exception as e: |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1140 | except Exception as e: |
| LOW | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 1242 | except Exception as e: |
| MEDIUM | …s/checkpoint-postgres/langgraph/store/postgres/base.py | 854 | def _sweep_loop() -> None: |
| LOW | libs/langgraph/langgraph/pregel/_read.py | 187 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_call.py | 79 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_remote_run_stream.py | 233 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_remote_run_stream.py | 237 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_remote_run_stream.py | 363 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_remote_run_stream.py | 367 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 647 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 222 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 350 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 414 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 564 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_runner.py | 940 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 413 | except Exception: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 641 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 762 | except Exception as writer_exc: |
| LOW | libs/langgraph/langgraph/pregel/_retry.py | 795 | except Exception as exc: |
| LOW | libs/langgraph/langgraph/_internal/_serde.py | 224 | except Exception: |
| LOW | libs/langgraph/langgraph/_internal/_serde.py | 235 | except Exception: |
| LOW | libs/langgraph/langgraph/stream/transformers.py | 897 | except Exception: |
| LOW | libs/langgraph/langgraph/stream/transformers.py | 913 | except Exception: |
| LOW | libs/langgraph/langgraph/stream/run_stream.py | 127 | except Exception as e: |
| LOW | libs/langgraph/langgraph/stream/run_stream.py | 144 | except Exception: |
| LOW | libs/langgraph/langgraph/stream/run_stream.py | 419 | except Exception as e: |
| LOW | libs/langgraph/langgraph/stream/run_stream.py | 442 | except Exception: |
| LOW | libs/langgraph/langgraph/stream/stream_channel.py | 334 | except Exception as e: |
| LOW | libs/langgraph/langgraph/graph/_branch.py | 115 | except Exception: |
| LOW | libs/langgraph/langgraph/channels/binop.py | 77 | except Exception: |
| LOW | libs/langgraph/tests/conftest.py | 86 | except Exception: |
| LOW | libs/langgraph/tests/test_delta_channel_benchmark.py | 227 | except Exception: |
| LOW | libs/langgraph/tests/test_remote_graph_v3.py | 586 | except Exception: |
| MEDIUM | libs/langgraph/tests/test_pregel_async.py | 266 | def main(): |
| LOW | libs/langgraph/tests/test_pregel_async.py | 8750 | except Exception as e: |
| LOW | libs/langgraph/tests/test_serde_allowlist.py | 83 | except Exception: |
| MEDIUM | libs/langgraph/tests/test_serde_allowlist.py | 80 | def test_curated_core_allowlist_includes_messages() -> None: |
| LOW | libs/langgraph/tests/test_tracing_interops.py | 51 | except Exception as e: |
| LOW | libs/langgraph/tests/test_pregel.py | 8324 | except Exception as e: |
| LOW | libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 665 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/memory/__init__.py | 701 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 207 | except Exception as exc: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 652 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 665 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 676 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 689 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 702 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 704 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 722 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 724 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 740 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 766 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 779 | except Exception: |
| LOW | libs/checkpoint/langgraph/checkpoint/serde/jsonplus.py | 790 | except Exception: |
| 83 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …int-postgres/langgraph/checkpoint/postgres/__init__.py | 158 | # if we change this to use .stream() we need to make sure to close the cursor |
| LOW | …eckpoint-postgres/langgraph/checkpoint/postgres/aio.py | 147 | # if we change this to use .stream() we need to make sure to close the cursor |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 1728 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 2492 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/langgraph/tests/test_large_cases.py | 3218 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 1449 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/langgraph/tests/test_large_cases_async.py | 2164 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/prebuilt/langgraph/prebuilt/chat_agent_executor.py | 994 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/cli/examples/graphs_reqs_b/graphs_submod/agent.py | 99 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/cli/examples/graph_prerelease_reqs_fail/agent.py | 88 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/cli/examples/graph_prerelease_reqs/agent.py | 87 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/cli/examples/graphs/agent.py | 95 | # meaning you can use it as you would any other runnable |
| MEDIUM | libs/cli/examples/graphs_reqs_a/graphs_submod/agent.py | 98 | # meaning you can use it as you would any other runnable |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/generate_redirects.py | 97 | # Check if path has a file extension (e.g., .txt, .xml) |
| LOW | libs/langgraph/langgraph/pregel/_algo.py | 488 | # Check if any processes should be run in next step |
| LOW | libs/langgraph/langgraph/graph/state.py | 839 | # Check if it's a Command type |
| LOW | libs/langgraph/tests/test_pregel_async.py | 8415 | # Check if there are only two checkpoints |
| LOW | libs/langgraph/tests/test_pregel.py | 7948 | # Check if there are only two checkpoints |
| LOW | libs/prebuilt/langgraph/prebuilt/tool_node.py | 546 | # Check if error location contains any injected argument |
| LOW | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1001 | # Check if this error should be handled |
| LOW | libs/prebuilt/langgraph/prebuilt/tool_node.py | 1148 | # Check if this error should be handled |
| LOW | libs/cli/langgraph_cli/config.py | 919 | # Check if it's a file path |
| LOW | libs/cli/langgraph_cli/templates.py | 143 | # Check if path exists and is not empty |
| LOW | libs/cli/langgraph_cli/cli.py | 618 | # Check if the .env file exists in the same directory as the Dockerfile |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 680 | # Check if Dockerfile was created |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 724 | # Check if Dockerfile was created |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 795 | # Check if Dockerfile, .dockerignore, docker-compose.yml, and .env were created |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 981 | # Check if Dockerfile was created and contains correct FROM line |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 1021 | # Check if Dockerfile was created and contains correct FROM line |
| LOW | libs/cli/tests/unit_tests/cli/test_cli.py | 1057 | # Check if Dockerfile was created and contains correct FROM line |
| LOW | libs/checkpoint-sqlite/tests/test_store.py | 471 | # Check if vector tables exist |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ckpoint-postgres/langgraph/checkpoint/postgres/base.py | 181 | # |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 201 | # local `futs` then reset to `[]` and wait/gather) before putting the |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 221 | _exit_delta_writes: list[tuple[int, str, str, Any]] | None = None |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 861 | |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 941 | # save a fork checkpoint so the replayed execution creates a |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1021 | # Pass the resolved before-bound checkpoint ID so subgraphs can |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1061 | self._push_graph_lifecycle_event("resume") |
| LOW | libs/langgraph/langgraph/pregel/_loop.py | 1081 | # Each delta channel tracks a (updates, supersteps) tuple: |
| LOW | libs/langgraph/langgraph/_internal/_constants.py | 61 | # holds a callback to be called when a node is finished |
| LOW | libs/langgraph/langgraph/stream/transformers.py | 401 | |
| LOW | libs/langgraph/tests/test_large_cases.py | 2461 | # Set the entrypoint as `agent` |
| LOW | libs/langgraph/tests/test_large_cases_async.py | 2141 | "agent", |
| LOW | …s/langgraph/tests/test_stream_lifecycle_transformer.py | 441 | # Subagent discrimination via lc_agent_name transition |
| LOW | libs/sdk-py/integration/docker-compose.yml | 61 | |
| LOW | libs/cli/js-examples/src/agent/graph.ts | 81 | return "__end__"; |
| LOW | libs/cli/examples/graphs_reqs_b/graphs_submod/agent.py | 81 | # END is a special node marking that the graph should finish. |
| LOW | libs/cli/examples/graph_prerelease_reqs_fail/agent.py | 61 | # We now add a conditional edge |
| LOW | libs/cli/examples/graph_prerelease_reqs/agent.py | 61 | workflow.add_conditional_edges( |
| LOW | libs/cli/examples/graph_prerelease_reqs/agent.py | 81 | # We now add a normal edge from `tools` to `agent`. |
| LOW | libs/cli/examples/graphs/storm.py | 401 | # Using turbo preview since the context can get quite long |
| LOW | libs/cli/examples/graphs/agent.py | 61 | workflow.add_node("agent", call_model) |
| LOW | .github/workflows/release.yml | 161 | - uses: actions/checkout@v6 |
| LOW | .github/workflows/tag-external-issues.yml | 1 | # Automatically tag issues as "external" or "internal" based on whether |
| LOW | .github/workflows/tag-external-prs.yml | 1 | # Automatically tag pull requests as "external" or "internal" based on |
| LOW | .github/workflows/require_issue_link.yml | 1 | # Require external PRs to reference an approved issue (e.g. Fixes #NNN) and |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | libs/sdk-py/tests/test_api_parity.py | 83 | # Use inspect.signature for parameter names (robust across versions) |
| MEDIUM | libs/sdk-py/tests/streaming/test_sync_projections.py | 123 | # Task 10.7 — comprehensive sync messages projection tests |
| MEDIUM | libs/sdk-py/tests/streaming/test_sync_projections.py | 292 | # Task 10.7 — comprehensive sync tool_calls projection tests |
| MEDIUM | libs/sdk-py/langgraph_sdk/schema.py | 448 | """Whether to persist the stream chunks in order to resume the stream later.""" |
| LOW | libs/prebuilt/tests/test_on_tool_call.py | 216 | # Don't call execute, just return None (invalid) |
| MEDIUM | libs/cli/examples/graphs/storm.py | 136 | """You need to select a diverse (and distinct) group of Wikipedia editors who will work together to create a |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | libs/checkpoint/langgraph/checkpoint/base/__init__.py | 466 | |
| MEDIUM | libs/sdk-py/tests/streaming/test_sync_thread_stream.py | 137 | |
| MEDIUM | libs/sdk-py/tests/streaming/test_sync_thread_stream.py | 208 | |
| MEDIUM | libs/sdk-py/tests/streaming/test_transport_ws.py | 484 | |
| MEDIUM | libs/sdk-py/tests/streaming/test_controller.py | 284 | |
| MEDIUM | libs/sdk-py/tests/streaming/test_controller.py | 329 | |
| MEDIUM | …ckpoint-sqlite/langgraph/checkpoint/sqlite/__init__.py | 609 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | libs/sdk-py/langgraph_sdk/_async/store.py | 213 | filter={"author": "John Doe"}, |
| LOW | libs/sdk-py/langgraph_sdk/_async/store.py | 230 | "author": "John Doe" |
| LOW | libs/sdk-py/langgraph_sdk/_sync/store.py | 213 | filter={"author": "John Doe"}, |
| LOW | libs/sdk-py/langgraph_sdk/_sync/store.py | 229 | "author": "John Doe" |
| LOW | libs/checkpoint-sqlite/tests/test_store.py | 1004 | {"title": "Doc 1", "author": "John Doe", "tags": ["important"]}, |
| LOW | libs/checkpoint-sqlite/tests/test_store.py | 1006 | {"title": "Report A", "author": "John Doe", "tags": ["final"]}, |
| LOW | libs/checkpoint-sqlite/tests/test_store.py | 1039 | john_items = store.search((base,), filter={"author": "John Doe"}) |
| LOW | libs/checkpoint-sqlite/tests/test_store.py | 1041 | assert all(item.value["author"] == "John Doe" for item in john_items) |
| LOW | libs/checkpoint-sqlite/tests/test_async_store.py | 674 | {"title": "Doc 1", "author": "John Doe", "tags": ["important"]}, |
| LOW | libs/checkpoint-sqlite/tests/test_async_store.py | 676 | {"title": "Report A", "author": "John Doe", "tags": ["final"]}, |
| LOW | libs/checkpoint-sqlite/tests/test_async_store.py | 709 | john_items = await store.asearch((base,), filter={"author": "John Doe"}) |
| LOW | libs/checkpoint-sqlite/tests/test_async_store.py | 711 | assert all(item.value["author"] == "John Doe" for item in john_items) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| HIGH | libs/cli/langgraph_cli/cli.py | 626 | "# LANGSMITH_API_KEY=your-api-key", |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ckpoint/conformance/spec/test_delta_channel_history.py | 181 | # Step 1: plain value (migration case — old checkpoint before delta) |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | libs/prebuilt/tests/test_validation_node.py | 15 | def my_function(some_val: int, some_other_val: str) -> str: |