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

# Get All • AI Agent SDK

> get_all: Get all registered tools as a dict. Thread-safe.

# get\_all

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

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

Get all registered tools as a dict. Thread-safe.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_all() -> Dict[str, Union[BaseTool, Callable]]
```

### Returns

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

## Used By

* [`Knowledge.get_all`](../functions/Knowledge-get_all)
* [`Mem0MemoryAdapter.get_all_memories`](../functions/Mem0MemoryAdapter-get_all_memories)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/tools/registry.py#L415">
  `praisonaiagents/tools/registry.py` at line 415
</Card>
