mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-22 00:32:49 +00:00
|
Some checks are pending
Pre-commit / run (ubuntu-latest) (push) Waiting to run
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 |
||
|---|---|---|
| .. | ||
| schema | ||
| __init__.py | ||
| agent_toolkit.py | ||
| event_toolkit.py | ||
| file_toolkit.py | ||
| graph_toolkit.py | ||
| ingestor.py | ||
| ingestor.yaml | ||
| lint_toolkit.py | ||
| maintainer.py | ||
| memory_io.py | ||
| memory_toolkit.py | ||
| protocol.md | ||
| retriever.py | ||
| runtime_response.py | ||
| summarizer.py | ||
| summarizer.yaml | ||