coding-agents Project description goes here. Installation uv sync Usage uv run python main.py # Run Jupyter Lab uv run jupyter lab Development # Run tests uv run pytest # Format code uv run ruff format . # Lint code uv run ruff check .