.env.example
MANIFEST.in
README.md
requirements.txt
setup.py
airflow_tutor_agent.egg-info/PKG-INFO
airflow_tutor_agent.egg-info/SOURCES.txt
airflow_tutor_agent.egg-info/dependency_links.txt
airflow_tutor_agent.egg-info/entry_points.txt
airflow_tutor_agent.egg-info/requires.txt
airflow_tutor_agent.egg-info/top_level.txt
app/__init__.py
app/agent.py
app/main.py
app/prompts/__init__.py
app/prompts/onboarding_prompt.txt
app/prompts/system_prompt.txt
app/prompts/teaching_prompt.txt
app/prompts/troubleshooting_prompt.txt
app/services/__init__.py
app/services/airflow_installer.py
app/services/docker_checker.py
app/services/os_detector.py
app/services/preflight.py
app/services/python_checker.py
app/services/troubleshooter.py
app/services/verifier.py
app/utils/__init__.py
app/utils/helpers.py
app/utils/logger.py
docs/airflow_concepts_for_beginners.md
docs/architecture.md
docs/example_conversations.md
docs/how_it_was_built.md
docs/learning_path.md
docs/troubleshooting_guide.md
scripts/preflight.ps1
scripts/preflight.sh
templates/airflow_local_config.md
templates/docker-compose.override.yml
templates/hello_airflow.py
tests/test_preflight.py
tests/test_recommendation_logic.py
tests/test_troubleshooting.py