File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -239,11 +239,12 @@ on the next deployment.
239239
240240### Memory Strategies
241241
242- | Strategy | Description |
243- | ----------------- | --------------------------------------------------- |
244- | ` SEMANTIC ` | Vector-based similarity search for relevant context |
245- | ` SUMMARIZATION ` | Compressed conversation history |
246- | ` USER_PREFERENCE ` | Store user-specific preferences and settings |
242+ | Strategy | Description |
243+ | ----------------- | ------------------------------------------------------ |
244+ | ` SEMANTIC ` | Vector-based similarity search for relevant context |
245+ | ` SUMMARIZATION ` | Compressed conversation history |
246+ | ` USER_PREFERENCE ` | Store user-specific preferences and settings |
247+ | ` EPISODIC ` | Capture and reflect on meaningful interaction episodes |
247248
248249Strategy configuration:
249250
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ interface NetworkConfig {
3737type MemoryStrategyType = 'SEMANTIC' | 'SUMMARIZATION' | 'USER_PREFERENCE' | 'EPISODIC' ;
3838type ModelProvider = 'Bedrock' | 'Gemini' | 'OpenAI' | 'Anthropic' ;
3939
40-
4140// ─────────────────────────────────────────────────────────────────────────────
4241// AGENT
4342// ─────────────────────────────────────────────────────────────────────────────
You can’t perform that action at this time.
0 commit comments