Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
dev
oG-Memory
/
providers
/
relation_store
下载当前目录
dawnbreaker28
refactor(providers): move json import to module level in SQLRelationStore
c18fd957
创建于
5 天前
历史提交
文件
最后提交记录
最后更新时间
__init__.py
feat(pgdirect): SQL-backed storage backend replacing AGFS Direct PostgreSQL storage implementation: - SQLContextFS: full ContextFS implementation with RLS tenant isolation - SQLOutboxStore: listen-notify based async indexing - SQLRelationStore, SQLArchiveStore: relation and session persistence - SQLControlPlaneStore: multi-instance auth state sharing - Shared connection pool (PoolAdapterMixin) with health checks - Atomic write+outbox in single transaction - Archive chain support (soft delete + outbox event) - Owner-level ACL with visible_owner_spaces - PostgreSQL schema with idempotent ensure_schema() - Updated docs/setup scripts to replace AGFS with PostgreSQL Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 天前
agfs_relation_store.py
feat: retrieval — token-aware assembly with graceful degradation
1 个月前
sql_relation_store.py
refactor(providers): move json import to module level in SQLRelationStore Move
import json
from inside
_parse_relations_json()
to the top-level imports — stdlib module with no circular-import risk. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
5 天前