Skip to content

Commit 0e1f982

Browse files
simon_sunclaude
andcommitted
docs: move agent memory idea to TODOS, remove from README
Not a current capability. Track internally for future development. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d531fb commit 0e1f982

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,6 @@ Everything lives in `.seeklink/seeklink.db` inside your vault — a single SQLit
132132

133133
Notes are chunked (~400 tokens), embedded with jina-embeddings-v2-base-zh, and indexed incrementally. Delete `.seeklink/` to rebuild from scratch.
134134

135-
While built for personal knowledge bases, SeekLink's search and graph tools work with any corpus of markdown files — including agent-generated notes and shared knowledge bases.
136-
137135
## Configuration
138136

139137
| Variable | Default | Description |

TODOS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Add `SEEKLINK_MODEL` environment variable to choose between:
1616

1717
**Context:** Deferred because adding model choice increases decision burden for new users. 330MB is acceptable in 2026. Add when community requests it.
1818

19+
### Agent knowledge layer
20+
Extend SeekLink as a knowledge/memory layer for AI agents and multi-agent systems. Current API is note-centric (paths, frontmatter, wikilinks). Agent memory would need: programmatic note creation tool, entity/fact-level retrieval, session memory, and possibly a different metadata model. The search + graph infrastructure is already there.
21+
1922
## Infrastructure
2023

2124
### PyPI automated publishing

0 commit comments

Comments
 (0)