LICENSE
README.md
pyproject.toml
structverify/__init__.py
structverify/api.py
structverify/progress.py
structverify.egg-info/PKG-INFO
structverify.egg-info/SOURCES.txt
structverify.egg-info/dependency_links.txt
structverify.egg-info/requires.txt
structverify.egg-info/top_level.txt
structverify/adaptation/__init__.py
structverify/adaptation/adapter_trainer.py
structverify/adaptation/feedback_store.py
structverify/adaptation/kosis_crawler.py
structverify/adaptation/sample_builder.py
structverify/adaptation/synthetic_generator.py
structverify/adaptation/update_embeddings.py
structverify/agent/__init__.py
structverify/agent/builder_agent.py
structverify/agent/conformance_agent.py
structverify/agent/dependency_planner.py
structverify/agent/indexing_agent.py
structverify/agent/indexing_planner.py
structverify/agent/integration_example.py
structverify/agent/loop.py
structverify/agent/memory.py
structverify/agent/planner.py
structverify/agent/reflect.py
structverify/agent/runtime_agent.py
structverify/agent/schemas.py
structverify/agent/source_profiler.py
structverify/agent/workspace.py
structverify/agent/prompts/__init__.py
structverify/agent/prompts/planner_prompts.py
structverify/agent/prompts/reflect_prompts.py
structverify/agent/tools/__init__.py
structverify/agent/tools/base.py
structverify/agent/tools/calculate.py
structverify/agent/tools/catalog_search.py
structverify/agent/tools/deep_explore.py
structverify/agent/tools/explore_catalog.py
structverify/agent/tools/fetch_evidence.py
structverify/agent/tools/finish.py
structverify/agent/tools/meta_explore.py
structverify/agent/tools/query_rewriter.py
structverify/agent/tools/read_original.py
structverify/agent/tools/replan.py
structverify/config/default.yaml
structverify/core/__init__.py
structverify/core/config_loader.py
structverify/core/pipeline.py
structverify/core/schemas.py
structverify/detection/__init__.py
structverify/detection/_config.py
structverify/detection/_llm.py
structverify/detection/candidate_scorer.py
structverify/detection/claim_detector.py
structverify/detection/domain_classifier.py
structverify/detection/prompts_loader.py
structverify/detection/schema_inductor.py
structverify/detection/synthetic_generator.py
structverify/detection/candidate/__init__.py
structverify/detection/candidate/heuristic.py
structverify/detection/candidate/llm.py
structverify/detection/claims/__init__.py
structverify/detection/claims/worthiness.py
structverify/detection/domain/__init__.py
structverify/detection/domain/classify.py
structverify/detection/domain/preview.py
structverify/detection/domain/registry.py
structverify/detection/prompts/__init__.py
structverify/detection/prompts/candidate.py
structverify/detection/prompts/claim_worthiness.py
structverify/detection/prompts/domain.py
structverify/detection/prompts/schema.py
structverify/detection/schema/__init__.py
structverify/detection/schema/expand.py
structverify/detection/schema/induce.py
structverify/detection/schema/regenerate.py
structverify/detection/schema/temporal_hints.py
structverify/detection/schema/validate.py
structverify/explanation/__init__.py
structverify/explanation/_config.py
structverify/explanation/_llm.py
structverify/explanation/explainer.py
structverify/explanation/fallback.py
structverify/explanation/formatters.py
structverify/explanation/prompts/__init__.py
structverify/explanation/prompts/match.py
structverify/explanation/prompts/mismatch.py
structverify/explanation/prompts/multihop.py
structverify/explanation/prompts/unverifiable.py
structverify/graph/__init__.py
structverify/graph/claim_graph.py
structverify/graph/document_graph.py
structverify/graph/graph_builder.py
structverify/graph/graph_multihop.py
structverify/graph/graph_store.py
structverify/graph/provenance.py
structverify/memory/__init__.py
structverify/memory/agent_memory.py
structverify/memory/embedder.py
structverify/memory/exemplar_store.py
structverify/memory/normalizer.py
structverify/memory/schema.py
structverify/memory/working_memory.py
structverify/memory/storage/__init__.py
structverify/memory/storage/jsonl_store.py
structverify/preprocessing/Dockerfile.scraper
structverify/preprocessing/__init__.py
structverify/preprocessing/extractor.py
structverify/preprocessing/scraper_sandbox.py
structverify/preprocessing/segmenter.py
structverify/preprocessing/sir_builder.py
structverify/preprocessing/pdf/__init__.py
structverify/preprocessing/pdf/fields.py
structverify/preprocessing/pdf/markdown.py
structverify/preprocessing/pdf/models.py
structverify/preprocessing/pdf/ocr.py
structverify/preprocessing/pdf/pipeline.py
structverify/preprocessing/pdf/reader.py
structverify/preprocessing/pdf/scoring.py
structverify/retrieval/__init__.py
structverify/retrieval/base.py
structverify/retrieval/base_connector.py
structverify/retrieval/catalog_ranker.py
structverify/retrieval/catalog_search.py
structverify/retrieval/chunking.py
structverify/retrieval/custom_csv_source.py
structverify/retrieval/custom_db_source.py
structverify/retrieval/custom_docs_source.py
structverify/retrieval/dimension_resolver.py
structverify/retrieval/evidence_subgraph.py
structverify/retrieval/kosis_connector.py
structverify/retrieval/kosis_relevance.py
structverify/retrieval/kosis_source.py
structverify/retrieval/query_builder.py
structverify/retrieval/registry.py
structverify/retrieval/relevance_judge.py
structverify/retrieval/row_matcher.py
structverify/storage/__init__.py
structverify/storage/db_manager.py
structverify/storage/dwh_manager.py
structverify/storage/init_db.py
structverify/storage/raw_storage.py
structverify/training/__init__.py
structverify/training/curator.py
structverify/training/dataset.py
structverify/training/doctor.py
structverify/training/evalgate.py
structverify/training/generate.py
structverify/training/loop.py
structverify/training/monitor.py
structverify/training/tasks.py
structverify/training/recipe/sample.py
structverify/training/recipe/train_mlx.py
structverify/training/recipe/train_qlora.py
structverify/utils/__init__.py
structverify/utils/embedding_client.py
structverify/utils/llm_client.py
structverify/utils/logger.py
structverify/verification/__init__.py
structverify/verification/_config.py
structverify/verification/adapters.py
structverify/verification/conformance.py
structverify/verification/decide_verdict.py
structverify/verification/decide_verdict_agent.py
structverify/verification/growth_diff.py
structverify/verification/row_match.py
structverify/verification/units.py
structverify/verification/verdict_thresholds.py
structverify/verification/verifier.py
tests/test_api.py
tests/test_catalog_search_embedding.py
tests/test_custom_csv_source.py
tests/test_detection_candidate_heuristic.py
tests/test_detection_config.py
tests/test_detection_domain_preview.py
tests/test_detection_domain_registry.py
tests/test_detection_expand_temporal.py
tests/test_detection_init_exports.py
tests/test_detection_llm.py
tests/test_detection_prompts_loader.py
tests/test_detection_validate.py
tests/test_detection_worthiness.py
tests/test_embedding_client.py
tests/test_embedding_config_threading.py
tests/test_explore_catalog_embedding.py
tests/test_is_table_relevant.py
tests/test_kosis_crawler_embedding.py
tests/test_kosis_guards.py
tests/test_kosis_json_load_pgvector.py
tests/test_library_entry_smoke.py
tests/test_llm_client.py
tests/test_pipeline.py
tests/test_runtime_datasources.py
tests/test_step1-9_v3_pipeline.py
tests/test_step1_6_detection.py
tests/test_step1_9_pipeline.py
tests/test_step9_explainer.py
tests/test_update_embeddings_embedding.py
tests/test_verification_decide.py