Orchestrate a persistent local AI agent with Hermes on NVIDIA DGX Spark
Introduction
Explore persistent AI runtime architecture on NVIDIA DGX Spark
Build the DGX Spark AI runtime foundation
Deploy Hermes Agent as an orchestration runtime
Add local LLM inference to Hermes Agent
Build persistent semantic memory for Hermes Agent
Add semantic retrieval and contextual reasoning to Hermes Agent
Add autonomous workspace cognition to Hermes Agent
Next Steps
Orchestrate a persistent local AI agent with Hermes on NVIDIA DGX Spark
Introduction
Explore persistent AI runtime architecture on NVIDIA DGX Spark
Build the DGX Spark AI runtime foundation
Deploy Hermes Agent as an orchestration runtime
Add local LLM inference to Hermes Agent
Build persistent semantic memory for Hermes Agent
Add semantic retrieval and contextual reasoning to Hermes Agent
Add autonomous workspace cognition to Hermes Agent
Next Steps
Who is this for?
This is an advanced topic for developers building persistent local AI agent systems on NVIDIA DGX Spark who want to use Arm Grace CPUs for orchestration and Blackwell GPUs for local LLM inference and embeddings.
What will you learn?
Upon completion of this Learning Path, you will be able to:
- Describe how persistent AI runtimes combine orchestration, semantic memory, and local inference
- Build a continuously running local AI agent using Hermes Agent, Ollama, and Qdrant
- Use Arm Grace CPUs to orchestrate event-driven AI workflows on NVIDIA DGX Spark
- Deploy semantic memory and contextual retrieval pipelines using vector embeddings and Qdrant
Prerequisites
Before starting, you will need the following:
- An NVIDIA DGX Spark system with at least 15 GB of available disk space
- Familiarity with running Python scripts and basic Docker container workflows
Summary
This summary was drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
Frequently asked questions
These FAQs were drafted with an approved AI-assisted workflow and reviewed by Arm contributors before publication. Human technical review remains part of the process so the final page reflects engineering rigor, accuracy, and Arm editorial standards.
workspace/inbox/. Hermes watches that path and handles on_created() events to start the workflow.workspace/inbox/, Hermes sends the content to the local model and you see an AI-generated summary in the runtime output. This indicates the inference path is wired correctly.