LICENSE
README.md
pyproject.toml
apr/__init__.py
apr/__main__.py
apr/_yaml.py
apr/analyzer.py
apr/cache.py
apr/cli.py
apr/config.py
apr/configure.py
apr/digest.py
apr/errors.py
apr/learning_report.py
apr/profile.py
apr/report.py
apr/scanner.py
apr/templates.py
apr/web.py
apr/assessment/__init__.py
apr/assessment/blindspot.py
apr/assessment/collab.py
apr/assessment/quiz.py
apr/assessment/skill.py
apr/coach/__init__.py
apr/coach/planner.py
apr/events/__init__.py
apr/events/base.py
apr/events/dsh.py
apr/events/generic.py
apr/evidence/__init__.py
apr/evidence/agent_logs.py
apr/evidence/base.py
apr/evidence/fusion.py
apr/evidence/git.py
apr/evidence/markers.py
apr/knowledge/__init__.py
apr/knowledge/knowledge.py
apr/knowledge/learning_canvas.py
apr/llm/__init__.py
apr/llm/base.py
apr/llm/factory.py
apr/llm/ollama.py
apr/llm/openai_compat.py
apr/prompts/__init__.py
apr/prompts/sections.py
repocourse.egg-info/PKG-INFO
repocourse.egg-info/SOURCES.txt
repocourse.egg-info/dependency_links.txt
repocourse.egg-info/entry_points.txt
repocourse.egg-info/top_level.txt
tests/test_blindspot.py
tests/test_coach.py
tests/test_collab.py
tests/test_config.py
tests/test_configure.py
tests/test_digest.py
tests/test_event_bridge.py
tests/test_events.py
tests/test_fusion.py
tests/test_knowledge.py
tests/test_learning_canvas.py
tests/test_learning_report.py
tests/test_llm.py
tests/test_markers.py
tests/test_profile.py
tests/test_quiz.py
tests/test_report.py
tests/test_report_route.py
tests/test_scanner.py
tests/test_skill.py
tests/test_web.py