0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. oG-Memory
  2. /
  3. providers
  4. /
  5. relation_store
dawnbreaker28dawnbreaker28refactor(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 天前