Deploy a multi-agent chatbot system and chat with agents on your Spark
This playbook shows you how to use DGX Spark to prototype, build, and deploy a fully local multi-agent system. With 128GB of unified memory, DGX Spark can run multiple LLMs and VLMs in parallel — enabling interactions across agents.
At the core is a supervisor agent powered by gpt-oss-120B, orchestrating specialized downstream agents for coding, retrieval-augmented generation (RAG), and image understanding. Thanks to DGX Spark's out-of-the-box support for popular AI frameworks and libraries, development and prototyping are fast and frictionless. Together, these components demonstrate how complex, multimodal workflows can be executed efficiently on local, high-performance hardware.
You will have a full-stack multi-agent chatbot system running on your DGX Spark, accessible through your local web browser. The setup includes:
NOTE
This demo uses ~120 out of the 128GB of DGX Spark's memory by default.
Please ensure that no other workloads are running on your Spark using nvidia-smi
, or switch to a smaller supervisor model like gpt-oss-20B.