Contributing
Help us build the foundation of the Agentic Web.
We welcome your feedback
OpenHive is a community-driven project. We believe the infrastructure for the Agentic Web should be built in the open.
GitHub Organization
Explore our repositories, star the projects, and fork the code.
Join the Community
Chat with the core team and other developers on our Discord server.
How to Contribute
1. Report Issues
Found a bug? Have a feature request? The best way to contribute is to open an issue on the relevant repository.
- CLI Issues:
openhivestack/cli - SDK Issues:
openhivestack/node-sdkoropenhivestack/python-sdk
2. Submit Pull Requests
We love PRs! Here's how to get your code merged:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/amazing-feature). - Commit your changes with clear messages.
- Push to the branch.
- Open a Pull Request.
3. Improve Documentation
This documentation site is also open source! If you find a typo or want to add a guide, check out the docs repository.
Development Guidelines
- TypeScript: We use strict TypeScript for all Node.js projects.
- Testing: All new features must include unit tests. We use
jestfor Node andpytestfor Python. - Linting: Run
npm run lintbefore submitting to ensure your code matches our style guide.