- Add dev dependencies (pytest, ruff, mypy) to pyproject.toml - Configure pytest with test markers (unit, integration, slow) - Configure ruff linting rules - Configure mypy strict mode - Add tests directory with initial test structure - Add config_validation module for configuration validation - Add logging_config module for structured logging - Add types module with TypedDict definitions |
||
|---|---|---|
| .. | ||
| agents | ||
| dataflows | ||
| graph | ||
| llm_clients | ||
| config_validation.py | ||
| default_config.py | ||
| logging_config.py | ||
| types.py | ||