Skip to content

starchou6/easy-langchain-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

easy-langchain-tools

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.

Available Tools

This repository contains the following ready-to-use tools:


Contributing Tools

We welcome contributions to expand this collection of native tools! If you'd like to add a new tool, please follow these guidelines:

Example Tool Structure

your-tool-name/
├── README.md              # Comprehensive documentation
├── your_tool.py           # Main tool implementation

Getting Started

  1. Fork this repository
  2. Create your tool following the structure above
  3. Update this README to include your tool
  4. Submit a pull request with a clear description of your tool's functionality

We're excited to see what tools you'll contribute! 🚀

About

A collection of native tools ready to plug directly into LangChain and LangGraph agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages