> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Async Learn Protocol • AI Agent SDK

> AsyncLearnProtocol: Async Protocol for learning store implementations.

# AsyncLearnProtocol

> Defined in the [**protocols**](../modules/protocols) module.

<Badge color="blue">AI Agent</Badge>

Async Protocol for learning store implementations.

For backends that support async operations.

## Methods

<CardGroup cols={2}>
  <Card title="aadd()" icon="function" href="../functions/AsyncLearnProtocol-aadd">
    Async add entry.
  </Card>

  <Card title="asearch()" icon="function" href="../functions/AsyncLearnProtocol-asearch">
    Async search entries.
  </Card>

  <Card title="alist_all()" icon="function" href="../functions/AsyncLearnProtocol-alist_all">
    Async list all entries.
  </Card>

  <Card title="aget()" icon="function" href="../functions/AsyncLearnProtocol-aget">
    Async get entry by ID.
  </Card>

  <Card title="aupdate()" icon="function" href="../functions/AsyncLearnProtocol-aupdate">
    Async update entry.
  </Card>

  <Card title="adelete()" icon="function" href="../functions/AsyncLearnProtocol-adelete">
    Async delete entry.
  </Card>

  <Card title="aclear()" icon="function" href="../functions/AsyncLearnProtocol-aclear">
    Async clear all entries.
  </Card>
</CardGroup>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/memory/learn/protocols.py#L153">
  `praisonaiagents/memory/learn/protocols.py` at line 153
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Async Feature" icon="clock" href="/docs/docs/features/async" />

  <Card title="Background Tasks" icon="spinner" href="/docs/docs/features/background-tasks" />

  <Card title="Async Jobs" icon="list-check" href="/docs/docs/features/async-jobs" />

  <Card title="Agent Learn" icon="graduation-cap" href="/docs/docs/concepts/agent-learn" />

  <Card title="Learn Configuration" icon="gear" href="/docs/docs/configuration/learn-config" />
</CardGroup>
