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.

AfterAgentInput

Defined in the events module.
AI Agent Input for AfterAgent hooks.

Properties

prompt
str
No description available.
response
str
No description available.
tools_used
List
No description available.
total_tokens
int
No description available.
execution_time_ms
float
No description available.
  • to_dict: Generic utility method.

Source

View on GitHub

praisonaiagents/hooks/events.py at line 68

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents