Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Set up your development environment for PraisonAI JavaScript framework
Simple Usage
git clone https://github.com/MervinPraison/PraisonAI.git cd src/praisonai-ts
With Configuration
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 ## 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>