Skip to main content

get

Method
This is a method of the LearnProtocol class in the protocols module.
Get entry by ID.

Signature

Parameters

str
required
Entry identifier

Returns

Optional[Dict[str, Any]]
Entry dict or None if not found

Source

View on GitHub

praisonaiagents/memory/learn/protocols.py at line 93