Skip to content

Commit 0fc644c

Browse files
committed
Remove some examples that need more work
1 parent 077d747 commit 0fc644c

File tree

3 files changed

+6
-865
lines changed

3 files changed

+6
-865
lines changed

agent_memory_server/models.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,12 @@ class MemoryPromptResponse(BaseModel):
453453

454454

455455
class LenientMemoryRecord(ExtractedMemoryRecord):
456-
"""A memory record that can be created without an ID"""
456+
"""
457+
A memory record that can be created without an ID.
458+
459+
Useful for the MCP server, where we would otherwise have to expect
460+
an agent or LLM to provide a memory ID.
461+
"""
457462

458463
id: str = Field(default_factory=lambda: str(ULID()))
459464

0 commit comments

Comments
 (0)