mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
* feat: rename working_dir to vault_dir and update documentation - Rename working_dir to vault_dir across the application - Update documentation to reflect vault_dir instead of working_dir - Change FileFrontMatter title field to name field - Update .gitignore to include vault directory - Modify file path descriptions to reference vault instead of working_dir - Update related configuration and property names accordingly * refactor(steps): rename working_path to vault_path in CRUD operations - Rename parameter from `working_path` to `vault_path` in `resolve_path` function - Update all usages in append, edit, read, and write steps to use `self.vault_path` - Update documentation comments to reflect the new parameter name - Update docstring in read.py to mention `vault_dir` instead of `vault` test(chunked_file_parser): update frontmatter field from title to name - Change frontmatter field from `title` to `name` in test cases - Update comment in background steps test to reference `vault_path` instead of `working_path` * refactor(schema): remove unused ResourceEntry import * feat(file_graph): add link scope filtering to get_inlinks/get_outlinks * feat(file-store): add scope parameter to link methods
49 lines
No EOL
622 B
Text
49 lines
No EOL
622 B
Text
.vscode
|
|
.env*
|
|
.DS_Store
|
|
.idea
|
|
venv/
|
|
.ipynb_checkpoints
|
|
.__pycache__
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.log
|
|
tmp*
|
|
temp*
|
|
private*
|
|
dist/
|
|
nohup*
|
|
cache
|
|
log/
|
|
.trash/
|
|
runs
|
|
logs
|
|
rag_nodes_index.jsonl
|
|
alfworld_data
|
|
step_experiences/*
|
|
build/*
|
|
*.egg-info/*
|
|
cookbook/appworld/data/*
|
|
cookbook/appworld/experiments/*
|
|
cookbook/appworld/exp_result/*
|
|
file_vector_store/*
|
|
cookbook/appworld/file_vector_store/*
|
|
/.venv/
|
|
site/*
|
|
docs/_build/*
|
|
test_compact_storage/*
|
|
test_working_memory/*
|
|
*.code-workspace
|
|
local_vector_store/*
|
|
reme_profile/*
|
|
chroma_vector_store/*
|
|
bench_results/*
|
|
meta_memory/*
|
|
*.sqlite3
|
|
**/data/*.json
|
|
*.db
|
|
memories/*
|
|
.reme/*
|
|
vault |