ReMe/reme2/mcp/test
huangsen 30971af5ec
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
refactor(memory): restructure tool surface architecture
BREAKING CHANGE: Split monolithic agent_toolkit into modular components:
- memory_toolkit.py: memory_get, memory_create, memory_update_body,
  memory_update_meta, memory_search + schema policy helpers
- file_toolkit.py: file_download, file_upload, file_delete, file_list,
  file_move + path resolution and session temp dir
- graph_toolkit.py: graph_traverse + adjacency BFS
- event_toolkit.py: event_open, event_complete (using memory schema gates)
- lint_toolkit.py: check_* atomic primitives remain separate

Agent toolkit now composes these modules instead of containing all logic.

- Remove sync job from EXPECTED_JOBS since sync.py is no longer imported
- Add event_open and event_complete jobs to test expectations
- Update module imports to reference new toolkit structure
- Maintain backward compatibility through composition layer
2026-05-15 12:15:17 +08:00
..
__init__.py ``` 2026-05-11 10:52:25 +08:00
__main__.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
_helpers.py feat: add file_graph component and integrate with LinkedFileParser 2026-05-14 11:35:02 +08:00
test_expert.py refactor(memory): restructure tool surface architecture 2026-05-15 12:15:17 +08:00
test_service.py feat: add Neo4j backend and refactor file graph architecture 2026-05-14 19:46:18 +08:00