> ## 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.

# aadd • AI Agent SDK

> aadd: Async add entry.

# aadd

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AsyncLearnProtocol**](../classes/AsyncLearnProtocol) class in the [**protocols**](../modules/protocols) module.

Async add entry.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def aadd(content: str, metadata: Optional[Dict[str, Any]]) -> Dict[str, Any]
```

## Parameters

<ParamField query="content" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="metadata" type="Optional" required={false}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  The result of the operation.
</ResponseField>

## Source

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