Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
ILongTermMemoryRetriever
Interface ILongTermMemoryRetriever
interface
ILongTermMemoryRetriever
{
retrieveLongTermMemory
(
input
)
:
Promise
<
null
|
LongTermMemoryRetrievalResult
>
;
recordRetrievalFeedback
?
(
input
)
:
Promise
<
void
>
;
}
Index
Methods
retrieve
Long
Term
Memory
record
Retrieval
Feedback?
Methods
retrieve
Long
Term
Memory
retrieve
Long
Term
Memory
(
input
)
:
Promise
<
null
|
LongTermMemoryRetrievalResult
>
Parameters
input
:
LongTermMemoryRetrievalInput
Returns
Promise
<
null
|
LongTermMemoryRetrievalResult
>
Optional
record
Retrieval
Feedback
record
Retrieval
Feedback
(
input
)
:
Promise
<
void
>
Parameters
input
:
LongTermMemoryFeedbackInput
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
retrieve
Long
Term
Memory
record
Retrieval
Feedback
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...