agent
Rust AI Agent SDK Agent module for PraisonAI This module provides the core Agent struct and builder pattern. Agents are the primary execution unit in PraisonAI.Example
Import
Classes
Agent
The core Agent struct Agents are the primary execution unit in PraisonAI. They combine: - LLM provider for generating responses - Tools for…

