文件最后提交记录最后更新时间
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 天前
feat: add BM25 hybrid retrieval, dream lifecycle, and extraction improvements - Add BM25 keyword index with Vector-Anchored Fusion for hybrid seed retrieval - Add DreamService lifecycle subsystem with RecallTracker, SQLRecallStore, and LightDreaming phase - Merge dual-run extraction results by (category, routing_key) to reduce duplicates - Raise extraction confidence threshold from 0.5 to 0.6 - Remove L1 (overview) level from index records, enrich metadata with when/who/where - Add list_archives_since to SQLSessionArchiveStore for dream recall queries - Integrate recall tracking into RetrievalPipeline and MemoryService Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> 21 天前
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 天前
feat(memory): refine compact mechanism runtime state 11 天前
!85 fix(providers): SQLRelationStore fallback to context_nodes.relations From: @dawnbreaker28 Reviewed-by: @akushonkamen, @jcp0578 See merge request: opengauss/oGMemory!853 天前