ReMe/reme/enumeration
jinliyl 7d86658f33
Refactor logging levels and add dream schema definitions (#291)
* chore(logging): change info logs to debug level for data loading operations

- Changed stopwords loading log from info to debug level
- Changed file catalog nodes loading log from info to debug level
- Changed file graph nodes loading log from info to debug level

* feat(dream): add dream schema definitions and enum for auto-dream functionality

- Add DreamBucketEnum with procedure, personal, and wiki values
- Create comprehensive dream-related Pydantic models including DreamUnit,
  DreamTopic, DreamExtractOutput, IntegrateOutcome, TopicSelectionOutput,
  ProactiveResult, and DreamState
- Move schema definitions from local step module to shared schema package
- Update dream extraction and integration steps to use new enum-based
  bucket validation
- Initialize digest directories for each dream bucket type
- Enhance embedding store health check with workspace directory logging

* refactor(tests): update DreamState import path in test_auto_dream.py

- Move DreamState import from reme.steps.evolve.dream.schema to reme.schema
- Maintain same functionality with updated module reference
- Align import with new schema location in project structure
2026-06-24 16:44:03 +08:00
..
__init__.py Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
chunk_enum.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
component_enum.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
dream_bucket_enum.py Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
link_scope_enum.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00