Skip to content

Commit 4e2bd17

Browse files
committed
Fix Vale spelling check errors for sandbox_agent
- Add technical terms to Vale accept.txt: Daytona, httpx, matplotlib, openpyxl, pyyaml, reportlab, sandbox variants, seaborn - Fix NumPy capitalization in README.md Signed-off-by: Jerry Guan <jerryguan777@gmail.com>
1 parent 56b43de commit 4e2bd17

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

  • ci/vale/styles/config/vocabularies/nemo-agent-toolkit-examples
  • examples/sandbox_agent

ci/vale/styles/config/vocabularies/nemo-agent-toolkit-examples/accept.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Dask
4343
Databricks
4444
Datadog
4545
DB(s?)
46+
[Dd]aytona
4647
[Dd]eserialize
4748
[Dd]ev
4849
[Dd]evcontainer(s?)
@@ -59,6 +60,7 @@ Grafana
5960
groundedness
6061
[Gg]ranularities
6162
[Hh]ashable
63+
httpx
6264
[Hh]yperparameter(s?)
6365
[Ii]nferencing
6466
isort
@@ -72,6 +74,7 @@ LLM(s?)
7274
# https://github.com/logpai/loghub/
7375
Loghub
7476
Mem0
77+
matplotlib
7578
Milvus
7679
[Mm]ixin
7780
MLflow
@@ -85,6 +88,7 @@ NIC
8588
NIM(s?)
8689
npm
8790
NumPy
91+
openpyxl
8892
NVIDIA
8993
OAuth
9094
URIs
@@ -103,16 +107,20 @@ PDF(s?)
103107
Pydantic
104108
PyPI
105109
pytest
110+
[Pp]yyaml
106111
[Rr]erank
107112
[Rr]eranker(s?)
108113
[Rr]eranking
109114
[Rr]edis
110115
[Rr]einstall(s?)
116+
reportlab
111117
[Rr]eplatform(ing)?
112118
[Rr]epo
113119
[Rr]etarget(ed?)
114120
[Rr]eusability
115121
[Rr]untime(s?)
122+
[Ss]andbox(ed|es|ing)?
123+
seaborn
116124
[Ss]erializable
117125
[Ss]ubclassing
118126
[Ss]ubcard(s?)

examples/sandbox_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ The sandbox provides an isolated workspace:
182182
```
183183

184184
**Pre-installed in nat-sandbox image:**
185-
- Data processing: pandas, numpy, matplotlib, seaborn
185+
- Data processing: pandas, NumPy, matplotlib, seaborn
186186
- Web: requests, httpx, beautifulsoup4
187187
- Browser: playwright (Chromium)
188188
- Documents: python-pptx, python-docx, reportlab

0 commit comments

Comments
 (0)