mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-15 23:31:05 +00:00
* Add optional tag generation and normalization to auto memory * Add tag index components and clean up temporary JSONL files * Preserve tag index state when reconciliation fails * Refactor and streamline application implementation * Fix pylint C1803 warnings in tag normalization tests * Document optional tag index configuration * Make tag index failures non-blocking and disable auto-memory tags * Add configurable tag indexing and tag listing * Add tag-filtered hybrid search with exact candidate ranking * Remove obsolete generated files * Rename tag index key to tag_key and reject reserved fields * Extract automatic tagging into a dedicated step * Restrict frontmatter updates to authorized keys * Refine tag filtering and automatic memory tagging * Require underscore-separated tags in auto-tag prompts - Forbid spaces in tags and require underscores (e.g. sam_altman) in both English and Chinese auto_tag prompts, with English examples switched to English entities (OpenAI, gold) - Drop prompt-string assertions superseded by the new tagging rule - Merge construction/runtime tag_key validation tests into one parametrized case * Make max_tags_per_file configurable in auto-tag step * Consolidate tag index tests * Fix search test fixture lint warnings * Align tag contracts and index health behavior * Fall back when tag index is unavailable --------- Co-authored-by: jinli.yl <jinli.yl@alibaba-inc.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _change_batch.py | ||
| _dedup.py | ||
| _source_format.py | ||
| _watch_rules.py | ||
| bm25_search.py | ||
| clear_paths.py | ||
| clear_store.py | ||
| draft.py | ||
| graph_snapshot.py | ||
| init_changes.py | ||
| list_tags.py | ||
| log_changes.py | ||
| node_search.py | ||
| optimize_index.py | ||
| reindex.py | ||
| search.py | ||
| traverse.py | ||
| update_changes.py | ||
| vector_search.py | ||
| wait_for_paths.py | ||
| watch_changes.py | ||