deep-agents

Tag

Cards List
#deep-agents

@LangChain: The @browserbase team is working on building the best tools for agents to use the browser It's super easy to attach the…

X AI KOLs Following · 5d ago Cached

The article discusses the integration of the open-source Stagehand SDK with Browserbase to provide ready-made browser tools for AI agents in LangChain, enabling easy setup for browser interaction.

0 favorites 0 likes
#deep-agents

@LangChain: New in Deep Agents: Subagents can now fork the supervisor's full conversation instead of starting from a blank context …

X AI KOLs Timeline · 6d ago Cached

LangChain introduces a new feature in its Deep Agents framework where subagents can now fork the supervisor's full conversation context instead of starting from a blank window.

0 favorites 0 likes
#deep-agents

@LangChain: Iconic

X AI KOLs Timeline · 2026-08-31 Cached

Caspar discusses how LangChain's managed deep agents can automatically set up Slack and derive icons from agent names, with inspiration from DitherAvatar.

0 favorites 0 likes
#deep-agents

@LangChain: On September 17th, the LangChain Academy team is hosting a live workshop on Deep Agents. RSVP today and get ready to le…

X AI KOLs Following · 2026-08-28 Cached

LangChain Academy is hosting a live workshop on Deep Agents on September 17th, teaching participants to build agents with planning, memory, and subagents for complex tasks.

0 favorites 0 likes
#deep-agents

@LangChain: Why @Box chose Deep Agents: Complete model agnosticism Customers can choose LLM providers, and Deep Agents allows this …

X AI KOLs Timeline · 2026-08-28 Cached

Box adopted LangChain's Deep Agents framework to build its enterprise AI agent, highlighting benefits like model flexibility and faster development cycles for complex content management tasks.

0 favorites 0 likes
#deep-agents

@caspar_br: anatomy of a managed deep agent. https://langch.in/mda

X AI KOLs Following · 2026-08-14 Cached

LangChain introduces Managed Deep Agents (MDA), a simplified way to build and deploy production AI agents with managed infrastructure and a deep agent harness.

0 favorites 0 likes
#deep-agents

@LangChain: Do all of your agents need a frontier model? We ran NVIDIA's open source router, Switchyard, through our Deep Agents ev…

X AI KOLs Timeline · 2026-08-11 Cached

LangChain tested NVIDIA's open-source router Switchyard with Deep Agents, showing that routing between models can cut costs by ~70% while retaining ~90% accuracy, and introduced new middleware integration for NVIDIA models.

0 favorites 0 likes
#deep-agents

@LangChain: Austin Berke, Lead AI Product Engineer at @Harmonic recently shared how they rebuilt Scout on Deep Agents, quadrupling …

X AI KOLs Timeline · 2026-08-07 Cached

Austin Berke, Lead AI Product Engineer at Harmonic, shared how they used LangChain's Deep Agents framework to rebuild Scout, quadrupling user retention from week 1 to week 4. The core approach is to use the file system as shared storage to manage context, connecting agents, frontend, and deterministic processes, allowing the model to build context on demand.

0 favorites 0 likes
#deep-agents

@LangChain: The most common question we get about our open source is when to reach for each of Deep Agents, LangChain, and LangGrap…

X AI KOLs Timeline · 2026-08-06 Cached

LangChain shares a guide by Sydney Runkle explaining the differences and use cases for Deep Agents, LangChain, and LangGraph, with examples to help developers choose the right package.

0 favorites 0 likes
#deep-agents

@LangChain: LangChain Academy Course update: Intro to Deep Agents Modules on dynamic and async subagents Course tutor skill which t…

X AI KOLs Following · 2026-08-06 Cached

LangChain Academy announces an update to its free 'Introduction to Deep Agents' course, adding modules on dynamic and async subagents, a course tutor skill, capstone projects, practice exercises, and TypeScript support, along with Deep Agents v0.7 updates.

0 favorites 0 likes
#deep-agents

Deep Agents v0.7 (6 minute read)

TLDR AI · 2026-07-30 Cached

LangChain releases Deep Agents v0.7, a leaner agent harness that cuts base input tokens by 65% through removing the default system prompt, trimming tool descriptions, and making TodoListMiddleware opt-in, with comparable performance validated across multiple models.

0 favorites 0 likes
#deep-agents

@tavilyai: With @nvidia NemoClaw Deep Agents Blueprint, Tavily plugs in natively in both the harness for tool use, and the governe…

X AI KOLs Timeline · 2026-07-14 Cached

Tavily announces native integration with NVIDIA's NemoClaw Deep Agents Blueprint, enabling easy configuration for tool use and network policy governance.

0 favorites 0 likes
#deep-agents

@LangChain: In 7 minutes, Partner Engineer Srimanth Tangedipalli shows you how to run Deep Agents Code inside a governed NemoClaw O…

X AI KOLs Following · 2026-07-13 Cached

LangChain shows a 7-minute tutorial by Partner Engineer Srimanth Tangedipalli on running Deep Agents Code inside a governed NemoClaw OpenShell Sandbox with NVIDIA Nemotron 3 Ultra via Baseten.

0 favorites 0 likes
#deep-agents

NVIDIA Nemotron Achieves Benchmark-Leading Performance With LangChain Deep Agents Harness

NVIDIA Blog · 2026-07-08 Cached

NVIDIA Nemotron 3 Ultra achieves benchmark-leading performance with LangChain Deep Agents harness, offering higher accuracy at lower cost than closed models without retraining.

0 favorites 0 likes
#deep-agents

@LangChain: New course launch from LangChain Academy: Introduction to Deep Agents Learn what a harness is, and why agents need one …

X AI KOLs Following · 2026-07-07 Cached

LangChain Academy launches a new course titled 'Introduction to Deep Agents', teaching what a harness is and the four core capabilities of a harness, with hands-on building using LangChain and LangSmith.

0 favorites 0 likes
#deep-agents

@LangChain: You can now run recursive language model (RLM) workflows in Deep Agents. Everything you need to know in 6 minutes from …

X AI KOLs Following · 2026-07-01 Cached

LangChain announces support for recursive language model (RLM) workflows in Deep Agents, with a 6-minute explainer video.

0 favorites 0 likes
#deep-agents

@Kimberl9633: LangChain just released two major updates today, directly pushing agent reliability forward: a unified evaluation stack, and a code execution solution that doesn't require a full sandbox. First, evaluation. How to test long-running, stateful agents? The combination of Harbor + LangSmith provides…

X AI KOLs Timeline · 2026-06-30 Cached

LangChain has released a unified evaluation stack (Harbor + LangSmith) and an in-process code execution solution based on WASM+QuickJS, aimed at improving the evaluation reliability and execution safety of AI agents.

0 favorites 0 likes
#deep-agents

@LangChain: Giving agents the ability to write code makes them dramatically more capable. It also makes security a lot harder. At L…

X AI KOLs Following · 2026-06-30 Cached

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.

0 favorites 0 likes
#deep-agents

@LangChain: .@harborframework can now integrate directly with Deep Agents, LangSmith Sandboxes, and LangSmith Observability. You ne…

X AI KOLs Following · 2026-06-30 Cached

Harbor Framework now integrates with LangChain's Deep Agents, LangSmith Sandboxes, and Observability, enabling running agents in isolated, reproducible environments for deterministic testing.

0 favorites 0 likes
#deep-agents

@LangChain: Deep Agents now supports dynamic subagents. Instead of invoking subagents with tool calls, the main agent writes orches…

X AI KOLs Following · 2026-06-29 Cached

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback