LICENSE
README.md
pyproject.toml
src/graphstore/__init__.py
src/graphstore/bonsai_dsl_prompt.txt
src/graphstore/bonsai_dsl_prompt_lite.txt
src/graphstore/bonsai_ingestor.py
src/graphstore/cli.py
src/graphstore/config.py
src/graphstore/cron.py
src/graphstore/entity_resolver.py
src/graphstore/gpu.py
src/graphstore/llm_runner.py
src/graphstore/pro.py
src/graphstore/pro_probe.py
src/graphstore/py.typed
src/graphstore/server.py
src/graphstore/store.py
src/graphstore/wal.py
src/graphstore.egg-info/PKG-INFO
src/graphstore.egg-info/SOURCES.txt
src/graphstore.egg-info/dependency_links.txt
src/graphstore.egg-info/entry_points.txt
src/graphstore.egg-info/requires.txt
src/graphstore.egg-info/top_level.txt
src/graphstore/algos/__init__.py
src/graphstore/algos/aggregate.py
src/graphstore/algos/chunker.py
src/graphstore/algos/column_ops.py
src/graphstore/algos/compact.py
src/graphstore/algos/compressed.py
src/graphstore/algos/consolidation.py
src/graphstore/algos/cost.py
src/graphstore/algos/edges_ops.py
src/graphstore/algos/eviction.py
src/graphstore/algos/fusion.py
src/graphstore/algos/graph.py
src/graphstore/algos/materialization.py
src/graphstore/algos/measure.py
src/graphstore/algos/sentence_split.py
src/graphstore/algos/sort.py
src/graphstore/algos/spreading.py
src/graphstore/algos/string_gc.py
src/graphstore/algos/text.py
src/graphstore/algos/visibility.py
src/graphstore/core/__init__.py
src/graphstore/core/columns.py
src/graphstore/core/compressed_edges.py
src/graphstore/core/compute_profile.py
src/graphstore/core/edges.py
src/graphstore/core/errors.py
src/graphstore/core/memory.py
src/graphstore/core/optimizer.py
src/graphstore/core/path.py
src/graphstore/core/path_lock.py
src/graphstore/core/plan_cache.py
src/graphstore/core/queue.py
src/graphstore/core/runtime.py
src/graphstore/core/scheduler.py
src/graphstore/core/schema.py
src/graphstore/core/store.py
src/graphstore/core/strings.py
src/graphstore/core/temporal.py
src/graphstore/core/types.py
src/graphstore/core/evolve/__init__.py
src/graphstore/core/evolve/_defaults.py
src/graphstore/core/evolve/_impl.py
src/graphstore/document/__init__.py
src/graphstore/document/store.py
src/graphstore/dsl/__init__.py
src/graphstore/dsl/ast_nodes.py
src/graphstore/dsl/cost_estimator.py
src/graphstore/dsl/executor.py
src/graphstore/dsl/executor_base.py
src/graphstore/dsl/executor_system.py
src/graphstore/dsl/filtering.py
src/graphstore/dsl/grammar.lark
src/graphstore/dsl/parser.py
src/graphstore/dsl/tagger.py
src/graphstore/dsl/transformer.py
src/graphstore/dsl/visibility.py
src/graphstore/dsl/handlers/__init__.py
src/graphstore/dsl/handlers/_registry.py
src/graphstore/dsl/handlers/aggregation.py
src/graphstore/dsl/handlers/beliefs.py
src/graphstore/dsl/handlers/context.py
src/graphstore/dsl/handlers/edges.py
src/graphstore/dsl/handlers/ingest.py
src/graphstore/dsl/handlers/intelligence.py
src/graphstore/dsl/handlers/mutations.py
src/graphstore/dsl/handlers/nodes.py
src/graphstore/dsl/handlers/pattern.py
src/graphstore/dsl/handlers/traversal.py
src/graphstore/dsl/sys/__init__.py
src/graphstore/dsl/sys/_registry.py
src/graphstore/dsl/sys/cron.py
src/graphstore/dsl/sys/evolve.py
src/graphstore/dsl/sys/lifecycle.py
src/graphstore/dsl/sys/pipeline.py
src/graphstore/dsl/sys/queries.py
src/graphstore/dsl/sys/schema.py
src/graphstore/embedding/__init__.py
src/graphstore/embedding/base.py
src/graphstore/embedding/fastembed_embedder.py
src/graphstore/embedding/llamacpp_embedder.py
src/graphstore/embedding/model2vec_embedder.py
src/graphstore/embedding/onnx_hf_embedder.py
src/graphstore/embedding/postprocess.py
src/graphstore/embedding/reranker.py
src/graphstore/ingest/__init__.py
src/graphstore/ingest/base.py
src/graphstore/ingest/chunker.py
src/graphstore/ingest/connector.py
src/graphstore/ingest/docling_ingestor.py
src/graphstore/ingest/entity_extract.py
src/graphstore/ingest/markitdown_ingestor.py
src/graphstore/ingest/pymupdf4llm_ingestor.py
src/graphstore/ingest/registry.py
src/graphstore/ingest/router.py
src/graphstore/ingest/vision.py
src/graphstore/ingest/vision_sidecar.py
src/graphstore/ingest/whisper_ingestor.py
src/graphstore/persistence/__init__.py
src/graphstore/persistence/database.py
src/graphstore/persistence/deserializer.py
src/graphstore/persistence/serializer.py
src/graphstore/query/__init__.py
src/graphstore/query/agg.py
src/graphstore/query/escape.py
src/graphstore/query/evolve_expr.py
src/graphstore/query/filters.py
src/graphstore/query/pattern.py
src/graphstore/query/plugins.py
src/graphstore/query/py.typed
src/graphstore/query/runtime.py
src/graphstore/query/time_expr.py
src/graphstore/query/verbs/__init__.py
src/graphstore/query/verbs/cron.py
src/graphstore/query/verbs/evolve.py
src/graphstore/query/verbs/reads.py
src/graphstore/query/verbs/sys.py
src/graphstore/query/verbs/traversal.py
src/graphstore/query/verbs/vault.py
src/graphstore/query/verbs/writes.py
src/graphstore/registry/__init__.py
src/graphstore/registry/installer.py
src/graphstore/registry/models.py
src/graphstore/vault/__init__.py
src/graphstore/vault/executor.py
src/graphstore/vault/manager.py
src/graphstore/vault/parser.py
src/graphstore/vault/sync.py
src/graphstore/vector/__init__.py
src/graphstore/vector/store.py
tests/test_admin_contracts.py
tests/test_aggregate.py
tests/test_algos_purity.py
tests/test_answer.py
tests/test_atomic_compaction.py
tests/test_auto_reembed.py
tests/test_beam_graphstore.py
tests/test_beliefs.py
tests/test_bonsai_ingestor.py
tests/test_cli_pro.py
tests/test_column_integration.py
tests/test_columnar_store.py
tests/test_columns.py
tests/test_command_queue.py
tests/test_compact.py
tests/test_compressed_graph.py
tests/test_compute_profile.py
tests/test_config.py
tests/test_cost_estimator.py
tests/test_cron.py
tests/test_deferred_embeddings.py
tests/test_deserializer_kinds.py
tests/test_document_store.py
tests/test_dsl_parser.py
tests/test_dsl_system.py
tests/test_dsl_user_reads.py
tests/test_dsl_user_writes.py
tests/test_e2e_real_embedder.py
tests/test_edges.py
tests/test_edges_to_perf.py
tests/test_embedding.py
tests/test_entity_extract.py
tests/test_entity_extraction.py
tests/test_entity_resolver.py
tests/test_eviction.py
tests/test_evolution.py
tests/test_evolution_wiring.py
tests/test_extensibility.py
tests/test_fusion.py
tests/test_gaps.py
tests/test_gpu.py
tests/test_incremental_checkpoint.py
tests/test_ingest.py
tests/test_ingest_pdf_page_provenance.py
tests/test_integration.py
tests/test_integration_fixtures.py
tests/test_locomo_scoring_parity.py
tests/test_log_layer.py
tests/test_longmemeval_benchmark.py
tests/test_materialization.py
tests/test_memory.py
tests/test_memory_accounting.py
tests/test_merge.py
tests/test_mutations.py
tests/test_onnx_embedder.py
tests/test_optimizer.py
tests/test_order_by_string.py
tests/test_path.py
tests/test_path_lock.py
tests/test_persistence.py
tests/test_pipeline_refactor.py
tests/test_pro.py
tests/test_pro_probe.py
tests/test_query_coverage.py
tests/test_query_defensive_branches.py
tests/test_query_end_to_end.py
tests/test_query_escape.py
tests/test_query_filters.py
tests/test_query_final_coverage.py
tests/test_query_pr6_gaps.py
tests/test_query_pr7_typed_subdsls.py
tests/test_query_properties.py
tests/test_query_raw_and_plugins.py
tests/test_query_remaining_branches.py
tests/test_query_runtime.py
tests/test_query_verbs_core.py
tests/test_query_verbs_sys.py
tests/test_query_verbs_traversal.py
tests/test_query_verbs_writes.py
tests/test_ratchet_recall.py
tests/test_recall.py
tests/test_remember.py
tests/test_remember_signals.py
tests/test_retrieval_improvements.py
tests/test_retrieval_loop_controls.py
tests/test_runtime_state.py
tests/test_schema.py
tests/test_sentence_expansion.py
tests/test_server.py
tests/test_server_endpoints.py
tests/test_server_security.py
tests/test_similar.py
tests/test_sort.py
tests/test_store.py
tests/test_store_pro_profile.py
tests/test_strings.py
tests/test_sys_status.py
tests/test_types.py
tests/test_untested_commands.py
tests/test_vault.py
tests/test_vector_persist.py
tests/test_vector_store.py
tests/test_vision_sidecar.py
tests/test_wal.py
tests/test_whisper_ingestor.py