CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
adryserage_aetheris.egg-info/PKG-INFO
adryserage_aetheris.egg-info/SOURCES.txt
adryserage_aetheris.egg-info/dependency_links.txt
adryserage_aetheris.egg-info/entry_points.txt
adryserage_aetheris.egg-info/requires.txt
adryserage_aetheris.egg-info/top_level.txt
scripts/analyze_changes.py
src/__init__.py
src/cli.py
src/agents/__init__.py
src/agents/architect_analysis_agent.py
src/agents/base_agent.py
src/agents/code_analysis_expert.py
src/agents/code_metrics_agent.py
src/agents/dependency_vulnerability_agent.py
src/agents/quality_assurance_agent.py
src/agents/security_analysis_agent.py
src/core/__init__.py
src/core/analyzer.py
src/core/config.py
src/core/logger.py
src/models/__init__.py
src/models/data_models.py
src/services/__init__.py
src/services/code_generator.py
src/services/dependency_analyzer.py
src/services/documentation_searcher.py