Skip to content

Add episode refactor #1075

Add episode refactor

Add episode refactor #1075

Triggered via pull request April 26, 2025 03:59
Status Failure
Total duration 2m 51s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
arg-type: graphiti_core/utils/bulk_utils.py#L142
Argument 1 to "extract_nodes" has incompatible type "LLMClient"; expected "GraphitiClients"
arg-type: graphiti_core/utils/bulk_utils.py#L155
Argument 1 to "extract_edges" has incompatible type "LLMClient"; expected "GraphitiClients"
arg-type: graphiti_core/utils/bulk_utils.py#L194
Argument 2 to "get_relevant_nodes" has incompatible type "SearchFilters"; expected "list[EntityNode]"
arg-type: graphiti_core/utils/bulk_utils.py#L194
Argument 3 to "get_relevant_nodes" has incompatible type "list[EntityNode]"; expected "SearchFilters"
arg-type: graphiti_core/utils/bulk_utils.py#L228
Argument 3 to "get_relevant_edges" has incompatible type "None"; expected "SearchFilters"
arg-type: graphiti_core/utils/bulk_utils.py#L228
Argument 4 to "get_relevant_edges" has incompatible type "None"; expected "float"
mypy
Process completed with exit code 1.