Set up your development environment for PraisonAI JavaScript framework
Clone Repository
git clone https://github.com/MervinPraison/PraisonAI.git cd src/praisonai-ts
Install Dependencies
npm install
Build Package
npm run build
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?