-
Notifications
You must be signed in to change notification settings - Fork 11
docs: Create separate pypi.md files for each Python package #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 15 commits into
NVIDIA:release/0.1
from
dagardner-nv:david-pypi-119-b3
Jul 30, 2026
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
ee3752e
docs: Create separate pypi.md files for each Python package
dagardner-nv 3c4c9a8
Update pypi.md
dagardner-nv f24c44b
Update pypi.md
dagardner-nv 7a759e3
Update adapters/claude/README.md
dagardner-nv e4d95c5
NeMo Relay
dagardner-nv ceec26d
Update adapters/claude/pypi.md
dagardner-nv ea4af14
Update adapters/claude/pypi.md
dagardner-nv d62a207
Update adapters/codex/pypi.md
dagardner-nv de70523
Update adapters/codex/pypi.md
dagardner-nv 4f44a67
Update python/pypi.md
dagardner-nv ab38ec7
Update python/pypi.md
dagardner-nv de5e2a4
Include the package name in the description sentence, NeMo Relay not …
dagardner-nv db46f84
Restore section about supported Python versions
dagardner-nv 1f1acb0
Remove repeated 'applications'
dagardner-nv 00a6c34
Merge branch 'release/0.1' of github.com:NVIDIA/NeMo-Fabric into davi…
dagardner-nv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # NVIDIA NeMo Fabric Claude Adapter | ||
|
|
||
| [](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/releases) | ||
|
|
||
|  | ||
|
|
||
| `nemo-fabric-adapters-claude` provides a NeMo Fabric adapter for [Claude Code](https://claude.com/product/claude-code). | ||
|
|
||
| ## Install | ||
|
|
||
| Installation can be performed using the `nemo-fabric` meta package with the `claude` extra, or by installing the adapter and harness packages separately. The following table shows which components each installation provides: | ||
|
|
||
| | Installation | Runtime | Adapter | Harness | NeMo Relay CLI | | ||
| | --- | --- | --- | --- | --- | | ||
| | `pip install "nemo-fabric[claude]"` | Yes | Yes | Yes | No | | ||
| | `pip install "nemo-fabric-adapters-claude[harness]"` | No | Yes | Yes | No | | ||
| | `pip install nemo-fabric-adapters-claude` | No | Yes | No | No | | ||
|
|
||
| The `full` extra is equivalent to `harness`. NeMo Relay is optional for ordinary | ||
| runs. NeMo Relay telemetry and streaming require the `nemo-relay` CLI tool. | ||
| Refer to the [NeMo Relay installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install#nemo-relay-cli) for instructions. | ||
|
|
||
| Refer to the [installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # NVIDIA NeMo Fabric Codex Adapter | ||
|
|
||
| [](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/releases) | ||
|
|
||
|  | ||
|
|
||
| `nemo-fabric-adapters-codex` provides a NeMo Fabric adapter for use with [Codex](https://openai.com/codex/). | ||
|
|
||
| ## Install | ||
|
|
||
| Installation can be performed using the `nemo-fabric` meta package with the `codex` extra, or by installing the adapter and harness packages separately. The following table shows which components each installation provides: | ||
|
|
||
| | Installation | Runtime | Adapter | Harness | NeMo Relay CLI | | ||
| | --- | --- | --- | --- | --- | | ||
| | `pip install "nemo-fabric[codex]"` | Yes | Yes | Yes | No | | ||
| | `pip install "nemo-fabric-adapters-codex[harness]"` | No | Yes | Yes | No | | ||
| | `pip install nemo-fabric-adapters-codex` | No | Yes | No | No | | ||
|
|
||
| The `full` extra is equivalent to `harness`. NeMo Relay is optional for ordinary | ||
| runs. NeMo Relay telemetry and streaming require the `nemo-relay` CLI tool. | ||
| Refer to the [NeMo Relay installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install#nemo-relay-cli) for instructions. | ||
|
|
||
| Refer to the [installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # NVIDIA NeMo Fabric Adapter Utilities | ||
|
|
||
| [](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/releases) | ||
|
|
||
|  | ||
|
|
||
| `nemo-fabric-adapters-common` provides shared helper methods for NeMo Fabric | ||
| adapter implementations. Adapter packages typically declare this package as a | ||
| dependency. | ||
|
|
||
| ## Install | ||
|
|
||
| Install the package directly when developing an adapter: | ||
|
|
||
| ```bash | ||
| pip install nemo-fabric-adapters-common | ||
| ``` | ||
|
|
||
| Refer to the [NeMo Fabric documentation](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric) | ||
| for adapter and configuration guidance. Source code is available in the | ||
| [NVIDIA NeMo Fabric repository](https://github.com/NVIDIA/NeMo-Fabric). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # NVIDIA NeMo Fabric LangChain Deep Agents Adapter | ||
|
|
||
| [](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/releases) | ||
|
|
||
|  | ||
|
|
||
| `nemo-fabric-adapters-deepagents` provides a NeMo Fabric adapter for use with [LangChain Deep Agents](https://www.langchain.com/deep-agents). | ||
|
|
||
| ## Install | ||
|
|
||
| Installation can be performed using the `nemo-fabric` meta package with the `deepagents` extra, or by installing the adapter and harness packages separately. The following table shows which components each installation provides: | ||
|
|
||
| | Installation | Runtime | Adapter | Harness | NeMo Relay Python Package | | ||
| | --- | --- | --- | --- | --- | | ||
| | `pip install "nemo-fabric[deepagents]"` | Yes | Yes | Yes | No | | ||
| | `pip install "nemo-fabric[deepagents,relay]"` | Yes | Yes | Yes | Yes | | ||
| | `pip install "nemo-fabric-adapters-deepagents[harness]"` | No | Yes | Yes | No | | ||
| | `pip install "nemo-fabric-adapters-deepagents[full]"` | No | Yes | Yes | Yes | | ||
| | `pip install "nemo-fabric-adapters-deepagents[relay]"` | No | Yes | No | Yes | | ||
| | `pip install nemo-fabric-adapters-deepagents` | No | Yes | No | No | | ||
|
|
||
| NeMo Relay is optional for ordinary runs. NeMo Relay telemetry and streaming | ||
| require one of the installations in the table that includes the NeMo Relay | ||
| Python package. | ||
|
|
||
| Refer to the [installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
| --> | ||
|
|
||
| # NVIDIA NeMo Fabric Hermes Agent Adapter | ||
|
|
||
| [](https://github.com/NVIDIA/NeMo-Fabric/blob/main/LICENSE) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/) | ||
| [](https://github.com/NVIDIA/NeMo-Fabric/releases) | ||
|
|
||
|  | ||
|
|
||
| `nemo-fabric-adapters-hermes` provides a NeMo Fabric adapter for use with [Hermes Agent](https://hermes-agent.nousresearch.com/). | ||
|
|
||
| ## Install | ||
|
|
||
| Hermes Agent and this adapter require Python versions 3.11 through 3.13. | ||
| Installation can be performed using the `nemo-fabric` meta package with the `hermes-agent` extra, or by installing the adapter and harness packages separately. The following table shows which components each installation provides: | ||
|
|
||
| | Installation | Runtime | Adapter | Harness | NeMo Relay Python Package | | ||
| | --- | --- | --- | --- | --- | | ||
| | `pip install "nemo-fabric[hermes-agent]"` | Yes | Yes | Yes | No | | ||
| | `pip install "nemo-fabric[hermes-agent,relay]"` | Yes | Yes | Yes | Yes | | ||
| | `pip install "nemo-fabric-adapters-hermes[harness]"` | No | Yes | Yes | No | | ||
| | `pip install "nemo-fabric-adapters-hermes[full]"` | No | Yes | Yes | Yes | | ||
| | `pip install "nemo-fabric-adapters-hermes[relay]"` | No | Yes | No | Yes | | ||
| | `pip install nemo-fabric-adapters-hermes` | No | Yes | No | No | | ||
|
|
||
| NeMo Relay is optional for ordinary runs. NeMo Relay telemetry and streaming | ||
| require one of the installations in the table that includes the NeMo Relay | ||
| Python package. | ||
|
|
||
| Refer to the [installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install) for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.