LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/nsx/__init__.py
src/nsx/config.py
src/nsx/learner.py
src/nsx/loss.py
src/nsx/agent/__init__.py
src/nsx/agent/discovery.py
src/nsx/agent/guard.py
src/nsx/agent/interface.py
src/nsx/agent/llm_interface.py
src/nsx/agent/prompts.py
src/nsx/agent/translator.py
src/nsx/bridge/__init__.py
src/nsx/bridge/concepts.py
src/nsx/bridge/reasoner.py
src/nsx/core/__init__.py
src/nsx/core/compiler.py
src/nsx/core/logic.py
src/nsx/core/symbols.py
src/nsx/core/tnorms.py
src/nsx_ai.egg-info/PKG-INFO
src/nsx_ai.egg-info/SOURCES.txt
src/nsx_ai.egg-info/dependency_links.txt
src/nsx_ai.egg-info/requires.txt
src/nsx_ai.egg-info/top_level.txt
tests/test_llm.py
tests/testp1.py
tests/testp2.py
tests/testp3.py
tests/testp4.py
tests/testp5.py
tests/testp5a.py
tests/testp6o.py
tests/testp6o2.py
tests/testp6o3.py