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.
Command-line interface for code execution
npm install @vercel/sandbox
praisonai-ts agent run \ --tools code-execution \ --prompt "Calculate the factorial of 20"
praisonai-ts agent run \ --tools "code-execution:timeout=60000" \ --prompt "Find all prime numbers under 1000"
praisonai-ts agent run \ --tools code-execution \ --prompt "Calculate the sum of squares from 1 to 100"
praisonai-ts agent run \ --instructions "You are a data analyst" \ --tools code-execution \ --prompt "Calculate mean, median, and std dev of [1,2,3,4,5,6,7,8,9,10]"
OPENAI_API_KEY