Development Setup

1

Clone Repository

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

Install Dependencies

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

Was this page helpful?