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

# list Plugins • TypeScript AI Agent SDK

> listPlugins: API reference for listPlugins

# listPlugins

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**plugins**](../modules/plugins) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def listPlugins() -> PluginInfo[]
```

### Returns

<ResponseField name="Returns" type="PluginInfo[]">
  The result of the operation.
</ResponseField>

## Uses

* `getPluginManager`
* `listPlugins`

## Used By

* [`enable`](../functions/enable)
* [`disable`](../functions/disable)
* [`listPlugins`](../functions/listPlugins)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/plugins/index.ts#L677">
  `src/plugins/index.ts` at line 677
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Plugins" icon="plug" href="/docs/js/plugins" />
</CardGroup>
