Skip to main content

praisonai.agent

TypeScript
  • Agent Module - Core agent classes for PraisonAI
  • The primary exports are:
  • Agent: Single agent with instructions, tools, and optional persistence
  • Agents: Multi-agent orchestration (alias for PraisonAIAgents)
  • Router: Simplified keyword/pattern-based routing
  • Workflow: Step-based workflow execution (from workflows module)

Overview

This module provides components for agent.

Functions