Skip to content

Contributing Guide

Thank you for your interest in contributing to the AI Agent Orchestration Platform! This guide will help you get started.

Getting Started

  1. Fork the repository and clone your fork.
  2. Create a new branch for your feature or bugfix.
  3. Write clear, well-documented code and tests.
  4. Run all tests and linters before submitting a PR.

Code Style

  • Follow PEP8 for Python code.
  • Use meaningful commit messages.
  • Write docstrings for all public functions/classes.

Submitting Changes

  1. Open a pull request (PR) with a clear description of your changes.
  2. Reference any related issues.
  3. Ensure your PR passes CI checks.
  4. Be open to feedback and iterate as needed.

Community Standards

  • Be respectful and constructive.
  • Report issues and suggest improvements.
  • Help review other contributions when possible.

For questions, open an issue or join the community chat.