AsyncLearnProtocol
Defined in the protocols module.AI Agent Async Protocol for learning store implementations. For backends that support async operations.
Methods
aadd()
Async add entry.
asearch()
Async search entries.
alist_all()
Async list all entries.
aget()
Async get entry by ID.
aupdate()
Async update entry.
adelete()
Async delete entry.
aclear()
Async clear all entries.
Source
View on GitHub
praisonaiagents/memory/learn/protocols.py at line 153
