ReMe/reme/schema
jinliyl 38cf16071b
refactor(embedding): update embedding model initialization and session storage paths (#329)
* refactor(embedding): update embedding model initialization and session storage paths

- Remove unused inspect import from as_embedding module
- Pass dimensions directly to embedding model constructor instead of using parameters
- Update session state file paths to use mem_session directory instead of resource
- Add mem_session_dir configuration option to application config schema
- Update workspace directory creation to include new mem_session directory
- Change AgentScope and Claude Code session paths to use mem_session directory
- Move embedding dimensions from parameters to top-level configuration
- Update AgentScope dependency version from 2.0.3 to 2.0.4
- Update integration tests to reflect new session file location paths

* chore(version): bump version to 0.4.0.8

- Update __version__ from 0.4.0.7 to 0.4.0.8 in __init__.py
2026-07-08 12:30:46 +09:00
..
__init__.py Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
application_config.py refactor(embedding): update embedding model initialization and session storage paths (#329) 2026-07-08 12:30:46 +09:00
dream.py Refactor logging levels and add dream schema definitions (#291) 2026-06-24 16:44:03 +08:00
emb_node.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_chunk.py docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
file_front_matter.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_link.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
file_node.py docs: rename vault_dir to workspace_dir in documentation and examples (#286) 2026-06-22 16:58:57 +08:00
request.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
response.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00
stream_chunk.py init: reme version 0.4.0 (#284) 2026-06-22 15:41:19 +08:00