File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+ # SPDX-License-Identifier: Apache-2.0
4+
25set -euo pipefail
36umask 077
47
Original file line number Diff line number Diff line change 11#!/usr/bin/env -S uv run --script
2+ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+ # SPDX-License-Identifier: Apache-2.0
4+
25# /// script
36# requires-python = ">=3.12"
47# dependencies = [
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+ # SPDX-License-Identifier: Apache-2.0
4+
25set -euo pipefail
36umask 077
47
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # SPDX-License-Identifier: Apache-2.0
3+
14"""Tests for the repository-agent profile resolver and launcher."""
25
36import json
You can’t perform that action at this time.
0 commit comments