11 KiB
Contributing to AnythingLLM
AnythingLLM is an open-source project and we welcome contributions from the community.
Reporting Issues
If you encounter a bug or have a feature request, please open an issue on the GitHub issue tracker.
Picking an issue
We track issues on the GitHub issue tracker. If you are looking for something to work on, check the good first issue label. These issues are typically the best described and have the smallest scope. There may be issues that are not labeled as good first issue, but are still a good starting point.
If there's an issue you are interested in working on, please leave a comment on the issue. This will help us avoid duplicate work. Additionally, if you have questions about the issue, please ask them in the issue comments. We are happy to provide guidance on how to approach the issue.
Before you start
Keep in mind that we are a small team and have limited resources. We will do our best to review and merge your PRs, but please be patient. Ultimately, we become the maintainer of your changes. It is our responsibility to make sure that the changes are working as expected and are of high quality as well as being compatible with the rest of the project both for existing users and for future users & features.
Before you start working on an issue, please read the following so that you don't waste time on something that is not a good fit for the project or is more suitable for a personal fork. We would rather answer a comment on an issue than close a PR after you've spent time on it. Your time is valuable and we appreciate your time and effort to make AnythingLLM better.
-
(most important) If you are making a PR that does not have a corresponding issue, it will not be merged. The only exception to this is language translations.
-
If you are modifying the permission system for a new role or something custom, you are likely better off forking the project and building your own version since this is a core part of the project and is only to be maintained by the AnythingLLM team.
-
Integrations (LLM, Vector DB, etc.) are reviewed at our discretion. We will eventually get to them. Do not expect us to merge your integration PR instantly since there are often many moving parts and we want to make sure we get it right. We will get to it!
-
It is our discretion to merge or not merge a PR. We value every contribution, but we also value the quality of the code and the user experience we envision for the project. It is a fine line to walk when running a project like this and please understand that merging or not merging a PR is not a reflection of the quality of the contribution and is not personal. We will do our best to provide feedback on the PR and help you make the changes necessary to get it merged.
-
Security is always important. If you have a security concern, please do not open an issue. Instead, please open a CVE on our designated reporting platform Huntr or contact us at team@mintplexlabs.com.
Configuring Git
First, fork the repository on GitHub, then clone your fork:
git clone https://github.com/<username>/anything-llm.git
cd anything-llm
Then add the main repository as a remote:
git remote add upstream https://github.com/mintplex-labs/anything-llm.git
git fetch upstream
Setting up your development environment
In the root of the repository, run:
yarn setup
This will install the dependencies, set up the proper and expected ENV files for the project, and run the prisma setup script. Next, run:
yarn dev
This will start the server, frontend, and collector in development mode. Changes to the code will be hot reloaded.
Best practices for pull requests
For the best chance of having your pull request accepted, please follow these guidelines:
- Unit test all bug fixes and new features. Your code will not be merged if it doesn't have tests.
- If you change the public API, update the documentation in the
anythingllm-docsrepository. - Aim to minimize the number of changes in each pull request. Keep to solving one problem at a time, when possible.
- Before marking a pull request ready-for-review, do a self review of your code. Is it clear why you are making the changes? Are the changes easy to understand?
- Use conventional commit messages as pull request titles. Examples:
- New feature:
feat: adding foo API - Bug fix:
fix: issue with foo API - Documentation change:
docs: adding foo API documentation
- New feature:
- If your pull request is a work in progress, leave the pull request as a draft. We will assume the pull request is ready for review when it is opened.
- When writing tests, test the error cases. Make sure they have understandable error messages.
Project structure
The core library is written in Node.js. There are additional sub-repositories for the embed widget and browser extension. These are not part of the core AnythingLLM project, but are maintained by the AnythingLLM team.
server: Node.js server source codefrontend: React frontend source codecollector: Node.js collector source code
Release process
Changes to the core AnythingLLM project are released through the master branch. When a PR is merged into master, a new version of the package is published to Docker and GitHub Container Registry under the latest tag.
When a new version is released, the following steps are taken a new image is built and pushed to Docker Hub and GitHub Container Registry under the associated version tag. Version tags are of the format v<major>.<minor>.<patch> and are pinned code, while latest is the latest version of the code at any point in time.
Desktop propagation
Changes to the desktop app are downstream of the core AnythingLLM project. Releases of the desktop app are published at the same time as the core AnythingLLM project. Code from the core AnythingLLM project is copied into the desktop app into an Electron wrapper. The Electron wrapper that wraps around the core AnythingLLM project is not part of the core AnythingLLM project, but is maintained by the AnythingLLM team.
🔌 Criteria for New LLM Providers
To ensure the long-term maintainability of AnythingLLM and prevent repository bloat, we enforce a vetting process for adding new third-party LLM provider integrations.
With thousands of new wrapper API services launching daily, we do not accept dedicated integrations for services that lack an established user base or offer no unique technical utility over our existing generic connectors which should be sufficient for most use cases.
While we understand everyone has to start somewhere, we cannot maintain a repository with thousands of bespoke LLM integrations that functionally are no different from one another. We want to keep the repository as clean and maintainable as possible since 99% of contributors for this specific integration do their integration PR and never contribute again.
🤝 Strategic Partnership Exception: These guidelines apply strictly to unsolicited community or third-party startup contributions. If you are an ecosystem, silicon, or cloud hardware partner engaging directly with the Mintplex Labs core team on a co-developed integration, proof-of-concept, or native optimization project, this vetting process is not applicable.
Before opening an unsolicited issue or submitting a Pull Request for a new provider, it must meet both the Technical and Market Viability thresholds below.
1. Technical Threshold
We do not accept dedicated integration code for providers whose API architecture mimics existing standards.
- The OpenAI-Compatibility Rule: If your service utilizes the OpenAI SDK, standard OpenAI API schema (eg:
/v1/chat/completions,/models) without requiring unique orchestration logic, it will be rejected. Users must connect to your service using our generic OpenAI Compatible or Generic API connectors. - To qualify for a dedicated integration, the PR must prove:
- Custom Authentication: Requires a complex, multi-step auth flow or custom request signing (e.g., AWS SigV4) that standard bearer tokens/headers cannot support.
- Proprietary SDK/Payloads: Relies on a distinct, widely adopted native SDK with a JSON schema that cannot be cleanly mapped to our generic layers.
- Unique Architectural Features: Exposes critical, native platform capabilities (e.g., custom server-side routing nodes or proprietary hyper-parameters) that are completely lost when forced through a generic wrapper.
2. Market Viability Threshold
We cannot act as a discovery or marketing engine for early-stage startups. To qualify for codebase inclusion, a provider must demonstrate an active, existing user base who would benefit from AnythingLLM's functionality. Any of the following criteria are acceptable:
- Community Demand: An integration issue request must accumulate a minimum of 20 organic upvotes (
+1reactions) from unique GitHub users before a PR will be reviewed. - Footprint Metrics: The provider or core underlying model organization must possess a verifiable footprint (e.g.,
50,000aggregate downloads on Hugging Face, or1,000stars on its core open-source repository). - Operational Longevity: The provider's production API must be publicly accessible and stable for a minimum of 90 days. We do not accept integrations for services that launched less than 90 days ago.
🤖 AI Use in Contributions
We are an AI company — we obviously use AI tools and expect contributors do too. However, we believe in AI-augmented engineers, not AI-replaced engineers. There is a difference between using an LLM to help you write code and having an LLM write code for you.
What will get your PR closed immediately
-
LLM-generated tests that don't test your code. If your tests are clearly auto-generated boilerplate that blindly asserts unrelated functionality (e.g., testing the Node.js
fsmodule instead of the feature you changed), your PR will be closed. Tests should demonstrate that you understand the code you wrote and that it works. It is not our job to understand the code your LLM generated, but it becomes our responsibility to maintain it forever. -
Claude Codeor similar agent signatures in your commit history. In our view, a commit history full of autonomous agent commits signals low-effort work and a lack of craft or care in the functionality being contributed. We take pride in what we ship and expect the same from contributors. Use an LLM to help you think, draft, and iterate — but the work should be yours, reviewed by you, and committed by you.
We are not anti-AI. We are anti-low-effort. If it looks like you prompted an agent, accepted the output without scrutiny, and opened a PR — we will close it to preserve our time and resources.
License
By contributing to AnythingLLM (this repository), you agree to license your contributions under the MIT license.