You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents/agents-features/agents-features-memory/src/commonMain/kotlin/ai/koog/agents/memory/feature/AgentMemory.kt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -281,18 +281,29 @@ public class AgentMemory(
281
281
* @param concept The concept to extract facts about
282
282
* @param subject The subject categorization for the facts (e.g., User, Project)
283
283
* @param scope The visibility scope for the facts (e.g., Agent, Feature, Product)
284
+
* @param retrievalModel LLM that will be used for fact retrieval from the history (by default, the same model as the current one will be used)
Copy file name to clipboardExpand all lines: agents/agents-features/agents-features-memory/src/commonMain/kotlin/ai/koog/agents/memory/feature/nodes/MemoryNodes.kt
0 commit comments