ReMe/reme2/memory
huangsen 1852d05f7b feat(file_graph): add optional paths parameter to get_nodes method
Add support for `paths=None` in `get_nodes` method to return all real
nodes as the graph's "scan everything" entry point. When `paths` is
explicitly passed as an empty list, returns empty list. Virtual
placeholders are filtered out in both cases.

BREAKING CHANGE: The `get_nodes` method signature changed from
requiring a list of paths to accepting an optional list or None.

refactor(memory): move runtime_response imports to steps package

Move runtime_response imports from memory package to steps package to
improve code organization and reduce circular dependencies.

refactor(config): update obsidian configuration table structure

Update the obsidian configuration markdown table to improve clarity
and fix incorrect section headings. Change 'stat/list' to 'file' and
'return specific tag info' to 'tags' section with proper commands.

chore(memory): remove deprecated toolkit modules

Remove deprecated agent_toolkit.py, file_toolkit.py, and
graph_toolkit.py modules as functionality has been moved to steps
package.

feat(steps): add new CRUD file operations

Add new steps for file operations including file_download and
file_list operations with proper path resolution and filtering
capabilities.
2026-05-15 14:55:08 +08:00
..
schema feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
__init__.py refactor(memory): restructure tool surface architecture 2026-05-15 12:15:17 +08:00
event_toolkit.py feat(file_graph): add optional paths parameter to get_nodes method 2026-05-15 14:55:08 +08:00
ingestor.py feat(file_graph): add optional paths parameter to get_nodes method 2026-05-15 14:55:08 +08:00
ingestor.yaml ``` 2026-05-11 19:45:53 +08:00
lint_toolkit.py feat(file_graph): add optional paths parameter to get_nodes method 2026-05-15 14:55:08 +08:00
maintainer.py feat(file_graph): add optional paths parameter to get_nodes method 2026-05-15 14:55:08 +08:00
memory_io.py refactor(memory): restructure tool surface architecture 2026-05-15 12:15:17 +08:00
memory_toolkit.py feat(file_graph): add optional paths parameter to get_nodes method 2026-05-15 14:55:08 +08:00
protocol.md ``` 2026-05-11 19:45:53 +08:00
retriever.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
summarizer.py ``` 2026-05-08 16:14:42 +08:00
summarizer.yaml ``` 2026-05-08 16:14:42 +08:00