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

# tools • AI Agent SDK

> Tools module for PraisonAI Agents - uses lazy loading for performance

# tools

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

Tools module for PraisonAI Agents - uses lazy loading for performance

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.tools import tools
```

## Classes

<CardGroup cols={2}>
  <Card title="Tools" icon="brackets-curly" href="../classes/Tools">
    Tools class for backward compatibility
  </Card>
</CardGroup>

## Functions

<CardGroup cols={2}>
  <Card title="internet_search()" icon="function" href="../functions/internet_search">
    Lazy-loaded internet search function.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Tools Concept" icon="wrench" href="/docs/docs/concepts/tools" />

  <Card title="Create Custom Tools" icon="plus" href="/docs/docs/guides/tools/create-custom-tools" />

  <Card title="Tool Development" icon="code" href="/docs/docs/tutorials/advanced-tool-development" />
</CardGroup>
