Files
examination/topics/qunar-ai-fullstack/ai-memory/meta.json
T

28 lines
483 B
JSON
Raw Normal View History

2026-09-02 18:22:20 +08:00
{
"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
}
}
}