Skip to content

Commit e1ea82e

Browse files
authored
Merge branch 'main' into feat/wikipedia-mcp-tool
Signed-off-by: Hovhannes Tamoyan <hovhannes.tamoyan@gmail.com>
2 parents 7f77ce3 + c616629 commit e1ea82e

3 files changed

Lines changed: 876 additions & 0 deletions

File tree

docs/agentic_inference/tool_calling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,5 +370,6 @@ For vLLM, you may need to specify tool calling arguments:
370370
### Built-in Tools
371371

372372
- [`nemo_skills.mcp.servers.python_tool.PythonTool`](https://github.com/NVIDIA-NeMo/Skills/tree/main/nemo_skills/mcp/servers/python_tool.py) - Python code execution
373+
- [`nemo_skills.mcp.servers.arxiv_tool.ArxivSearchTool`](https://github.com/NVIDIA-NeMo/Skills/tree/main/nemo_skills/mcp/servers/arxiv_tool.py) - ArXiv paper search and retrieval (no API key required)
373374
- [`nemo_skills.mcp.servers.exa_tool.ExaTool`](https://github.com/NVIDIA-NeMo/Skills/tree/main/nemo_skills/mcp/servers/exa_tool.py) - Web search via Exa API
374375
- [`nemo_skills.mcp.servers.wikipedia_tool.WikipediaSearchTool`](https://github.com/NVIDIA-NeMo/Skills/tree/main/nemo_skills/mcp/servers/wikipedia_tool.py) - Direct Wikipedia article search and retrieval (no API key required)

0 commit comments

Comments
 (0)