LICENSE
README.md
pyproject.toml
hermes_dreaming/__init__.py
hermes_dreaming/cli.py
hermes_dreaming/config.py
hermes_dreaming/dreams_md.py
hermes_dreaming/memory_io.py
hermes_dreaming/orchestration.py
hermes_dreaming/paths.py
hermes_dreaming/plugin.yaml
hermes_dreaming/scoring.py
hermes_dreaming/session_reader.py
hermes_dreaming/sidecar.py
hermes_dreaming/state.py
hermes_dreaming.egg-info/PKG-INFO
hermes_dreaming.egg-info/SOURCES.txt
hermes_dreaming.egg-info/dependency_links.txt
hermes_dreaming.egg-info/entry_points.txt
hermes_dreaming.egg-info/requires.txt
hermes_dreaming.egg-info/top_level.txt
hermes_dreaming/commands/__init__.py
hermes_dreaming/commands/compact.py
hermes_dreaming/commands/install_cron.py
hermes_dreaming/commands/review.py
hermes_dreaming/commands/run.py
hermes_dreaming/commands/status.py
hermes_dreaming/prompts/__init__.py
hermes_dreaming/tools/__init__.py
hermes_dreaming/tools/apply_memory_op.py
hermes_dreaming/tools/finalize_run.py
hermes_dreaming/tools/get_state.py
hermes_dreaming/tools/record_decisions.py
hermes_dreaming/tools/stage_candidates.py
hermes_dreaming/tools/write_dream_report.py
tests/test_apply_memory_op.py
tests/test_install_cron.py
tests/test_memory_io.py
tests/test_orchestration.py
tests/test_scoring.py