Deep Agents Deploy:Claude Managed Agentsに対するオープンな代替手段
LangChainは、モデルに依存しないオープンソースのエージェントハーネス「Deep Agents」の本番環境向けデプロイサービス「Deep Agents deploy」をベータ版としてリリースし、単一コマンドでマルチテナント・スケーラブルなエージェントシステムを構築できるようにした。
キーポイント
オープンでモデルに依存しないエージェントハーネスの提供
Deep Agents deployは、オープンソースでモデルに依存しないエージェントハーネス「Deep Agents」を基盤としており、ユーザーがメモリを所有し、特定のプロプライエタリなハーネスや単一モデルに縛られない選択肢を提供する。
単一コマンドでの本番環境デプロイの実現
deepagents deployコマンド一つで、マルチテナントでスケーラブルなエージェントオーケストレーションロジックとメモリのデプロイ、エージェントセッションごとのサンドボックス立ち上げ、MCPやA2Aなどのエンドポイント設定をまとめて実行できる。
カスタマイズ可能なエージェント構成要素
ユーザーは、使用するLLMモデル、エージェントのコア指示セット(AGENTS.md)、専門知識やアクションを提供するスキル、MCPプロトコル経由で呼び出せるツール(mcp.json)、必要に応じたサンドボックス環境を指定してカスタムエージェントをデプロイできる。
本番環境対応のスケーラブルなサーバー基盤
内部では、Deep Agentを独自のLangSmith Deploymentサーバーとバンドルし、MCP、A2A、Agent Protocol、Human-in-the-loopなど30以上のエンドポイントを備えた、本番環境対応で水平スケーリング可能なサーバーを立ち上げる。
影響分析・編集コメントを表示
影響分析
このリリースは、AIエージェントの本番環境導入における大きな障壁であったデプロイと運用の複雑さを解消し、オープンで相互運用可能なエージェントエコシステムの構築を加速させる可能性がある。特に、ベンダーロックインを回避しつつ、複数のモデルやツールを柔軟に組み合わせられる点は、企業のAI戦略における選択肢と制御性を高める重要な進展と言える。
編集コメント
AIエージェントの実用化が進む中、開発・運用の煩雑さを解消する本格的なデプロイソリューションの登場はタイムリー。オープンアーキテクチャによるベンダーロックイン回避の訴求は、企業ユーザーにとって特に魅力的な価値提案だろう。
image本日、Deep Agents deploy をベータ版としてローンチします。Deep Agents deploy は、モデルに依存しないオープンソースのエージェントハーネスを、プロダクション環境で利用可能な形でデプロイする最速の方法です。
Deep Agents deploy はオープンな世界のために構築されています。これは、オープンソースでモデルに依存しないエージェントハーネスである Deep Agents を基盤としています。ハーネスはメモリと密接に結びついているため、オープンなハーネスを選択することは、自らのメモリを所有し、プロプライエタリなハーネスに閉じ込められたり、単一のモデルに縛られたりしないことを選択することを意味します。
ハーネスエンジニアリング → プロダクション
過去数ヶ月間、「ハーネスエンジニアリング」は、LLMをエージェント化するハーネスを構築する分野として台頭してきました。これらのハーネスには、エージェントの基盤となるオーケストレーションロジック、ツール、スキルが含まれていますが、開発者がカスタムの指示、ツール、スキルを提供することで、自らのユースケースに合わせてハーネスをカスタマイズすることも可能です。
プロダクション環境に移行するには、いくつかのステップが必要です:
- エージェントのオーケストレーションロジックとメモリを、マルチテナントでスケーラブルな方法でデプロイする
- エージェントセッションごとに起動されるサンドボックスを設定する
- MCP、A2A、ヒューマンインザループ、メモリなど、エージェントと対話するための各種エンドポイントを立ち上げる
本日、私たちはこれらのすべてのステップを単一のコマンドに統合します:deepagents deploy
何をデプロイするのか?
deepagents deploy では、あなたのカスタムエージェントをデプロイします。指定するパラメータは以下の通りです:
- model: 使用する大規模言語モデル。Deep Agents は、OpenAI、Google、Anthropic、Azure、Bedrock、Fireworks、Baseten、Open Router、Ollama を含む、あらゆるモデルまたはモデルプロバイダーと連携します。詳細は Models ドキュメントをご覧ください。
- AGENTS.md: エージェントの中核となる指示セットです。セッション開始時に読み込まれる指示をここで指定します。
- skills: エージェントスキルです。マークダウンファイルによる専門知識や、実行スクリプトによるアクションを提供できます。詳細は Skills ドキュメントをご覧ください。
- mcp.json: MCPプロトコル(HTTPS/SSE)を使用してエージェントが呼び出せるツールです。
- sandbox: 必要に応じて、エージェントが作業を行いスキルを実行するために利用可能なサンドボックスを指定できます。Deep Agents には、Daytona、Runloop、Modal、LangSmith Sandboxes との統合が標準で含まれています。あらゆるサンドボックスプロバイダーを Deep Agents で使用できます。実装ガイドをご覧ください。
imageデプロイメント
内部では、deepagents deploy は Deep Agent を独自の LangSmith Deployment サーバーとバンドルします。これはプロダクション環境に対応した、水平方向にスケーラブルなサーバーです。
30以上のエンドポイントを持つサーバーを起動します。エンドポイントには以下が含まれます:
- MCP: デプロイされたエージェントをツールとして呼び出せます。
- A2A: マルチエージェント設定でデプロイされたエージェントを呼び出せます。
- Agent Protocol: デプロイされたエージェントと対話する美しいUIを簡単に構築できます。
- ヒューマンインザループ: 人間の介入なしにエージェントが実行できる/できないアクションにガードレールを追加できます。
- メモリエンドポイント: エージェントの短期記憶または長期記憶に簡単にアクセスできます。
imageオープンエコシステム
deepagents deploy の重要な特徴は、オープンエコシステムへの統合です。具体的には:
- Python と TypeScript の両方で利用可能な、完全なオープンソース(MITライセンス)のハーネスである
deepagentsを使用します。 - エージェントの指示を指定する方法として、オープンスタンダードである
AGENTS.mdを使用します。 - エージェントに専門知識を提供する方法として、オープンスタンダードである Agent Skills を使用します。
- すべてのモデルプロバイダーと統合し、完全な制御を可能にします。Anthropic へのロックインはなく、タスクに最適なモデルの組み合わせ(オープンモデルを含む)を選択できます。
- すべてのサンドボックスプロバイダーと統合し、完全な制御を可能にします。
- MCP、A2A、Agent Protocol というオープンスタンダードを介してエージェントを公開します。
- LangSmith Deployments をセルフホストでき、自らのメモリをホストして所有できます。
Claude Managed Agents との比較
Claude Managed Agents は、最近ローンチされた別の競合サービスです。高レベルのアーキテクチャ(ハーネス、エージェントサーバー、サンドボックス)は同じですが、Claude Managed Agents は 囲い込まれた庭(walled garden) であり、膨大なロックインを生み出します。

メモリ
オープンエコシステムがエージェントハーネスとエージェントプラットフォームにとって重要な核心的理由は、メモリです。
エージェントハーネスはメモリと密接に結びついています(Sarah Wooders はこれについて素晴らしい記事を書いています)。ハーネスの重要な役割はコンテキストを管理することです(メモリはコンテキストそのものです)。ハーネスの構成要素が閉鎖的になり、APIの背後にロックされればされるほど、あなたのメモリも同様になります。
実際、あるモデルから別のモデルに切り替えるのはかなり簡単です(プロンプトを多少調整する必要はあるかもしれませんが、それほど難しいことではありません)。したがって、モデルAPI単体では大きなロックインは発生しません(最近見られた、OpenAI から Anthropic への一斉移行がその例です)。
しかし、短期・長期を問わず、メモリをそれらのAPIの背後にバンドルし始めると、膨大なロックインが生まれます。
社内SDRエージェントを作成することを想像してみてください。それは基本的なものから始まりますが、ユーザーと対話するにつれてその場で学習します。このメモリは蓄積されますが、すべて閉鎖的なAPIの背後にあります。そのハーネスやモデルから移行したい場合、それはエージェントのメモリをリセットし、一からやり直すことを意味します。
顧客に公開するエージェントにとっては、さらに深刻です。外部向けのセールスエージェントを構築し、それが対話するクライアントについてのメモリを蓄積します。これらのメモリはすべて閉鎖的なAPIの背後にあります。これらのメモリは、時間の経過とともに顧客体験を向上させるために構築すべきデータフライホイールの一部です。しかし、それらはもはやあなたのものではなく、その閉鎖的なAPIを所有する者のものになってしまいます。
deepagents deploy は、メモリを標準形式(AGENTS.md、スキル、その他のファイル)で保存し、APIを介して直接クエリ可能にし、セルフホストする場合はメモリが常にあなたのデータベース内のみに留まるようにします。
オープンハーネスを試す
プロプライエタリなハーネスの上にエージェントを構築すると、膨大なロックインが発生します。私たちは、エージェントの構築とデプロイが容易であると同時に、モデル選択の自由があり、自らのメモリを所有できる世界を信じています。
あなたもそれを信じるなら、本日 deepagents deploy をお試しください。
主要リンク:
- ドキュメント
- GitHub
原文を表示
imageToday we’re launching Deep Agents deploy in beta. Deep Agents deploy is the fastest way to deploy a model agnostic, open source agent harness in a production ready way.
Deep Agents deploy is built for an open world. It’s built on Deep Agents - an open source, model agnostic agent harness. Harnesses are intimately tied to memory, which means that by choosing an open harness you are choosing to own your memory, and not have it be locked into a proprietary harness or tied to a single model.
Harness engineering → production
Over the past few months, “harness engineering” has risen as the discipline of building harnesses to turn LLMs into agents. These harnesses contain orchestration logic, tools, skills that serve as the foundation of the agent, but allowing for builders to provide custom instructions, tools, skills to customize the harness to their use case.
To go to production, there are a few steps required:
Deploy the agent orchestration logic and memory in a multi-tenant, scalable way
Set up sandboxes so they get spun up per agent session
Stand up endpoints to interact with the agent, from MCP to A2A to other ones for human-in-the-loop, memory, and more
Today we are bundling all of those steps into a single command: deepagents deploy
What are you deploying?
With deepagents deploy you are deploying your custom agent. There are a few parameters you specify:
model: The Large Language Model to use. Deep Agents works with any model or model provider, including OpenAI, Google, Anthropic, Azure, Bedrock, Fireworks, Baseten, Open Router, and Ollama. See our Models docs for more info.
AGENTS.md: This is the core instruction set for the agent, where you specify instructions that are loaded in at the start of the session.
skills: These are Agent Skills that allow for specialized knowledge (via markdown files) and actions (via scripts to run). See our Skills docs for more.
mcp.json: These are tools the agent can call using the MCP protocol (HTTPS/SSE)
sandbox: If needed, you can specify a sandbox that is available to the agent to do work and run skills. Out of the box Deep Agents includes integrations with Daytona, Runloop, Modal, or LangSmith Sandboxes. Any sandbox provider can be used with Deep Agents; see our implementation guide.
imageDeployment
Under the hood, deepagents deploy bundles your Deep Agent with its own LangSmith Deployment server. This is a production ready, horizontally scalable server.
It spins up a server with 30+ endpoints, including endpoints for:
MCP; so you can call your deployed agents as tools
A2A; so you can call your deployed agents in a multi-agent setup
Agent Protocol; so you can easily write beautiful UIs to interact with your deployed agent
Human-in-the-loop; so you can add guardrails around what your agent can or cannot do without human intervention
Memory endpoints; so you can easily access short term or long term memory for you agent
imageOpen Ecosystem
A key part of deepagents deploy is integrating into an open ecosystem. Specifically:
We use deepagents, a fully open source, MIT license harness available for both Python and TypeScript
We use AGENTS.md, an open standard, as the way to specify agent instructions
We use Agent Skills, an open standard, as the way to provide specialized knowledge to the agent
We integrate with every model provider, to let you have full control over that. No Anthropic lock-in, you pick the best combination of models for your task, even open models.
We integrate with every sandbox provider, to you have full control over that
We expose agents via MCP, A2A, and Agent Protocol - open standards
You can self-host LangSmith Deployments, which allows you to host and own your own memory
Comparing to Claude Managed Agents
Claude Managed Agents is another competitive offering launched recently. The high level architecture (harness, agent server, sandboxes) is the same, but Claude Managed Agents is a walled garden that creates an incredible amount of lock in.

Memory
The core reason an open ecosystem matters for agent harnesses and agent platforms is memory.
An agent harness is intimately tied to memory (Sarah Wooders wrote a fantastic article on this). A key role of the harness is to manage context (memory is just context). As more and more parts of the harness become closed, locked behind an API - so does your memory.
It’s actually pretty easy to switch from one model to another (sure, you may have to adjust prompts a bit, but nothing too hard). So model APIs alone don’t have too much lock-in (as we’ve seen recently with all the migration from OpenAI to Anthropic).
When you start to bundle memory behind those APIs - whether short-term or long-term - it creates an incredible amount of lock in.
Imagine creating an internal SDR agent. It starts basic, but as it interacts with users it learns on the fly. This memory accumulates - but it’s all behind a closed API. If you want to move off of that harness, or off that model - that would mean reseting your agent’s memory, starting from scratch.
It’s even worse for agents that you expose to your customers. You build an external facing sales agent, that builds up memory of the clients it interacts with. All of these memories are behind a closed API. These memories are part of a data flywheel you should be building to make your customer’s experience better over time. But they are no longer yours - they belong to whomever owns that closed API.
deepagents deploy stores memory in a standard format (AGENTS.md, skills, and other files), allows you to query them directly via API, and if you self host ensures that memory always remains in your databases only.
Try out an open harness
Building agents on top of a proprietary harness and creates an incredible amount of lock in. We believe in a world where agent building and deployment should be easy, but you still have a choice of model selection and you still own your own memory.
If you believe in that as well, try out deepagents deploy today.
Key Links:
Documentation
GitHub
関連記事
[AINews] 今日は何も大きな出来事はありませんでした
Anthropic が RSI の兆候を示し、OpenAI の ChatGPT が月間アクティブユーザー数で 10 億人を突破。SpaceX AI は IPO について説明しているが、最も重要なのは AIE WF のチケット確保とイベント参加である。
Google の新モデル「Gemma 4 12B」は 16GB RAM のノート PC で動作可能に設計
Google は、メモリ消費を抑えた新しい生成 AI モデル「Gemma 4 12B」を発表した。このモデルは、一般的な消費者向けノートパソコン(RAM 16GB)でも実行できるように最適化されており、ローカルでの AI 利用を促進するものである。
LLM 研究論文:2026 年 1 月から 5 月のリスト
Sebastian Raschka が、2026 年上半期(1 月〜5 月)に注目すべき大規模言語モデル関連の研究論文を選定し、一覧として公開した。