Skip to main content

praisonai.db

TypeScript
  • Database Module - Exports for persistence layer
  • Usage (Python-like simplicity): import { db } from ‘praisonai’;
  • const agent = new Agent({ instructions: “You are helpful”, db: db(“sqlite:./data.db”), // URL-style string sessionId: “my-session” });

Overview

This module provides components for db.

Functions