CHANGELOG.md
CONCEPT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
docs/api.rst
docs/architecture.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/integration.rst
docs/quickstart.rst
docs/requirements.txt
docs/troubleshooting.rst
examples/demo.py
examples/demo_cache_perf.py
examples/demo_v2.py
src/LoopDetector.py
src/__init__.py
src/advice_generator.py
src/cache.py
src/config.py
src/experience_layer.py
src/guardian.py
src/health_monitor.py
src/interfaces.py
src/logging_config.py
src/mcp_facade.py
src/metrics.py
src/providers.py
src/GuardianLayer/py.typed
src/GuardianLayer.egg-info/PKG-INFO
src/GuardianLayer.egg-info/SOURCES.txt
src/GuardianLayer.egg-info/dependency_links.txt
src/GuardianLayer.egg-info/not-zip-safe
src/GuardianLayer.egg-info/requires.txt
src/GuardianLayer.egg-info/top_level.txt
tests/benchmark.py
tests/test_advanced.py
tests/test_async.py
tests/test_async_flow.py
tests/test_basics.py
tests/test_cache.py
tests/test_concurrency.py
tests/test_custom_provider.py
tests/test_experience.py
tests/test_guardian.py
tests/test_health_monitor.py
tests/test_loop_detector.py
tests/test_metrics.py