Contributing
Thank you for your interest in contributing to AgentCost!
Quick Start
git clone https://github.com/agentcostin/agentcost.git
cd agentcost
pip install -e ".[dev,server]"
pre-commit install
pytest tests/ -v
Full Guide
See CONTRIBUTING.md for detailed instructions including:
- Development setup
- Project structure
- Making changes (branching, testing, linting)
- Commit convention (conventional commits)
- Pull request checklist
- Plugin development
- Enterprise feature contributions
Ways to Contribute
- Report bugs — File an issue
- Request features — Feature request
- Propose plugins — Plugin request
- Improve docs — Edit any page (click the pencil icon)
- Submit code — Fix bugs, add features, improve tests