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
feat: add Claude Code marketplace plugin with service and expert tiers Add comprehensive Claude Code marketplace plugin supporting two paradigms for managing markdown vaults: - reme-service: Service-tier plugin with high-level MCP tools (retrieve/remember/maintain) where reme2 internals handle R-M-W loop - reme-expert: Expert-tier plugin where Claude Code agent runs R-M-W loop directly using raw memory_* primitives guided by reme protocol skill Both plugins implement identical 4-phase work paradigm: - Recall: Retrieve relevant context with ranking by relevance/proximity - Log: Record event facts and raw materials via idempotent event-folder upsert - Distill: Promote events to topic graph via R-M-W loop - Maintain: Vault hygiene sweep with lint and decay operations Include marketplace configuration, documentation, MCP server setup, subagents (reme-distiller, reme-curator), hooks (PreCompact, SessionEnd, Stop), and slash commands (/reme-distill, /reme-recall, /reme-clean). Remove outdated plugin entries from gitignore. ```
46 lines
605 B
Text
46 lines
605 B
Text
.vscode
|
|
.env*
|
|
.DS_Store
|
|
.idea
|
|
venv/
|
|
.ipynb_checkpoints
|
|
.__pycache__
|
|
__pycache__
|
|
*.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
|