Ship great agents fast with our open source JS frameworks – LangChain, LangGraph, and Deep Agents. Maintained by @LangChain.

🧑‍🍳
Starting today, @LangChain’s Managed Deep Agents can bake your agent’s environment at deploy time. 🧑‍💻 No clone. No install. No repeated setup. Drop in setup.sh or a Dockerfile. Bake once. Every new thread starts ready. 👇
2
1
6
4,658
You deploy, we provision! 🤝
Starting today, a @LangChain's Managed Deep Agent deploy provisions your Slack app for you 🤯 No manifest. No OAuth redirects. No bot tokens to copy around. One command, and your agent says 👋 in Slack.
1
9
3,105
LangChain JS retweeted
An agent is 3️⃣ layers. 👉 Business logic you write. 👉 A harness that runs the loop. 👉 Infrastructure that survives production. @hwchase17 breaks the whole stack in one video. piped.video/TUJmfeGTr1Q
1
4
15
2,445
LangChain JS retweeted
Managed Deep Agents is just getting started 🚀 @hwchase17 just published a set for banger videos that get you up to speed how shipping production agents today looks like.
🎓New YouTube playlist: Managed Deep Agents Gives an overview of Managed Deep Agents, and then each video dives deep into core concepts. Launching with six videos! 1⃣ Intro: piped.video/xdrB53bgpp0 2⃣ Conceptual Overview: piped.video/TUJmfeGTr1Q 3⃣ Quickstart: piped.video/L54dR9qMKzc 4⃣ Instructions and Context Hub: piped.video/8HIoZV7qlwA 5⃣ Skills: piped.video/Lhru0yMI2as 6⃣ Tools: piped.video/piBwvWgHqkY Playlist link: piped.video/playlist?list=PL…
5
12
2,073
LangChain JS retweeted
The AI engineer's job: what it knows, what it can call, and where people reach it. 🤔🗣️🤝 The rest is Managed Deep Agents. langch.in/managed-deep-agent…
1
4
17
940
LangChain JS retweeted
In Managed Deep Agents skills load in two steps, which is why a lean SKILL.md works. The prompt keeps the name and description. The body opens when the task matches. docs.langchain.com/langsmith…
Agent skills fail when their instructions are vague and their context is bloated. Best Practices for Creating Agent Skills is a practical guide for builders writing skills that agents can discover, load, and execute reliably. It helps you structure skills around lean SKILL.md instructions, just-in-time references, deterministic scripts, and LLM-assisted validation instead of piling everything into one prompt. Key features: • Standard skill structure – separates core instructions, scripts, references, and reusable assets • Discoverable metadata – explains naming rules and trigger-focused descriptions, including negative triggers • Progressive disclosure – keeps SKILL.md under 500 lines and loads supporting context only when needed • Procedural guidance – favors numbered steps, concrete templates, consistent terminology, and third-person imperative • Validation workflow – covers discovery tests, logic simulation, edge-case testing, and architecture refinement Free public GitHub repo. Link in the reply 👇
1
3
5
541
LangChain JS retweeted
Mention the agent in Slack. It runs. It replies in the thread. Managed Deep Agents treats Slack as a channel file: channels/slack.py. Mentions, DMs, and follow-ups start a run as the caller and post the answer back. No bot server to stand up either. docs.langchain.com/langsmith…
1
1
5
523
LangChain JS retweeted
You don't stand up an agent. You upload a folder. Claude Code is a harness for your laptop. Managed Deep Agents is a harness for production. Want Slack? Add a file. Want a daily run? Add a file. Want memory? Add a file. LangSmith runs the harness. docs.langchain.com/langsmith…
1
6
19
2,623
LangChain JS retweeted
We’re launching Managed Deep Agents today 🎉👀 langchain.com/blog/managed-d… @LangChain The goal posts for building agents have moved. Giving an agent tools, deploying it somewhere, and putting a UI in front of it isn’t the hard part anymore. The next challenge is everything around the agent: identity, memory, credentials, permissions, and securely connecting it to the services your users already use. This beta release is just the beginning and our foundation what is about to come next 🚀
5
10
25
7,892
LangChain JS retweeted
this blog covers 6 common workflow patterns we see with dynamic subagents (fanout and synthesize, adversarial verification, etc) if you'd prefer to learn w/ a video, check out this excellent guide from @colifran_ with examples and trace walk throughs!
3
20
109
20,066
code reviews can be beautiful ❤️ thanks @shadcn!
Plugged the new @shadcn chat components into @LangChain_JS Deep Agents and one-shotted a full code review agent. One reviewer per file, local sandbox, streaming live. Wild how fast this was 😍 🧑‍💻 full demo: github.com/langchain-ai/stre…
1
1
7
972
Agents are easy to demo locally. The hard part is shipping them inside a real app. We published a deployment cookbook for @LangChain agents: full-stack examples with streaming UI, subagents, thread history, and production persistence notes across common JS frameworks 🚀 🧵👇
4
3
23
13,415
Most JS teams ship from @nextjs first. The cookbook example keeps the agent inside App Router: Route Handlers expose /api/threads/..., SSE streams live events, and @langchain/react connects the UI. Useful when you want one deployable app, not a separate backend.
1
2
333
Not on @nextjs? The same deployment shape works across the JS ecosystem. @nuxt_js: Nitro routes + @langchain/vue @sveltejs with SvelteKit: @Cloudflare Workers + Durable Objects for SSE replay Or our recommendation: LangSmith Deployment via hosted LangGraph Agent Server + your UI 🧑‍💻 Code: github.com/langchain-ai/depl… 📚 Docs: docs.langchain.com/langsmith…
4
298