A collection of easy-to-use tools ready to plug directly into LangChain and LangGraph agents. You can just copy tools that you want to use into your project.
This repository contains the following ready-to-use tools:
We welcome contributions to expand this collection of native tools! If you'd like to add a new tool, please follow these guidelines:
your-tool-name/
├── README.md # Comprehensive documentation
├── your_tool.py # Main tool implementation
- Fork this repository
- Create your tool following the structure above
- Update this README to include your tool
- Submit a pull request with a clear description of your tool's functionality
We're excited to see what tools you'll contribute! 🚀