Files
deepagents/examples/nvidia_deep_agent/langgraph.json
Victor Moreira 36b3025b6e feat(examples): add nvidia deep agent (#1822)
Add a multi-model deep research agent example built on NVIDIA's AIQ deep
research pattern. Uses Claude for orchestration and NVIDIA Nemotron for
web research, with GPU-accelerated data analysis via Modal sandboxes and
NVIDIA RAPIDS (cuDF/cuML).

- Multi-model architecture: Frontier model (orchestrator + data
processor) + Nemotron Super (researcher)
- GPU sandbox execution via Modal with RAPIDS for accelerated analytics
and ML
- Skill-based agent memory with self-improving knowledge files
- Tavily web search with full page content fetching
2026-03-12 09:54:00 -04:00

8 lines
104 B
JSON

{
"dependencies": ["."],
"graphs": {
"deepagent": "./src/agent.py:agent"
},
"env": ".env"
}