LICENSE
README.md
pyproject.toml
jmfts.egg-info/PKG-INFO
jmfts.egg-info/SOURCES.txt
jmfts.egg-info/dependency_links.txt
jmfts.egg-info/entry_points.txt
jmfts.egg-info/requires.txt
jmfts.egg-info/top_level.txt
jmfts_batch/README.md
jmfts_batch/__init__.py
jmfts_batch/cli.py
jmfts_batch/provider.py
jmfts_batch/summarize.py
jmfts_batch/worker.py
jmfts_batch/providers/__init__.py
jmfts_batch/providers/anthropic_api.py
jmfts_batch/providers/mock.py
jmfts_batch/providers/openai_api.py
jmfts_core/__init__.py
jmfts_core/access.py
jmfts_core/arxiv_fetch.py
jmfts_core/chunking.py
jmfts_core/citation_tasks.py
jmfts_core/client.py
jmfts_core/config.py
jmfts_core/conversation_ingest.py
jmfts_core/database.py
jmfts_core/db_setup.py
jmfts_core/embed_tasks.py
jmfts_core/embedder.py
jmfts_core/embedding.py
jmfts_core/explain_wire.py
jmfts_core/fact_extraction.py
jmfts_core/graph_analysis.py
jmfts_core/ingest_options.py
jmfts_core/ingest_tasks.py
jmfts_core/ingest_worker.py
jmfts_core/lint.py
jmfts_core/llm_utils.py
jmfts_core/pdf_extraction.py
jmfts_core/pipeline.py
jmfts_core/principal_context.py
jmfts_core/probe.py
jmfts_core/query_router.py
jmfts_core/registry.py
jmfts_core/reranker.py
jmfts_core/rollup_tasks.py
jmfts_core/segmentation.py
jmfts_core/settling.py
jmfts_core/structural_splitting.py
jmfts_core/structure_tasks.py
jmfts_core/summarization.py
jmfts_core/synthesis.py
jmfts_core/task_errors.py
jmfts_core/task_routing.py
jmfts_core/token_selection.py
jmfts_core/unit_of_work.py
jmfts_core/url_fetch.py
jmfts_core/view_renderer.py
jmfts_core/worker.py
jmfts_core/models/__init__.py
jmfts_core/models/document.py
jmfts_core/models/document_blob.py
jmfts_core/models/principal.py
jmfts_core/models/search_context.py
jmfts_core/models/search_index.py
jmfts_core/models/task_queue.py
jmfts_core/models/token_embedding.py
jmfts_core/models/triple.py
jmfts_core/models/usetype_presentation.py
jmfts_core/office/__init__.py
jmfts_core/office/extract.py
jmfts_core/repositories/__init__.py
jmfts_core/repositories/blob.py
jmfts_core/repositories/document.py
jmfts_core/repositories/search.py
jmfts_core/repositories/search_context.py
jmfts_core/repositories/task_queue.py
jmfts_core/repositories/triple.py
jmfts_core/repositories/usetype_presentation.py
jmfts_core/repositories/view.py
jmfts_core/rest/__init__.py
jmfts_core/rest/auth.py
jmfts_core/rest/main.py
jmfts_core/rest/schemas.py
jmfts_core/rest/wiring.py
jmfts_core/rest/routers/__init__.py
jmfts_core/rest/routers/conversations.py
jmfts_core/rest/routers/documents.py
jmfts_core/rest/routers/graph.py
jmfts_core/rest/routers/indexes.py
jmfts_core/rest/routers/runner.py
jmfts_core/rest/routers/search.py
jmfts_core/rest/routers/search_contexts.py
jmfts_core/rest/routers/templates.py
jmfts_core/rest/routers/triples.py
jmfts_core/rest/routers/usetype_presentations.py
jmfts_core/rest/routers/view.py
jmfts_core/services/__init__.py
jmfts_core/services/access_service.py
jmfts_core/services/conversation_service.py
jmfts_core/services/document_service.py
jmfts_core/services/graph_service.py
jmfts_core/services/index_service.py
jmfts_core/services/ingest_service.py
jmfts_core/services/search_context_service.py
jmfts_core/services/search_service.py
jmfts_core/services/template_service.py
jmfts_core/services/triple_service.py
jmfts_core/services/usetype_presentation_service.py
jmfts_core/services/view_service.py
jmfts_core/sql/__init__.py
jmfts_core/sql/schema.sql
jmfts_core/sql/migrations/002_temporal_triples.sql
jmfts_core/sql/migrations/003_purge_ghost_predicates.sql
jmfts_core/sql/migrations/004_document_position.sql
jmfts_core/sql/migrations/005_document_event_time.sql
jmfts_core/sql/migrations/006_access_control.sql
jmfts_core/sql/migrations/007_term_postings_doc_index.sql
jmfts_core/sql/migrations/008_document_settled_lifecycle.sql
jmfts_core/sql/migrations/009_document_blobs.sql
jmfts_core/sql/migrations/010_task_queue.sql
jmfts_core/sql/migrations/011_task_queue_heartbeat.sql
jmfts_core/sql/migrations/012_task_queue_batched.sql
tests/test_access_control.py
tests/test_access_edges.py
tests/test_access_management.py
tests/test_access_write_gate.py
tests/test_api_auth.py
tests/test_api_parity.py
tests/test_batch_worker.py
tests/test_bm25_index_lock.py
tests/test_bulk_ingest_errors.py
tests/test_chunking.py
tests/test_citation_task.py
tests/test_client_codegen.py
tests/test_client_roundtrip.py
tests/test_conversation_ingest.py
tests/test_coreference.py
tests/test_dedup_create.py
tests/test_delete_link.py
tests/test_doc_response_coverage.py
tests/test_document_lifecycle.py
tests/test_document_position.py
tests/test_embed_task.py
tests/test_ensonet_openai_compat.py
tests/test_equal_weight_rrf.py
tests/test_fact_extraction.py
tests/test_file_upload.py
tests/test_graph_analysis.py
tests/test_graph_neighbors.py
tests/test_hybrid_rerank.py
tests/test_importance_from_salience.py
tests/test_ingest_analyze.py
tests/test_ingest_attempts.py
tests/test_ingest_explain.py
tests/test_ingest_options.py
tests/test_ingest_scheduling_races.py
tests/test_ingest_text.py
tests/test_ingest_worker.py
tests/test_known_defects.py
tests/test_lint.py
tests/test_local_client.py
tests/test_maxsim_rerank_wiring.py
tests/test_no_host_addresses.py
tests/test_office_extraction.py
tests/test_office_packaging.py
tests/test_openapi_docs.py
tests/test_packaging.py
tests/test_pdf_extraction.py
tests/test_pipeline.py
tests/test_pipeline_idempotent.py
tests/test_probe_office.py
tests/test_query_router.py
tests/test_raptor.py
tests/test_readme_links.py
tests/test_recall_as_of.py
tests/test_regression_api.py
tests/test_regression_ingestion.py
tests/test_regression_knowledge_graph.py
tests/test_regression_search.py
tests/test_reparent_verb.py
tests/test_reranker.py
tests/test_rollup_pelt.py
tests/test_runner_auth.py
tests/test_runner_embed.py
tests/test_search_contexts.py
tests/test_search_regression.py
tests/test_segment_ingest.py
tests/test_segmentation.py
tests/test_settling.py
tests/test_structural_splitting.py
tests/test_structure_tasks.py
tests/test_supersede_race.py
tests/test_synthesis.py
tests/test_task_queue.py
tests/test_templates.py
tests/test_thin_worker.py
tests/test_thread_safety.py
tests/test_unit_of_work.py
tests/test_upsert_triple_verb.py
tests/test_view_renderer.py
tests/test_write_races.py