Skip to main content

Overview

PraisonAI automatically discovers tools from multiple sources. The show-sources command displays all configured tool sources and their resolution order.

Tool Resolution Order

Tools are resolved in the following order (highest priority first):

Code Usage

Automatic tools.py Loading

If a tools.py file exists in your current working directory, it will be automatically loaded when running templates or agents. This is useful for project-specific tools:
These tools will be available to your agents without any additional configuration.