Skip to content

Commit 295df13

Browse files
authored
Rename AgentIQ to Agent Intelligence Toolkit (#160)
Name Usage: * Full Name: Agent Intelligence Toolkit - Use for document titles, webpage headers, any public descriptions * Short Name: AIQ Toolkit - Use after Agent Intelligence Toolkit has been referenced in blogs, docs, and other public locations * Uppercase No Space: AIQToolkit - Use for situations where capitalization will be preserved like the Github URL, directories, etc. * Lowercase No Space: aiqtoolkit - Use for URLs, pypi package, any place where spaces are not allowed and casing is not preserved. ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: #160
1 parent cba9257 commit 295df13

File tree

179 files changed

+3754
-3726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+3754
-3726
lines changed

‎.devcontainer/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717

18-
# AgentIQ Devcontainer
18+
# AIQ Toolkit Devcontainer
1919

20-
The AgentIQ devcontainer is provided as a quick-to-set-up development and exploration environment for use with [Visual Studio Code](https://code.visualstudio.com) (Code). The devcontainer is a lightweight container which mounts-in a Conda environment with cached packages, alleviating long Conda download times on subsequent launches. It provides a simple framework for adding developer-centric [scripts](#development-scripts), and incorporates some helpful Code plugins, such as clangd and CMake support.
20+
The AIQ Toolkit devcontainer is provided as a quick-to-set-up development and exploration environment for use with [Visual Studio Code](https://code.visualstudio.com) (Code). The devcontainer is a lightweight container which mounts-in a Conda environment with cached packages, alleviating long Conda download times on subsequent launches. It provides a simple framework for adding developer-centric [scripts](#development-scripts), and incorporates some helpful Code plugins, such as clangd and CMake support.
2121

2222
More information about devcontainers can be found at [`containers.dev`](https://containers.dev/).
2323

2424
## Get Started
2525

26-
To get started, simply open the AgentIQ repository root folder within Code. A window should appear at the bottom-right corner of the editor asking if you would like to reopen the workspace inside of the dev container. After clicking the confirmation dialog, the container will first build, then launch, then remote-attach.
26+
To get started, simply open the AIQ Toolkit repository root folder within Code. A window should appear at the bottom-right corner of the editor asking if you would like to reopen the workspace inside of the dev container. After clicking the confirmation dialog, the container will first build, then launch, then remote-attach.
2727

2828
If the window does not appear, or you would like to rebuild the container, click ctrl-shift-p and search for `Dev Containers: Rebuild and Reopen in Container`. Hit enter, and the container will first build, then launch, then remote-attach.
2929

30-
Once connected to the devcontainer within code, the `setup-aiq-env` script will begin to run and solve a AgentIQ Conda environment (this Conda environment is local to the AgentIQ repository and dev container and will not override any host environments). You should see the script executing in one of Code's integrated terminal. Once the script has completed, we're ready to start development or exploration of AgentIQ. By default, each _new_ integrated terminal will automatically Conda activate the AgentIQ environment.
30+
Once connected to the devcontainer within code, the `setup-aiq-env` script will begin to run and solve a AIQ Toolkit Conda environment (this Conda environment is local to the AIQ Toolkit repository and dev container and will not override any host environments). You should see the script executing in one of Code's integrated terminal. Once the script has completed, we're ready to start development or exploration of AIQ Toolkit. By default, each _new_ integrated terminal will automatically Conda activate the AIQ Toolkit environment.
3131

3232
## Development Scripts
3333
Several convenient scripts are available in the devcontainer's `PATH` (`.devcontainer/bin`) for starting, stopping, and interacting with Triton and Kafka. More scripts can be added as needed.

‎.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default Approval rule
2-
* @nvidia/agentiq-developers
2+
* @nvidia/aiqtoolkit-developers

‎.github/ISSUE_TEMPLATE/bug_report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body:
2828
id: version
2929
attributes:
3030
label: Version
31-
description: What version of AgentIQ are you running?
31+
description: What version of AIQ Toolkit are you running?
3232
placeholder: "example: 0.1.0"
3333
validations:
3434
required: true
@@ -80,9 +80,9 @@ body:
8080
id: terms
8181
attributes:
8282
label: Code of Conduct
83-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AgentIQ/blob/develop/CODE-OF-CONDUCT.md)
83+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AIQToolkit/blob/develop/CODE-OF-CONDUCT.md)
8484
options:
85-
- label: I agree to follow AgentIQ' Code of Conduct
85+
- label: I agree to follow AIQ Toolkit' Code of Conduct
8686
required: true
87-
- label: I have searched the [open bugs](https://github.com/NVIDIA/AgentIQ/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and have found no duplicates for this bug report
87+
- label: I have searched the [open bugs](https://github.com/NVIDIA/AIQToolkit/issues?q=is%3Aopen+is%3Aissue+label%3Abug) and have found no duplicates for this bug report
8888
required: true

‎.github/ISSUE_TEMPLATE/documentation_request_correction.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
id: correction_location
4141
attributes:
4242
label: Please provide a link or source to the relevant docs
43-
placeholder: "ex: https://github.com/NVIDIA/AgentIQ/blob/main/README.md"
43+
placeholder: "ex: https://github.com/NVIDIA/AIQToolkit/blob/main/README.md"
4444
validations:
4545
required: true
4646

@@ -62,9 +62,9 @@ body:
6262
id: terms
6363
attributes:
6464
label: Code of Conduct
65-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AgentIQ/blob/develop/CODE-OF-CONDUCT.md)
65+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AIQToolkit/blob/develop/CODE-OF-CONDUCT.md)
6666
options:
6767
- label: I agree to follow this project's Code of Conduct
6868
required: true
69-
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/AgentIQ/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and have found no duplicates for this bug report
69+
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/AIQToolkit/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and have found no duplicates for this bug report
7070
required: true

‎.github/ISSUE_TEMPLATE/documentation_request_new.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515

1616
name: Documentation - New Documentation Request
17-
description: Request additions to AgentIQ documentation
17+
description: Request additions to AIQ Toolkit documentation
1818
title: "[DOC]: "
1919
labels: ["doc"]
2020

@@ -49,16 +49,16 @@ body:
4949
attributes:
5050
label: Where have you looked?
5151
placeholder: |
52-
https://github.com/NVIDIA/AgentIQ/blob/main/docs/README.md and
53-
https://github.com/NVIDIA/AgentIQ/blob/main/README.md
52+
https://github.com/NVIDIA/AIQToolkit/blob/main/docs/README.md and
53+
https://github.com/NVIDIA/AIQToolkit/blob/main/README.md
5454
5555
- type: checkboxes
5656
id: terms
5757
attributes:
5858
label: Code of Conduct
59-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AgentIQ/blob/develop/CODE-OF-CONDUCT.md)
59+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AIQToolkit/blob/develop/CODE-OF-CONDUCT.md)
6060
options:
6161
- label: I agree to follow this project's Code of Conduct
6262
required: true
63-
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/AgentIQ/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and have found no duplicates for this bug report
63+
- label: I have searched the [open documentation issues](https://github.com/NVIDIA/AIQToolkit/issues?q=is%3Aopen+is%3Aissue+label%3Adocumentation) and have found no duplicates for this bug report
6464
required: true

‎.github/ISSUE_TEMPLATE/feature_request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ body:
5252
attributes:
5353
label: Please provide a clear description of problem this feature solves
5454
description: Real usage examples are especially helpful, non-code.
55-
placeholder: I want AgentIQ to do _____, because I need to _____.
55+
placeholder: I want AIQ Toolkit to do _____, because I need to _____.
5656
validations:
5757
required: true
5858

@@ -80,9 +80,9 @@ body:
8080
id: terms
8181
attributes:
8282
label: Code of Conduct
83-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AgentIQ/blob/develop/CODE-OF-CONDUCT.md)
83+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/NVIDIA/AIQToolkit/blob/develop/CODE-OF-CONDUCT.md)
8484
options:
8585
- label: I agree to follow this project's Code of Conduct
8686
required: true
87-
- label: I have searched the [open feature requests](https://github.com/NVIDIA/AgentIQ/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22%2Cimprovement%2Cenhancement) and have found no duplicates for this feature request
87+
- label: I have searched the [open feature requests](https://github.com/NVIDIA/AIQToolkit/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22%2Cimprovement%2Cenhancement) and have found no duplicates for this feature request
8888
required: true

‎.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Closes
66

77
## By Submitting this PR I confirm:
8-
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md).
8+
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AIQToolkit/blob/develop/docs/source/advanced/contributing.md).
99
- We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
1010
- Any contribution which contains commits that are not Signed-Off will not be accepted.
1111
- When the PR is ready for review, new or existing tests cover these changes.

‎.github/workflows/ci_pipe.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env:
4242
GIT_COMMIT: "${{ github.sha }}"
4343
BASE_SHA: "${{ inputs.base_sha }}"
4444
RAPIDS_CONDA_RETRY_MAX: "5"
45-
WORKSPACE: "${{ github.workspace }}/agentiq"
45+
WORKSPACE: "${{ github.workspace }}/aiqtoolkit"
4646
WORKSPACE_TMP: "${{ github.workspace }}/tmp"
4747
UV_CACHE_DIR: .uv-cache
4848

@@ -75,11 +75,11 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v4
7777
with:
78-
path: 'agentiq'
78+
path: 'aiqtoolkit'
7979

8080
- name: Check
8181
shell: bash
82-
run: ./agentiq/ci/scripts/github/checks.sh
82+
run: ./aiqtoolkit/ci/scripts/github/checks.sh
8383

8484
test:
8585
name: Test
@@ -98,11 +98,11 @@ jobs:
9898
uses: actions/checkout@v4
9999
with:
100100
fetch-tags: true
101-
path: 'agentiq'
101+
path: 'aiqtoolkit'
102102

103103
- name: Test:linux:${{ matrix.arch }}
104104
shell: bash
105-
run: ./agentiq/ci/scripts/github/tests.sh
105+
run: ./aiqtoolkit/ci/scripts/github/tests.sh
106106

107107
- name: Upload Test Results
108108
uses: actions/upload-artifact@v4
@@ -129,11 +129,11 @@ jobs:
129129
uses: actions/checkout@v4
130130
with:
131131
fetch-tags: true
132-
path: 'agentiq'
132+
path: 'aiqtoolkit'
133133

134134
- name: build_docs
135135
shell: bash
136-
run: ./agentiq/ci/scripts/github/docs.sh
136+
run: ./aiqtoolkit/ci/scripts/github/docs.sh
137137

138138
- name: Upload Documentation
139139
uses: actions/upload-artifact@v4
@@ -160,11 +160,11 @@ jobs:
160160
with:
161161
fetch-depth: 0
162162
fetch-tags: true
163-
path: 'agentiq'
163+
path: 'aiqtoolkit'
164164

165165
- name: build_wheels
166166
shell: bash
167-
run: ./agentiq/ci/scripts/github/build_wheel.sh
167+
run: ./aiqtoolkit/ci/scripts/github/build_wheel.sh
168168

169169
- name: Upload Wheels
170170
uses: actions/upload-artifact@v4

‎.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "external/agentiq-opensource-ui"]
2-
path = external/agentiq-opensource-ui
3-
url = https://github.com/NVIDIA/AgentIQ-UI.git
1+
[submodule "external/aiqtoolkit-opensource-ui"]
2+
path = external/aiqtoolkit-opensource-ui
3+
url = https://github.com/NVIDIA/AIQToolkit-UI.git

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All notable changes to this project will be documented in this file.
2626

2727
### Fixed
2828
- Fixed `aiq serve` when running the `simple_rag` workflow example
29-
- Added missing `platformdirs` dependency to `agentiq` package
29+
- Added missing `platformdirs` dependency to `aiqtoolkit` package
3030

3131
## [1.0.0] - 2024-12-04
3232

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717

18-
Refer to the [Contributing to AgentIQ](./docs/source/advanced/contributing.md) guide.
18+
Refer to the [Contributing to AIQ Toolkit](./docs/source/advanced/contributing.md) guide.

0 commit comments

Comments
 (0)