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

# process • TypeScript AI Agent SDK

> Module reference for process

# process

<Badge color="green">TypeScript AI Agent</Badge>

## Import

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { process } from 'praisonai';
```

## Classes

<CardGroup cols={2}>
  <Card title="ProcessConfig" icon="brackets-curly" href="../classes/ProcessConfig">
    TypeScript ProcessConfig class
  </Card>

  <Card title="Process" icon="brackets-curly" href="../classes/Process">
    TypeScript Process class
  </Card>

  <Card title="BaseProcess" icon="brackets-curly" href="../classes/BaseProcess">
    TypeScript BaseProcess class
  </Card>
</CardGroup>
