We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87219a6 commit cb55bc1Copy full SHA for cb55bc1
1 file changed
tests/test_why_engine.py
@@ -41,7 +41,10 @@ def cortex_context():
41
def relevant_article():
42
return SourceItem(
43
title="New AI Agent Memory Framework Released",
44
- content="A framework for building persistent agent memory systems.",
+ content=(
45
+ "A framework to build persistent context memory for AI agent systems. "
46
+ "The engine supports layered recall and scoring."
47
+ ),
48
source_type="article",
49
url="https://example.com/agent-memory",
50
tags=["ai", "agents"],
0 commit comments