MANIFEST.in
README.md
pyproject.toml
docs/API_5_endpoints.md
docs/CONTRACTS.md
docs/DESIGN_world_model_dynamics.md
docs/PLAN_hyper_reason.md
docs/PLAN_hyper_reason_M1.md
docs/PLAN_hyper_reason_M9_merge.md
hyper_reason.egg-info/PKG-INFO
hyper_reason.egg-info/SOURCES.txt
hyper_reason.egg-info/dependency_links.txt
hyper_reason.egg-info/entry_points.txt
hyper_reason.egg-info/requires.txt
hyper_reason.egg-info/top_level.txt
packages/hyper-gliner/src/hyper_gliner/__init__.py
packages/hyper-gliner/src/hyper_gliner/bert.py
packages/hyper-gliner/src/hyper_gliner/deberta_v2.py
packages/hyper-gliner/src/hyper_gliner/decode_filter.py
packages/hyper-gliner/src/hyper_gliner/extractor.py
packages/hyper-gliner/src/hyper_gliner/extractor_model.py
packages/hyper-gliner/src/hyper_gliner/heads.py
packages/hyper-gliner/src/hyper_gliner/loader.py
packages/hyper-gliner/src/hyper_gliner/predicate_correct.py
packages/hyper-gliner/src/hyper_gliner/processor.py
packages/hyper-gliner/src/hyper_gliner/py.typed
packages/hyper-gliner/src/hyper_gliner/schema_compile.py
packages/hyper-gliner/src/hyper_gliner/span_rep.py
packages/hyper-gliner/src/hyper_gliner/sparse.py
packages/hyper-gliner/src/hyper_gliner/types.py
packages/hyper-kg/src/hyper_kg/__init__.py
packages/hyper-kg/src/hyper_kg/_ds.py
packages/hyper-kg/src/hyper_kg/eval.py
packages/hyper-kg/src/hyper_kg/feature_resolver.py
packages/hyper-kg/src/hyper_kg/kg.py
packages/hyper-kg/src/hyper_kg/py.typed
packages/hyper-kg/src/hyper_kg/resolver.py
packages/hyper-kg/src/hyper_kg/schema.py
packages/hyper-kg/src/hyper_kg/sheaf.py
packages/hyper-kg/src/hyper_kg/store/__init__.py
packages/hyper-kg/src/hyper_kg/store/base.py
packages/hyper-kg/src/hyper_kg/store/sqlite.py
src/hyper_reason/__init__.py
src/hyper_reason/_bedrock.py
src/hyper_reason/_paths.py
src/hyper_reason/agent.py
src/hyper_reason/api.py
src/hyper_reason/cli.py
src/hyper_reason/d3.py
src/hyper_reason/errors.py
src/hyper_reason/export.py
src/hyper_reason/facade.py
src/hyper_reason/ingest.py
src/hyper_reason/interpret.py
src/hyper_reason/merge.py
src/hyper_reason/ontology_opt.py
src/hyper_reason/ontology_store.py
src/hyper_reason/persona.py
src/hyper_reason/py.typed
src/hyper_reason/query.py
src/hyper_reason/registry.py
src/hyper_reason/render.py
src/hyper_reason/sql_compiler.py
src/hyper_reason/_multimodal/__init__.py
src/hyper_reason/_multimodal/chart_extractor.py
src/hyper_reason/_multimodal/format_router.py
src/hyper_reason/_multimodal/linearizer.py
src/hyper_reason/data/default_ontology.json
src/hyper_reason/dynamics/__init__.py
src/hyper_reason/dynamics/forecast.py
src/hyper_reason/dynamics/plausibility.py
src/hyper_reason/dynamics/sheaf_gnn.py
src/hyper_reason/dynamics/synth.py
src/hyper_reason/dynamics/train.py
tests/test_agent.py
tests/test_bedrock.py
tests/test_d3.py
tests/test_export.py
tests/test_facade.py
tests/test_forecast.py
tests/test_ingest.py
tests/test_ingest_multimodal.py
tests/test_merge.py
tests/test_ontology_opt.py
tests/test_ontology_store.py
tests/test_persona.py
tests/test_plausibility.py
tests/test_query.py
tests/test_registry.py
tests/test_render.py
tests/test_sheaf_gnn.py
tests/test_sql_compiler.py
tests/test_synth.py
tests/test_train.py