LICENSE
README.md
pyproject.toml
src/nornyx_agentic_adapters/__init__.py
src/nornyx_agentic_adapters/_compat.py
src/nornyx_agentic_adapters/binding.py
src/nornyx_agentic_adapters/coverage.py
src/nornyx_agentic_adapters/crewai_adapter.py
src/nornyx_agentic_adapters/enforcement.py
src/nornyx_agentic_adapters/errors.py
src/nornyx_agentic_adapters/langgraph.py
src/nornyx_agentic_adapters/metadata.py
src/nornyx_agentic_adapters.egg-info/PKG-INFO
src/nornyx_agentic_adapters.egg-info/SOURCES.txt
src/nornyx_agentic_adapters.egg-info/dependency_links.txt
src/nornyx_agentic_adapters.egg-info/requires.txt
src/nornyx_agentic_adapters.egg-info/top_level.txt
src/nornyx_agentic_adapters/conformance/__init__.py
src/nornyx_agentic_adapters/conformance/__main__.py
src/nornyx_agentic_adapters/conformance/cli.py
src/nornyx_agentic_adapters/conformance/harness.py
src/nornyx_agentic_adapters/conformance/model.py
src/nornyx_agentic_adapters/conformance/report.py
src/nornyx_agentic_adapters/conformance/runner.py
src/nornyx_agentic_adapters/conformance/fixtures/conformance_network.nyx
src/nornyx_agentic_adapters/conformance/schemas/runtime_conformance_report.schema.json
src/nornyx_agentic_adapters/conformance/suites/__init__.py
src/nornyx_agentic_adapters/conformance/suites/crewai_suite.py
src/nornyx_agentic_adapters/conformance/suites/distribution.py
src/nornyx_agentic_adapters/conformance/suites/langgraph_suite.py
src/nornyx_agentic_adapters/conformance/suites/neutral.py
tests/test_binding.py
tests/test_compat.py
tests/test_conformance_contract.py
tests/test_conformance_hostile_input.py
tests/test_conformance_runner.py
tests/test_conformance_suites.py
tests/test_coverage.py
tests/test_crewai_adapter.py
tests/test_crewai_adapter_missing_dependency.py
tests/test_enforcement.py
tests/test_errors.py
tests/test_import_boundary.py
tests/test_langgraph_adapter.py
tests/test_langgraph_adapter_missing_dependency.py
tests/test_metadata.py
tests/test_no_network.py
tests/test_version_consistency.py