Jared Alfaro

Results 1 issues of Jared Alfaro

## Summary Fixes schema validation error in read operations (`read_graph`, `search_nodes`, `open_nodes`). ## Problem The JSONL file stores entities with a `type` field to distinguish them from relations: ```json {"type":"entity","name":"...","entityType":"...","observations":[...]}...