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.
get_available_tools
Method
This is a method of the Agent class in the agent module.Get tools available to this agent, filtered by plan_mode if enabled. In plan_mode, only read-only tools are available to prevent modifications during the planning phase.
Signature
Returns
List of available tools
Source
View on GitHub
praisonaiagents/agent/agent.py at line 2556
