{
  "name": "nous-ml-engineer-agent",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/nous/ml-engineer-agent/nous_ml_engineer_agent",
  "tags": ["scope:nous", "type:lib", "domain:autoresearch", "lang:python"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "python3 -m pytest tests/ -q", "cwd": "libs/nous/ml-engineer-agent" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "python3 -m ruff check .", "cwd": "libs/nous/ml-engineer-agent" }
    }
  }
}
