How to contribute to the platform.
# Windows PowerShell
./scripts/setup_dev.ps1
We use pytest.
# Run Unit Tests (Fast)
python -m pytest packages/core/tests/unit
# Run Integration Tests (Requires Docker)
docker compose up -d
python -m pytest packages/core/tests/integration
packages/core/src/nl2sql/pipeline/nodes/.__call__(self, state: GraphState) -> Dict.graph.py or the relevant subgraph (sql_agent.py).