Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.linksee.app/llms.txt

Use this file to discover all available pages before exploring further.

List the entities currently known to this memory store, sorted by recent activity. Use at the start of a new session (“what do I know about?”) before issuing specific recall queries. Cheaper than recall for the “give me an overview” question.

Parameters

kind
string
Filter by entity kind: person, company, project, concept, file, other.
min_memories
number
default:"1"
Only include entities with at least N memories.
limit
number
default:"30"
Max entities to return.
offset
number
default:"0"
Pagination offset.

Response

Each entity includes:
FieldDescription
nameDisplay name
kindEntity kind
canonical_keyEmail, domain, file path (if set)
memory_countTotal memories
goal_countMemories in goal layer
caveat_countMemories in caveat layer
learning_countMemories in learning layer
impl_countMemories in implementation layer
pinned_countMemories with importance >= 0.9
momentum_scoreActivity momentum

Example

{
  "kind": "project",
  "min_memories": 3
}
Use list_entities first, then recall with entity_name to drill into a specific project or person.