CRF1408
CRF1408
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. >...
Adds a simple example demonstrating a DCA trading loop, showing how to use the client to select a market and repeatedly place small orders. --- > [!NOTE] > Introduces a...
Adds a GitHub Action to run mypy on the agents package and scripts, catching type errors in pull requests. --- > [!NOTE] > Adds a CI workflow to run `mypy`...