LICENSE
PYPI.md
README.md
pyproject.toml
agentwell/__init__.py
agentwell/cli.py
agentwell/config.py
agentwell.egg-info/PKG-INFO
agentwell.egg-info/SOURCES.txt
agentwell.egg-info/dependency_links.txt
agentwell.egg-info/entry_points.txt
agentwell.egg-info/requires.txt
agentwell.egg-info/top_level.txt
agentwell/adapters/__init__.py
agentwell/adapters/ai_proxy.py
agentwell/adapters/litellm.py
agentwell/adapters/openai_compat.py
agentwell/dashboard/__init__.py
agentwell/dashboard/app.py
agentwell/guard/__init__.py
agentwell/guard/ai_guard.py
agentwell/guard/log_redactor.py
agentwell/monitor/__init__.py
agentwell/monitor/coordination.py
agentwell/monitor/drift.py
agentwell/monitor/quality.py
agentwell/proxy/__init__.py
agentwell/proxy/server.py
agentwell/storage/__init__.py
agentwell/storage/db.py
agentwell/utils/__init__.py
agentwell/utils/compress.py
tests/test_coordination.py
tests/test_drift.py
tests/test_quality.py