Copy
# Run tool example
npx ts-node examples/tools/basic-tool.ts
Copy
# Run tool registry example
npx ts-node examples/tools/registry.ts
Copy
# Run agent with tools example
npx ts-node examples/tools/agent-with-tools.ts
Copy
# List registered tools
npx ts-node -e "const {getRegistry} = require('praisonai'); console.log(getRegistry().list().map(t => t.name))"

