 Illia PolosukhinandClaude Opus 4.5
|
4e238e60ac
|
Add workspace and memory system (OpenClaw-inspired)
Implements persistent memory for agents with hybrid search:
- Database-backed workspace with PostgreSQL (not filesystem)
- Memory documents: MEMORY.md, daily logs, identity files
- Chunked content with FTS (tsvector) + vector (pgvector) indexes
- Reciprocal Rank Fusion (RRF) for hybrid search combining BM25 and semantic
- Memory tools: memory_search, memory_write, memory_read
- Proactive heartbeat system for periodic execution (30 min default)
- OpenAI embeddings provider (text-embedding-3-small)
Key patterns from OpenClaw:
- "Memory is files, not RAM" - explicit persistence required
- Two-tier memory: daily logs (raw) + curated MEMORY.md
- Session isolation via user_id/agent_id scoping
Co-Authored-By: Claude Opus 4.5 <[email protected]>
|
2026-02-02 21:18:47 -08:00 |
|