-
Notifications
You must be signed in to change notification settings - Fork 11
docs: Create separate pypi.md files for each Python package
#155
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
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6fb2616
refactor: slim adapter runtime dependencies (#105)
zhongxuanwang-nv e36318e
Merge branch 'release/0.1' of github.com:NVIDIA/NeMo-Fabric into rele…
dagardner-nv 55c5f74
Remove crates.io and pypi badges from the pypi readme
dagardner-nv ad2ab12
Split readme into pypi files
dagardner-nv c8f0c84
Split readme into pypi files
dagardner-nv db7c134
Add homepage and issues links, use exact url casing
dagardner-nv 4dec2f8
Add homepage and issues links, use exact url casing
dagardner-nv 30a06e6
Cleanup install instructions
dagardner-nv 5f77c10
Restore testing section, removing the testing.md
dagardner-nv 7b523dc
re-phrase
dagardner-nv fc8fe1b
Slim down to installation only
dagardner-nv ba74096
Trim down the pypi readme files to just installation instructions
dagardner-nv 1d03a5b
Merge testing information back into the README
dagardner-nv ff16134
Add NeMo Fabric logo image to all pypi.md files
dagardner-nv a6adfba
Trim down the main pypi file
dagardner-nv eb43f96
Restore the learn more section
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,29 @@ | ||
| <!-- | ||
| 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) | ||
|
|
||
|  | ||
|
|
||
| Provides a NeMo Fabric adapter for use with [Claude Code](https://claude.com/). | ||
|
|
||
| ## 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`. Relay is optional for ordinary | ||
| runs. NeMo Relay telemetry and streaming require the `nemo-relay` CLI tool to be installed, refer to the [NeMo Relay installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install#nemo-relay-cli). | ||
|
|
||
| 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,29 @@ | ||
| <!-- | ||
| 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) | ||
|
|
||
|  | ||
|
|
||
| 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 to be installed, refer to the [NeMo Relay installation guide](https://nvidia-nemo-fabric.docs.buildwithfern.com/nemo/fabric/getting-started/install#nemo-relay-cli). | ||
|
|
||
| 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) | ||
|
|
||
|  | ||
|
|
||
| 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) | ||
|
|
||
|  | ||
|
|
||
| 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use explicit angle-bracketed path placeholders.
/path/to/nemo-relayand/path/to/codexshould be represented as placeholders, not literal paths. Quote them so the commands remain valid shell examples.Proposed wording
As per coding guidelines, represent path placeholders as angle-bracketed values inside monospace.
📝 Committable suggestion
🤖 Prompt for AI Agents
Source: Coding guidelines