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

# bundles • AI Agent SDK

> bundles: Get all registered bundle manifests.

# bundles

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

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

Get all registered bundle manifests.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def bundles() -> List['BundleManifest']
```

### Returns

<ResponseField name="Returns" type="List['BundleManifest']">
  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/skills/manager.py#L264">
  `praisonaiagents/skills/manager.py` at line 264
</Card>
