Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

ai

TypeScript AI Agent
  • AI SDK Wrapper Module
  • This module provides a stable wrapper over the AI SDK (aisdk) primitives. It isolates aisdk imports and provides typed wrappers to ensure future aisdk upgrades don’t break praisonai-ts users.

Import

import { ai } from 'praisonai';

JS AI SDK

JS AI SDK CLI