You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: .devcontainer/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -15,19 +15,19 @@ See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
17
17
18
-
# AgentIQ Devcontainer
18
+
# AIQ Toolkit Devcontainer
19
19
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.
21
21
22
22
More information about devcontainers can be found at [`containers.dev`](https://containers.dev/).
23
23
24
24
## Get Started
25
25
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.
27
27
28
28
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.
29
29
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.
31
31
32
32
## Development Scripts
33
33
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ body:
28
28
id: version
29
29
attributes:
30
30
label: Version
31
-
description: What version of AgentIQ are you running?
31
+
description: What version of AIQ Toolkit are you running?
32
32
placeholder: "example: 0.1.0"
33
33
validations:
34
34
required: true
@@ -80,9 +80,9 @@ body:
80
80
id: terms
81
81
attributes:
82
82
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)
84
84
options:
85
-
- label: I agree to follow AgentIQ' Code of Conduct
85
+
- label: I agree to follow AIQ Toolkit' Code of Conduct
86
86
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
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)
66
66
options:
67
67
- label: I agree to follow this project's Code of Conduct
68
68
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
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)
60
60
options:
61
61
- label: I agree to follow this project's Code of Conduct
62
62
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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ body:
52
52
attributes:
53
53
label: Please provide a clear description of problem this feature solves
54
54
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 _____.
56
56
validations:
57
57
required: true
58
58
@@ -80,9 +80,9 @@ body:
80
80
id: terms
81
81
attributes:
82
82
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)
84
84
options:
85
85
- label: I agree to follow this project's Code of Conduct
86
86
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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Closes
6
6
7
7
## 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).
9
9
- 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.
10
10
- Any contribution which contains commits that are not Signed-Off will not be accepted.
11
11
- When the PR is ready for review, new or existing tests cover these changes.
0 commit comments