Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
dev
oG-Memory
/
tests
/
unit
/
providers
/
relation_store
下载当前目录
dawnbreaker28
fix(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 天前