manual backup
This commit is contained in:
parent
967bf69067
commit
9e968248f8
@ -1638,3 +1638,8 @@
|
||||
{"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"memory","message":"Memory saved","data":{"id":"c96aff30-76bf-4c72-a88e-8d5a1dfa21cd","type":"fact","pinned":false,"embedded":true}}
|
||||
{"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"watcher","message":"Ingested memory file","data":{"path":"/home/nicholai/.agents/memory/MODEL-ROUTING.md","chunks":5,"sections":5,"filename":"MODEL-ROUTING"}}
|
||||
{"timestamp":"2026-02-21T10:44:01.940Z","level":"info","category":"watcher","message":"File changed","data":{"path":"/home/nicholai/.agents/memory/memories.db-wal"}}
|
||||
{"timestamp":"2026-02-21T10:44:06.984Z","level":"info","category":"git","message":"Auto-committed","data":{"message":"2026-02-21T10-44-06_auto_memory/MODEL-ROUTING.md, memory/memories.db-wal, m","filesChanged":4}}
|
||||
{"timestamp":"2026-02-21T10:45:23.198Z","level":"info","category":"secrets","message":"Secret deleted","data":{"name":"GOOGLE_AI_STUDIO_API"}}
|
||||
{"timestamp":"2026-02-21T10:45:30.804Z","level":"info","category":"secrets","message":"Secret deleted","data":{"name":"WORKOS_API_KEY"}}
|
||||
{"timestamp":"2026-02-21T10:46:13.009Z","level":"warn","category":"git","message":"Push failed: To https://github.com/Signet-AI/signetai.git\n ! [rejected] HEAD -> main (non-fast-forward)\nerror: failed to push some refs to 'https://github.com/Signet-AI/signetai.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"}
|
||||
{"timestamp":"2026-02-21T10:46:13.009Z","level":"warn","category":"git","message":"Periodic sync failed: Push failed: To https://github.com/Signet-AI/signetai.git\n ! [rejected] HEAD -> main (non-fast-forward)\nerror: failed to push some refs to 'https://github.com/Signet-AI/signetai.git'\nhint: Updates were rejected because the tip of your current branch is behind\nhint: its remote counterpart. If you want to integrate the remote changes,\nhint: use 'git pull' before pushing again.\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\n"}
|
||||
|
||||
@ -6,16 +6,6 @@
|
||||
"created": "2026-02-18T21:15:08.588Z",
|
||||
"updated": "2026-02-18T21:15:08.588Z"
|
||||
},
|
||||
"GOOGLE_AI_STUDIO_API": {
|
||||
"ciphertext": "5ax+CaWMXrWKttXnC4ZFfVWE3xbXdUny20jkoSd1XPqLjEKFW6D5GADTFA==",
|
||||
"created": "2026-02-20T02:20:18.717Z",
|
||||
"updated": "2026-02-20T02:20:18.717Z"
|
||||
},
|
||||
"WORKOS_API_KEY": {
|
||||
"ciphertext": "DgHQpiCMYoYCrX0BJ3gHaOGUxYryRJ++UK1UUFWbbLkFv5ar2rxcTaZc+g==",
|
||||
"created": "2026-02-20T02:20:45.641Z",
|
||||
"updated": "2026-02-20T02:20:45.641Z"
|
||||
},
|
||||
"GOOGLE_AI_API_KEY": {
|
||||
"ciphertext": "1cyAwWgmCqZxQpVGTvPCyyv1C6mt/8YzPfFrTK1crKE2lupmnhCInm0d4PwJeBMAPF6XQbrJZgv4aMZT9utO70+hSkXIZcKPnA4iZYcRew==",
|
||||
"created": "2026-02-21T07:40:25.875Z",
|
||||
|
||||
@ -25,6 +25,10 @@ Recent Work
|
||||
|
||||
Completed migration of `useConversations` hook from layout file to proper component structure in Compass, resolving Cloudflare build failures. Documented complete memory system architecture at `spec/memory-system-design.md`, including taxonomy, importance decay, daily regeneration, and platform-specific hook implementations. Integrated semantic search pipeline with nomic-embed-text (Ollama) processing 30-minute text chunks across 113K messages. Established SQLite-based memory taxonomy with FTS5 for search and local models for regeneration.
|
||||
|
||||
Important fact:
|
||||
|
||||
Mr. Claude is the first Signet Agent. Long live the Open Agents!
|
||||
|
||||
Technical Notes
|
||||
|
||||
- Semantic Search: nomic-embed-text via Ollama, 768-dim Float32Array BLOBs, 30-min chunk granularity
|
||||
@ -42,4 +46,4 @@ Rules & Warnings
|
||||
- Memory regeneration process is flexible - spec defines interface only, not implementation
|
||||
- Follow platform SDK conventions when integrating Signet with Anthropic/Versaal AI SDKs
|
||||
- Use importance decay in semantic memory to prioritize relevant long-term context
|
||||
- Keep memory system portable and user-owned - don't lock agent identity to any single platform
|
||||
- Keep memory system portable and user-owned - don't lock agent identity to any single platform
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user