mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-23 00:43:18 +00:00
- Rename local_file_graph.py to nx_file_graph.py and update class name to NxFileGraph - Add proper import error handling for networkx dependency in NxFileGraph - Create new LocalFileGraph implementation using pure Python dict-based storage - Update base_file_graph to include abstract methods for node/link operations - Modify upsert_nodes to handle multiple nodes and edge management - Implement proper edge bookkeeping with inverse and pending edge tracking - Add rebuild_links functionality to reconstruct graph relationships - Update logging to show real vs virtual nodes and edge counts - Maintain backward compatibility with existing graph persistence mechanisms |
||
|---|---|---|
| .. | ||
| component | ||
| config | ||
| enumeration | ||
| mcp | ||
| memory | ||
| schema | ||
| utils | ||
| __init__.py | ||
| application.py | ||
| constants.py | ||
| reme.py | ||
| reme_backup.py | ||