Forward-merge release/0.2 into main#120
Conversation
#### Overview - [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license. - [x] I searched existing issues and open pull requests, and this does not duplicate existing work. #### Details * Removes work-arounds introduced in PR #69 #### Where should the reviewer start? #### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to) - Closes # ## Summary by CodeRabbit * **Chores** * Updated CI workflows to use a newer version of the GitHub Actions installation tool across Rust, Python, Node.js, Go, and WebAssembly build pipelines. * Simplified WebAssembly testing and build process by removing platform-specific workarounds and streamlining installation steps. [](https://app.coderabbit.ai/change-stack/NVIDIA/NeMo-Flow/pull/119?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #119
|
FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
=======================================
Coverage 94.94% 94.94%
=======================================
Files 171 171
Lines 31347 31347
Branches 131 131
=======================================
Hits 29761 29761
Misses 1586 1586
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
#### Overview Reorganize the documentation entry points for NeMo Flow CLI, package installation, and supported integrations, and align terminology so public docs spell out key abbreviations before using them. - [x] I confirm this contribution is my own work, or I have the right to submit it under this project's license. - [x] I searched existing issues and open pull requests, and this does not duplicate existing work. #### Details - Adds a dedicated `Supported Integrations` sidebar section under `docs/integrations/` with an overview support matrix and moved OpenClaw, LangChain, LangGraph, and Deep Agents guides. - Keeps `Integrate into Frameworks` focused on integration-author guidance and routes end users to the supported integration pages. - Updates the top-level docs overview with a `What Should I Read First?` routing table and reorders the sidebar so NeMo Flow CLI and Supported Integrations appear before application instrumentation. - Narrows the Installation page to package-manager installs and covers CLI, Python, Node.js, Rust, OpenClaw, and Python framework integration packages for `0.2.0`. - Updates quick-start install sections so package-manager instructions appear before repository/source setup. - Expands first-use abbreviations across authored docs and generated API source comments for Agent Trajectory Interchange Format (ATIF), Agent Trajectory Observability Format (ATOF), Adaptive Cache Governor (ACG), and APIs. - Removes legacy `features.codex_hooks` references in favor of the canonical Codex hooks setting. Validation: - `just docs-linkcheck` - `just docs` - Commit hooks passed during `git commit -s`, including docs markdown linkcheck, FFI header sync, cargo fmt, cargo clippy, cargo check, and node docstring checks. #### Where should the reviewer start? Start with `docs/index.md` for the sidebar and top-level reading-path changes, then review `docs/getting-started/installation.md` and `docs/integrations/about.md` for the package and integration guidance. For terminology changes, spot-check `docs/plugins/observability/atif.md`, `docs/plugins/observability/atof.md`, `docs/plugins/adaptive/acg.md`, and the generated API source comments touched in `crates/core`, `crates/adaptive`, and `crates/node`. #### Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to) - Closes: NMF-126, NMF-127 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added NeMo Flow CLI docs and install guidance (version‑pinned); new agent harness support matrix and agent guides (Claude Code, Codex, Cursor, Hermes). * Introduced first-class Observability and Adaptive plugin docs, including ATOF/ATIF/OpenTelemetry/OpenInference, ACG, and Adaptive Hints. * **Documentation** * Major reorganization: simplified guide titles/navigation, added plugin‑centric references, roadmap checklist, and support matrices; removed legacy export/adaptive pages. * **Chores** * Updated badges/headers across docs and simplified license header requirement. <!-- review_stack_entry_start --> [](https://app.coderabbit.ai/change-stack/NVIDIA/NeMo-Flow/pull/118) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Will Killian <wkillian@nvidia.com>
Forward-merge triggered by push to release/0.2 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.