Files
examination/topics/qunar-ai-fullstack/ai-memory/meta.json
T
wonder b567cca425 refactor: 目录结构增加 Topic 层级 topics/qunar-ai-fullstack/
子主题目录从 topics/{slug} 移至 topics/qunar-ai-fullstack/{slug}
前端 fetch 路径改用 subtopic.path 字段

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-02 19:32:58 +08:00

28 lines
483 B
JSON

{
"slug": "ai-memory",
"name": "Agent 记忆管理 / 冲突处理",
"description": "记忆分层架构、淘汰策略、冲突检测与消解",
"tags": [
"ai",
"memory",
"lru",
"lfu",
"conflict-resolution"
],
"difficulty_range": [
1,
5
],
"schema_version": "1.0.0",
"question_files": [
"fill_blank",
"single_choice"
],
"stats": {
"total": 20,
"by_type": {
"fill_blank": 10,
"single_choice": 10
}
}
}