For the complete documentation index, see llms.txt. This page is also available as Markdown.

llongterm.get

Fetch the mind you need

const mind = await llongterm.get('your.mind.id')
console.log('Mind fetched:', mind);

Arguments

Parameter
Type
Description

id

string

The id of the mind to fetch

Response

Property
Type
Description

mind

<Mind>

Llongterm Mind object



Last updated