Skip to main content

Show All Tool Sources

praisonai tools show-sources
Example Output:
📦 Tool Sources:

  built_in: praisonaiagents.tools.TOOL_MAPPINGS

  package_discovery:
    • praisonai_tools

  default_dirs:
    • ~/.praisonai/tools
    • ~/.config/praison/tools

  cwd_tools_py: /path/to/your/project/tools.py

Show Sources for a Template

praisonai tools show-sources --template ai-video-editor

Automatic tools.py Detection

If a tools.py file exists in your current working directory, it will be shown in the output and automatically loaded when running agents:
# Create a tools.py in your project
echo 'def my_tool(x): return x' > tools.py

# Verify it's detected
praisonai tools show-sources