agents icon indicating copy to clipboard operation
agents copied to clipboard

docs: add Python style guide

Open CRF1408 opened this issue 2 weeks ago • 0 comments

Adds a style guide summarising Python coding conventions (PEP 8, Ruff, Black, type hints) for the agents codebase


[!NOTE] Adds concise Python conventions documentation for contributors.

  • New docs/STYLE_GUIDE.md outlining use of PEP 8, ruff, black, type annotations, docstrings, and preference for small composable functions
  • Guidance to apply these practices consistently across new modules and scripts

Written by Cursor Bugbot for commit 680b66154d069529cca76ca77f6ff3ca0c088488. This will update automatically on new commits. Configure here.

CRF1408 avatar Dec 28 '25 21:12 CRF1408