You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/templates/CONTRIBUTING.md

302 B

Contributing

To add a new project:

Make sure you have langchain-cli installed.

pip install -U langchain-cli

Create a new package

langchain hub new $PROJECT_NAME

This will set up the skeleton of a package. You can then edit the contents of the package as you desire.