0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. tests
  4. /
  5. unit
  6. /
  7. providers
  8. /
  9. relation_store
dawnbreaker28dawnbreaker28fix(providers): enforce owner_space access control in SQLRelationStore
55a850a2创建于 7 天前历史提交
文件最后提交记录最后更新时间
__init__.py
feat(providers): implement AGFSRelationStore - P1-P4: Implement AGFSRelationStore for .relations.json persistence - Implements get_edges() to read relations from node directory - Implements upsert_edges() to write/update relations - Idempotent: same edge (from_uri, to_uri, relation_type) updates existing - Returns empty list for missing nodes (graceful degradation) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 2 个月前
test_agfs_relation_store.py
feat: retrieval — token-aware assembly with graceful degradation 1 个月前
test_sql_relation_store.py
fix(providers): enforce owner_space access control in SQLRelationStore _ensure_accessible() now validates owner_space via visible_owner_spaces instead of only checking account_id. Fallback path also enforces access control and logs warnings when triggered. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> 7 天前