Workflow
GPU accelerated environment
icon
Search documents
Open Models, Open Runtime, Open Harness - Building your own AI agent with LangChain and Nvidia
LangChain· 2026-03-18 15:51
If you've ever seen agents like Claude Code or Manis or OpenClaw, they're actually all really similar under the hood. They have three core elements, a model, a runtime, and then a harness. In this video, we're going to cover how you can build all three of those components using open-source technology.So, we're going to use Neotron 3 Super Model as the model. We're then going to use Nvidia's Open Shell as the runtime. And finally, we're going to use Lingchain's deep agents harness to string it all together.L ...