- 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 |
||
|---|---|---|
| .. | ||
| integration | ||
| test_agents | ||
| test_dataflows | ||
| test_graph | ||
| test_llm_clients | ||
| test_memory | ||
| __init__.py | ||
| conftest.py | ||