Agent
Defined in the agent module.Rust AI Agent SDK The core Agent struct Agents are the primary execution unit in PraisonAI. They combine: - LLM provider for generating responses - Tools for performing actions - Memory for conversation history - Instructions for behavior
Fields
Methods
new
simple
id
name
instructions
model
chat
start
run
add_tool
tool_count
clear_memory
history
Source
View on GitHub
praisonai/src/agent/mod.rs at line 39
