LICENSE
README.md
pyproject.toml
alaya.egg-info/PKG-INFO
alaya.egg-info/SOURCES.txt
alaya.egg-info/dependency_links.txt
alaya.egg-info/entry_points.txt
alaya.egg-info/requires.txt
alaya.egg-info/top_level.txt
lmm/__init__.py
lmm/__main__.py
lmm/_compat.py
lmm/_validation.py
lmm/cli.py
lmm/core.py
lmm/i18n.py
lmm/pipeline.py
lmm/processor.py
lmm/py.typed
lmm/qubo.py
lmm/rust_bridge.py
lmm/selector.py
lmm/solvers.py
lmm/surprise.py
lmm/_vendor/__init__.py
lmm/_vendor/numpy/__init__.py
lmm/_vendor/numpy/linalg/__init__.py
lmm/_vendor/numpy/random/__init__.py
lmm/_vendor/pytest/__init__.py
lmm/_vendor/scipy/__init__.py
lmm/_vendor/scipy/optimize/__init__.py
lmm/_vendor/scipy/sparse/__init__.py
lmm/dharma/__init__.py
lmm/dharma/algorithms.py
lmm/dharma/api.py
lmm/dharma/concepts.py
lmm/dharma/energy.py
lmm/dharma/engine.py
lmm/dharma/fep.py
lmm/dharma/interpreter.py
lmm/dharma/neuromorphic.py
lmm/dharma/patthana.py
lmm/dharma/pratitya.py
lmm/dharma/reranker.py
lmm/dharma/sangha.py
lmm/dharma/topology.py
lmm/dharma/topology_ast.py
lmm/dharma/vow.py
lmm/hal/__init__.py
lmm/hal/base.py
lmm/hal/devices.py
lmm/integrations/__init__.py
lmm/integrations/langchain.py
lmm/integrations/llamaindex.py
lmm/llm/__init__.py
lmm/llm/drift.py
lmm/llm/embeddings.py
lmm/llm/fewshot.py
lmm/llm/reranker.py
lmm/llm/sampler.py
lmm/memory/__init__.py
lmm/memory/backend.py
lmm/memory/persistent.py
lmm/providers/__init__.py
lmm/providers/adapters.py
lmm/providers/base.py
lmm/reasoning/__init__.py
lmm/reasoning/active.py
lmm/reasoning/adaptive.py
lmm/reasoning/alaya.py
lmm/reasoning/base.py
lmm/reasoning/context_bridge.py
lmm/reasoning/embodiment.py
lmm/reasoning/heartbeat.py
lmm/reasoning/hyper.py
lmm/reasoning/orchestrator.py
lmm/reasoning/pineal.py
lmm/reasoning/recovery.py
lmm/reasoning/sleep.py
lmm/reasoning/theoretical.py
lmm/sangha/__init__.py
lmm/sangha/protocol.py
lmm/scale/__init__.py
lmm/scale/cascade.py
lmm/scale/pipeline.py
lmm/scale/sketch.py
lmm/scale/stream.py
lmm/tools/__init__.py
lmm/tools/base.py
lmm/tools/builtins.py
lmm/tools/executor.py
tests/test_agent_robustness.py
tests/test_benchmarks.py
tests/test_cascade.py
tests/test_context_bridge.py
tests/test_core.py
tests/test_correctness_bruteforce.py
tests/test_dharma_algorithms.py
tests/test_dharma_api.py
tests/test_dharma_energy.py
tests/test_dharma_engine.py
tests/test_dharma_topology.py
tests/test_e2e.py
tests/test_fep.py
tests/test_hal.py
tests/test_heartbeat.py
tests/test_langchain.py
tests/test_llamaindex.py
tests/test_llm.py
tests/test_memory_backend.py
tests/test_neuromorphic.py
tests/test_numerical.py
tests/test_pipeline.py
tests/test_processor.py
tests/test_providers.py
tests/test_qubo.py
tests/test_reasoning.py
tests/test_recovery.py
tests/test_reranker.py
tests/test_sangha.py
tests/test_sangha_protocol.py
tests/test_scale_pipeline.py
tests/test_selector.py
tests/test_sketch.py
tests/test_solvers.py
tests/test_stream.py
tests/test_surprise.py
tests/test_tools.py
tests/test_topology_ast.py
tests/test_validation.py