LICENSE
README.md
pyproject.toml
instinct/__init__.py
instinct/aci.py
instinct/async_client.py
instinct/cache.py
instinct/calib.py
instinct/cascade.py
instinct/cli.py
instinct/client.py
instinct/compiler.py
instinct/conformal.py
instinct/cqr.py
instinct/crc.py
instinct/distill.py
instinct/drift.py
instinct/embeddings.py
instinct/ensemble.py
instinct/eval.py
instinct/export.py
instinct/feedback.py
instinct/flow.py
instinct/gateway.py
instinct/guardrails.py
instinct/index.py
instinct/ivfpq.py
instinct/kv.py
instinct/learning.py
instinct/mcp.py
instinct/mesh.py
instinct/models.py
instinct/policy.py
instinct/pq.py
instinct/primitives.py
instinct/proxy.py
instinct/reject.py
instinct/repl.py
instinct/server.py
instinct/shadow.py
instinct/shm.py
instinct/simd.py
instinct/speculative.py
instinct/streaming.py
instinct/telemetry.py
instinct/tool_router.py
instinct/venn_abers.py
instinct/vision.py
instinct/backends/__init__.py
instinct/backends/base.py
instinct/backends/c_engine.py
instinct/backends/fallback.py
instinct/backends/local.py
instinct/backends/onnx_engine.py
instinct/backends/typesafe.py
instinct/integrations/__init__.py
instinct/integrations/langchain.py
instinct/integrations/llamaindex.py
instinct/integrations/ollama.py
instinct/rlcd/__init__.py
instinct/rlcd/dataset.py
instinct/rlcd/loss.py
instinct/web/__init__.py
instinct/web/index.html
instinct/web/playground.py
instinct_ai.egg-info/PKG-INFO
instinct_ai.egg-info/SOURCES.txt
instinct_ai.egg-info/dependency_links.txt
instinct_ai.egg-info/entry_points.txt
instinct_ai.egg-info/requires.txt
instinct_ai.egg-info/top_level.txt
reflex/__init__.py
reflex/aci.py
reflex/async_client.py
reflex/cache.py
reflex/calib.py
reflex/cascade.py
reflex/cli.py
reflex/client.py
reflex/compiler.py
reflex/conformal.py
reflex/cqr.py
reflex/crc.py
reflex/distill.py
reflex/drift.py
reflex/embeddings.py
reflex/ensemble.py
reflex/eval.py
reflex/export.py
reflex/feedback.py
reflex/flow.py
reflex/gateway.py
reflex/guardrails.py
reflex/index.py
reflex/ivfpq.py
reflex/kv.py
reflex/learning.py
reflex/mcp.py
reflex/mesh.py
reflex/models.py
reflex/policy.py
reflex/pq.py
reflex/primitives.py
reflex/proxy.py
reflex/reject.py
reflex/repl.py
reflex/server.py
reflex/shadow.py
reflex/shm.py
reflex/simd.py
reflex/speculative.py
reflex/streaming.py
reflex/telemetry.py
reflex/tool_router.py
reflex/venn_abers.py
reflex/vision.py
reflex/backends/__init__.py
reflex/backends/base.py
reflex/backends/c_engine.py
reflex/backends/fallback.py
reflex/backends/local.py
reflex/backends/onnx_engine.py
reflex/backends/typesafe.py
reflex/integrations/__init__.py
reflex/integrations/langchain.py
reflex/integrations/llamaindex.py
reflex/integrations/ollama.py
reflex/rlcd/__init__.py
reflex/rlcd/dataset.py
reflex/rlcd/loss.py
reflex/web/__init__.py
reflex/web/index.html
reflex/web/playground.py
tests/test_aci.py
tests/test_async.py
tests/test_c_abi.py
tests/test_cache.py
tests/test_calib.py
tests/test_cascade.py
tests/test_cli.py
tests/test_compiler.py
tests/test_conformal.py
tests/test_cqr.py
tests/test_crc.py
tests/test_cross_language_compiler.py
tests/test_distill.py
tests/test_drift.py
tests/test_embeddings.py
tests/test_ensemble.py
tests/test_eval.py
tests/test_export.py
tests/test_flow.py
tests/test_gateway.py
tests/test_guardrails.py
tests/test_hnsw.py
tests/test_instinct_namespace.py
tests/test_integrations.py
tests/test_ivfpq.py
tests/test_js_parity.py
tests/test_kv.py
tests/test_learning.py
tests/test_llamaindex.py
tests/test_mcp.py
tests/test_mesh.py
tests/test_models.py
tests/test_models_hub.py
tests/test_ollama.py
tests/test_onnx.py
tests/test_playground.py
tests/test_policy.py
tests/test_pq.py
tests/test_reflex.py
tests/test_reject.py
tests/test_repl.py
tests/test_rlcd.py
tests/test_rust_parity.py
tests/test_server.py
tests/test_shadow.py
tests/test_shm.py
tests/test_simd.py
tests/test_speculative.py
tests/test_streaming.py
tests/test_telemetry.py
tests/test_tool_router.py
tests/test_venn_abers.py
tests/test_vision.py