Skip to main content
Set up a local PraisonAI TypeScript development environment.

Development Setup

Quick Start

1

Simple Usage

git clone https://github.com/MervinPraison/PraisonAI.git
cd src/praisonai-ts
2

With Configuration

npm install
3

Build Package

npm run build

Package Structure

src/
├── agent/         # Agent-related interfaces and implementations
├── task/          # Task management and execution
├── utils/         # Utility functions and helpers
└── types/         # TypeScript type definitions

## Related

<CardGroup cols={2}>
  <Card title="TypeScript" icon="book" href="/docs/js/typescript">TypeScript overview</Card>
  <Card title="Node.js" icon="robot" href="/docs/js/nodejs">Node.js overview</Card>
</CardGroup>