LICENSE
MANIFEST.in
README.md
features.md
install.md
onboard.py
pyproject.toml
requirements-advanced.txt
requirements-core.txt
requirements-db.txt
requirements-drift.txt
requirements-runtime.txt
requirements.txt
toolkit.py
compliance/__init__.py
compliance/assembler.py
compliance/bundle.py
compliance/dashboard.py
compliance/mapping.py
compliance/registry.py
compliance/regulations/basel-iv-sr-11-7.json
compliance/regulations/eu-ai-act.json
compliance/regulations/hipaa-164-312.json
compliance/regulations/ofcom-network-transparency.json
config/acme.yaml
config/urls.yaml
docs/advanced.md
docs/artifacts.md
docs/extending.md
docs/index.md
docs/integrate.md
docs/metadata.md
docs/release-notes.md
docs/runtime.md
docs/sdk.md
docs/tmf.md
docs/concepts/drift.md
docs/concepts/index.md
docs/concepts/log-mining.md
docs/concepts/ontology-model.md
docs/concepts/pipeline.md
docs/deployment/compose.md
docs/deployment/docker.md
docs/deployment/index.md
docs/deployment/managed-runtimes.md
docs/deployment/postgres.md
docs/deployment/production.md
docs/getting-started/first-wizard.md
docs/getting-started/index.md
docs/getting-started/install.md
docs/getting-started/quickstart.md
docs/reference/index.md
examples/README.md
examples/5g/demo_5g.sh
examples/5g/scripts/demo_5g.py
examples/5g/scripts/demo_5g_illustrative.json
examples/5g/scripts/demo_5g_questions.py
examples/import/README.md
examples/import/payments_schema.json
examples/import/smart_building.json
examples/infodrift/README.md
examples/infodrift/demo_infodrift.sh
examples/infodrift/scripts/demo_infodrift.py
examples/log-rca/large/README.md
examples/log-rca/large/generate.py
examples/log-rca/sample/README.md
examples/log-rca/sample/generate.py
examples/retail/README.md
examples/retail/demo.sh
examples/retail/scripts/demo_baseline.py
examples/retail/scripts/demo_grounded.py
examples/retail/scripts/demo_illustrative.json
examples/retail/scripts/demo_questions.py
examples/retail/scripts/demo_report.py
examples/wizard/README.md
examples/wizard/demo_wizard.sh
examples/wizard/seed_telecom_flavors.py
examples/wizard/smart_building_session.json
federation/__init__.py
federation/_crypto.py
federation/boundary.py
federation/manifest.py
federation/partner_registry.json
federation/partner_registry.py
federation/router.py
federation/trust.py
federation/specs/cross-enterprise-ontology-interop.md
ontomesh/__init__.py
ontomesh/cli.py
ontomesh/onboard_entry.py
ontomesh/wizard_entry.py
ontomesh.egg-info/PKG-INFO
ontomesh.egg-info/SOURCES.txt
ontomesh.egg-info/dependency_links.txt
ontomesh.egg-info/entry_points.txt
ontomesh.egg-info/requires.txt
ontomesh.egg-info/top_level.txt
runtime/__init__.py
runtime/assembler.py
runtime/client.py
runtime/consolidation_config.json
runtime/consolidation_daemon.py
runtime/flavor_registry.py
runtime/grounder.py
runtime/hybrid_retriever.py
runtime/input_gate.py
runtime/insights.py
runtime/llm_providers.json
runtime/memory.py
runtime/output_gate.py
runtime/adapters/__init__.py
runtime/adapters/anthropic_adapter.py
runtime/adapters/oci_adapter.py
runtime/adapters/ollama_adapter.py
runtime/adapters/openai_adapter.py
runtime/adapters/vertex_adapter.py
runtime/drift/__init__.py
runtime/drift/enricher.py
runtime/drift/gate.py
runtime/drift/log_template_drift.py
runtime/drift/monitor.py
runtime/drift/propagator.py
runtime/embeddings/__init__.py
runtime/embeddings/adapters.py
runtime/embeddings/benchmark.py
runtime/embeddings/class_filter.py
runtime/embeddings/dashboard.py
runtime/embeddings/embedder.py
runtime/embeddings/pipeline.py
runtime/flavors/billing.json
runtime/flavors/compliance.json
runtime/flavors/customer.json
runtime/flavors/fault-management.json
runtime/flavors/fiveg.json
runtime/flavors/network-ops.json
runtime/flavors/retail.json
runtime/temporal_queries/__init__.py
src/__init__.py
src/alignment_generator.py
src/causality_dag.py
src/causality_interventional.py
src/causality_miner.py
src/compliance_feeds.py
src/conflict_resolver.py
src/cq_tester.py
src/db_connector.py
src/db_introspector.py
src/drift_detector.py
src/entity_discoverer.py
src/events_bus.py
src/evolution_monitor.py
src/evolution_reviewer.py
src/evolution_scorer.py
src/fast_pc.py
src/graph_publisher.py
src/jsonld_generator.py
src/log_connector.py
src/log_corpus.py
src/log_miner.py
src/log_rate_anomalies.py
src/log_templates.py
src/log_templates_embed.py
src/mapping_generator.py
src/materializer.py
src/metrics.py
src/modular_owl.py
src/observability_adapter.py
src/ontology_diff.py
src/ontology_generator.py
src/rbac_generator.py
src/rca_taxonomy.py
src/reasoner.py
src/reasoning.py
src/reporter.py
src/sequence_learner.py
src/sequence_learner_hierarchical.py
src/sequence_learner_neural.py
src/sequence_learner_regimes.py
src/shacl_generator.py
src/sparql_tester.py
src/sparse_gp.py
src/streaming.py
src/template_library.py
src/template_loader.py
src/tmf_mapper.py
src/vb_hmm.py
src/vocabulary.py
src/adapters/__init__.py
src/adapters/deploys.py
src/adapters/logs.py
src/adapters/otel.py
src/adapters/prometheus.py
src/reasoners/__init__.py
src/reasoners/base.py
src/reasoners/mock.py
src/reasoners/owlrl_adapter.py
src/reasoners/registry.py
src/reasoners/robot_elk.py
src/reasoners/robot_hermit.py
src/targets/__init__.py
src/targets/base.py
src/targets/cypher.py
src/targets/detection_rules.py
src/targets/graphql.py
src/targets/registry.py
templates/energy_utilities.yaml
templates/government.yaml
templates/insurance.yaml
templates/logistics_supply_chain.yaml
templates/pharmaceuticals.yaml
templates/preview_abox.ttl
templates/rules/finance.yaml
templates/rules/healthcare.yaml
templates/rules/rca.yaml
templates/rules/telecom.yaml
tests/test_banner.py
tests/test_brand.py
tests/test_causality_dag.py
tests/test_causality_interventional.py
tests/test_causality_miner.py
tests/test_compliance_feeds.py
tests/test_compose.py
tests/test_convo_rule.py
tests/test_cq_translator.py
tests/test_db_profiles.py
tests/test_docker.py
tests/test_drift_integration.py
tests/test_drift_template_loop.py
tests/test_events_bus.py
tests/test_events_bus_redis.py
tests/test_gunicorn.py
tests/test_hierarchical_regimes.py
tests/test_import_json.py
tests/test_importer_semantic.py
tests/test_internal_share.py
tests/test_landing.py
tests/test_log_corpus.py
tests/test_log_miner.py
tests/test_log_rate_anomalies.py
tests/test_log_review.py
tests/test_log_templates.py
tests/test_log_templates_embed.py
tests/test_managed_runtimes.py
tests/test_metrics.py
tests/test_metrics_exporter.py
tests/test_nl_rule_drafter.py
tests/test_nl_summary.py
tests/test_observability_adapter.py
tests/test_onboarding.py
tests/test_ontology_diff.py
tests/test_package_surface.py
tests/test_phase_a_axioms.py
tests/test_phase_b_materializer.py
tests/test_phase_c_rules.py
tests/test_phase_d_explain.py
tests/test_phase_e_insights.py
tests/test_phase_help.py
tests/test_policy_engine.py
tests/test_polish.py
tests/test_postgres_backend.py
tests/test_probes.py
tests/test_projects.py
tests/test_proposal_namer.py
tests/test_rca_ontology.py
tests/test_rca_starter_library.py
tests/test_reasoning_plugins.py
tests/test_review_ranker.py
tests/test_rule_coverage.py
tests/test_rule_preview.py
tests/test_scale_lifts.py
tests/test_sequence_learner.py
tests/test_sequence_learner_neural.py
tests/test_sequence_learner_regimes.py
tests/test_settings_fix.py
tests/test_sharing_polish.py
tests/test_streaming.py
tests/test_structured_logging.py
tests/test_targets.py
tests/test_template_library.py
tests/test_vb_hmm.py
tests/test_vocabulary_and_slots.py
tests/test_whitelist.py
wizard/__init__.py
wizard/app.py
wizard/cq_translator.py
wizard/db_profiles.py
wizard/help_content.py
wizard/import_schema.json
wizard/importer.py
wizard/importer_semantic.py
wizard/log_review.py
wizard/metrics_exporter.py
wizard/ontologies_store.py
wizard/policy_engine.py
wizard/proposal_namer.py
wizard/review_ranker.py
wizard/rules.py
wizard/structured_logging.py
wizard/static/brand/favicon.svg
wizard/static/brand/og-card.png
wizard/static/brand/og-card.svg
wizard/static/brand/ontomesh-mark.svg
wizard/static/brand/ontomesh-wordmark-dark.svg
wizard/static/brand/ontomesh-wordmark.svg
wizard/static/brand/twitter-card.png
wizard/static/brand/twitter-card.svg
wizard/static/css/landing.css
wizard/static/css/tokens.css
wizard/static/css/wizard.css
wizard/static/js/components/live_events.js
wizard/static/js/components/onboarding.js
wizard/static/js/components/proposal_card.js
wizard/templates/error.html
wizard/templates/index.html
wizard/templates/landing.html
wizard/templates/log_discovery_help.html
wizard/templates/phase_help.html
wizard/templates/projects.html