@LangChain: .@harborframework can now integrate directly with Deep Agents, LangSmith Sandboxes, and LangSmith Observability. You ne…
Summary
Harbor Framework now integrates with LangChain's Deep Agents, LangSmith Sandboxes, and Observability, enabling running agents in isolated, reproducible environments for deterministic testing.
View Cached Full Text
Cached at: 07/01/26, 10:05 AM
.@harborframework can now integrate directly with Deep Agents, LangSmith Sandboxes, and LangSmith Observability.
You need to run agents in a real, reproducible, isolated environment, many times in parallel, with a deterministic check at the end.
Harbor solves this problem.
Everything you need to know
Similar Articles
@LangChain: How to run agent evals with @harborframework and LangSmith sandboxes, full traces included.
A guide on running agent evaluations using Harbor framework and LangSmith sandboxes with full trace support.
@LangChain: https://x.com/LangChain/status/2060111005917577668
LangChain's newsletter announces major product launches from Interrupt 2026: LangSmith Engine for automated agent failure diagnosis and fixes, and Sandboxes GA for secure code execution, alongside a new LangChain Labs research initiative and upcoming events.
@LangChain: Giving agents the ability to write code makes them dramatically more capable. It also makes security a lot harder. At L…
LangChain's Deep Agents allow untrusted agent-written code to run securely using WebAssembly-based code interpreters, providing execution and capability isolation without a traditional sandbox.
@LangChain: A TLDR on LangSmith Sandboxes: Hardware-virtualized microVM Kernel-isolated from your services + other sandboxes. Same …
LangSmith Sandboxes, hardware-virtualized microVMs offering kernel-level isolation for secure agent code execution, are now generally available. The release includes snapshots, copy-on-write forks, Blueprints, and other integration features.
@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…
LangChain's Deep Agents now supports dynamic subagents, where the main agent writes orchestration code to coordinate work at scale, enabling workflows like processing hundreds of documents with deterministic coverage.