agents
agents copied to clipboard
docs: add Python style guide
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.mdoutlining use ofPEP 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.