Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ci/scripts/path_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@
),
# ignore notebook-relative paths
(
r"^examples/notebooks/retail_sales_agent/.*configs/",
r"^\./retail_sales_agent/data/",
r"^examples/notebooks/",
r".*(configs|data|src).*",
),
(
r"^examples/frameworks/haystack_deep_research_agent/README.md",
Expand Down
3 changes: 3 additions & 0 deletions ci/vale/styles/config/vocabularies/nat/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Authlib
[Cc]hatbot(s?)
# clangd is never capitalized even at the start of a sentence https://clangd.llvm.org/
clangd
Colab
CMake
[Cc]omposability
[Cc]omposable
Expand Down Expand Up @@ -65,7 +66,9 @@ groundedness
[Gg]ranularities
[Hh]ashable
[Hh]yperparameter(s?)
impactful
[Ii]nferencing
[Ii]nterquartile
isort
Jira
jsonlines
Expand Down
11 changes: 7 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,13 @@ To run the examples, install the NeMo Agent toolkit from source, if you haven't
- **[`simple_calculator_mcp`](MCP/simple_calculator_mcp/README.md)**: Demonstrates Model Context Protocol support using the basic simple calculator example

### Notebooks
- **[Building an Agentic System](notebooks/README.md)**: Series of notebooks demonstrating how to build, connect, evaluate, profile and deploy an agentic system using the NeMo Agent toolkit
- **[`1_getting_started.ipynb`](notebooks/1_getting_started.ipynb)**: Getting started with the NeMo Agent toolkit
- **[`2_add_tools_and_agents.ipynb`](notebooks/2_add_tools_and_agents.ipynb)**: Adding tools and agents to your workflow
- **[`3_observability_evaluation_and_profiling.ipynb`](notebooks/3_observability_evaluation_and_profiling.ipynb)**: Observability, evaluation and profiling

**[Building an Agentic System](notebooks/README.md)**: Series of notebooks demonstrating how to build, connect, evaluate, profile and deploy an agentic system using the NeMo Agent toolkit

1. [Getting Started](notebooks/1_getting_started_with_nat.ipynb) - Getting started with the NeMo Agent toolkit
2. [Bringing Your Own Agent](notebooks/2_bringing_your_own_agent.ipynb) - Bringing your own agent to the NeMo Agent toolkit
3. [Adding Tools and Agents](notebooks/3_adding_tools_and_agents.ipynb) - Adding tools and agents to your workflow
4. [Observability, Evaluation, and Profiling](notebooks/4_observability_evaluation_and_profiling.ipynb) - Observability, evaluation and profiling

#### Brev Launchables

Expand Down
Loading