README.md
pyproject.toml
normlayer/__init__.py
normlayer/base_policy.py
normlayer/engine.py
normlayer/testing.py
normlayer.egg-info/PKG-INFO
normlayer.egg-info/SOURCES.txt
normlayer.egg-info/dependency_links.txt
normlayer.egg-info/requires.txt
normlayer.egg-info/top_level.txt
normlayer/adapters/__init__.py
normlayer/adapters/autogen_adapter.py
normlayer/adapters/crewai_adapter.py
normlayer/adapters/langgraph_adapter.py
normlayer/llm/__init__.py
normlayer/llm/cache.py
normlayer/llm/enhanced.py
normlayer/llm/judge.py
normlayer/llm/policy.py
normlayer/llm/prompts.py
normlayer/llm/providers.py
normlayer/logging/__init__.py
normlayer/logging/sagemaker_job.py
normlayer/logging/violation_logger.py
normlayer/policies/__init__.py
normlayer/policies/coalition_consistency.py
normlayer/policies/escalate_on_conflict.py
normlayer/policies/loop_detection.py
normlayer/policies/no_deception.py
normlayer/policies/no_unsanctioned_action.py
normlayer/policies/norm_conflict_resolution.py
normlayer/policies/response_proportionality.py
normlayer/policies/role_respect.py
tests/test_engine.py