AIニュース最前線
最新ニュースAI日報Hacker日報週報動画AIツールトレンド企業

AIニュース最前線

世界中のAI最新情報を日本語で毎時更新

最新ニュース日報トレンド企業プレミアムRSS
© 2026 ainew.jp特定商取引法に基づく表記
ニュース一覧元記事を開く
LangChain Blog·2026年4月22日 21:22·約8分で読める

Deep Agents Deploy:Claude Managed Agentsに代わるオープンな代替案

#LangChain#エージェント#オープンソース#MLOps#プロダクションデプロイ
TL;DR

LangChainは、モデル非依存かつオープンソースのエージェント実装をプロダクション環境へ迅速にデプロイ可能な「Deep Agents deploy」のベータ版をリリースした。

AI深層分析2026年4月26日 16:13
4
重要/ 5段階
深度40%
4
関連度30%
5
実用性20%
4
革新性10%
3

キーポイント

1

Deep Agents deployのベータリリース

LangChain Blogにて、モデル非依存(model agnostic)かつオープンソースのエージェントハネスをプロダクション対応でデプロイする新機能「Deep Agents deploy」がベータ版として公開された。

2

モデル非依存性とオープンソースの両立

特定のLLMベンダーに縛られず、オープンソースのフレームワークを用いてエージェントを構築・運用できる環境を提供することを謳っている。

3

プロダクション対応の迅速なデプロイ

開発環境から本番環境への移行を加速させる「最も高速な方法」として位置づけられており、実運用における展開の容易さを強調している。

影響分析・編集コメントを表示

影響分析

このリリースは、AIエージェント開発における「構築」から「運用・展開」への移行を支援する重要な一歩である。特に、特定のクラウドベンダーやLLMプロバイダーに依存しないオープンソース基盤の提供は、企業のデータガバナンスやコスト管理の観点から高い実用性を持つ。LangChainエコシステムの成熟度が示唆され、エンタープライズ領域でのエージェント普及に寄与する可能性が高い。

編集コメント

LangChainが提供するこの機能は、単なる開発フレームワークを超え、実運用レベルのインフラ基盤としての側面を強めている。モデル非依存性は今後のマルチモーダル・マルチエージェント環境において標準となる可能性があり、注目すべき展開である。

image
image

本日、Deep Agents deployをベータ版としてリリースいたします。Deep Agents deployは、モデル非依存のオープンソースエージェントハネスを本番環境対応の方法でデプロイする最速の方法です。

Deep Agents deployは、オープンな世界のために構築されています。これはDeep Agentsの上に構築されており、これはモデル非依存のオープンソースエージェントハネスです。ハネスはメモリと密接に関連しており、つまり、オープンなハネスを選択することは、自分のメモリを所有し、独自仕様のハネスにロックされたり単一のモデルに縛られたりしないことを選択することを意味します。

ハネスエンジニアリングから本番環境へ

過去数ヶ月の間、「ハネスエンジニアリング」は、LLMをエージェントに変換するためのハネス構築の分野として台頭してきました。これらのハネスには、エージェントの基盤となるオーケストレーションロジック、ツール、スキルが含まれていますが、ビルダーが独自のユースケースに合わせてハネスをカスタマイズするために、カスタム指示、ツール、スキルを提供できるようになっています。

本番環境へ移行するには、いくつかのステップが必要です:

  • 複数テナント対応かつスケーラブルな方法で、エージェントのオーケストレーションロジックとメモリをデプロイする
  • エージェントセッションごとにサンドボックスが起動されるように設定する
  • MCPからA2A、ヒューマンインザループ用、メモリ用など、エージェントと対話するためのエンドポイントを構築する

本日は、これらすべてのステップを単一のコマンドにまとめました:deepagents deploy

何をデプロイするのか?

deepagents deployを実行すると、あなたのカスタムエージェントがデプロイされます。指定するパラメータは以下の通りです:

  • model: 使用する大規模言語モデル(Large Language 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
image

デプロイ

内部では、deepagents deploy は Deep Agent を独自の LangSmith Deployment サーバーと共にバンドルします。これは本番環境対応で水平スケーリング可能なサーバーです。

これにより、以下のような 30 以上のエンドポイントを持つサーバーが起動します:

  • MCP; これにより、デプロイされたエージェントをツールとして呼び出すことができます
  • A2A; これにより、マルチエージェント構成でデプロイされたエージェントを呼び出すことができます
  • Agent Protocol; これにより、デプロイされたエージェントと対話するための美しい UI を簡単に作成できます
  • Human-in-the-loop; これにより、人間の介入なしにエージェントが行えること・行えないことのガードレールを追加できます
  • Memory エンドポイント; これにより、エージェントの短期記憶または長期記憶に簡単にアクセスできます
image
image

オープンエコシステム

deeagents deploy の重要な部分は、オープンエコシステムへの統合です。具体的には:

  • 私たちは、PythonおよびTypeScriptの両方で利用可能な、完全なオープンソースかつMITライセンスのハルネスであるdeepagentsを使用します
  • エージェントの指示を指定する方法として、オープンスタンダードであるAGENTS.mdを使用します
  • エージェントに専門知識を提供する方法として、オープンスタンダードであるAgent Skillsを使用します
  • すべてのモデルプロバイダーと統合し、あなたが完全に制御できるようにしています。Anthropicへのロックインはありません。タスクに最適なモデルの組み合わせ、オープンモデルさえも選択できます。
  • すべてのサンドボックスプロバイダーと統合し、あなたが完全に制御できるようにしています
  • エージェントをMCP、A2A、およびAgent Protocol(オープンスタンダード)経由で公開します
  • LangSmithデプロイメントをセルフホストでき、これによりメモリをホストし所有することができます

Claudeマネージドエージェントとの比較

Claude Managed Agentsは、最近リリースされた競合製品です。高レベルのアーキテクチャ(ハルネス、エージェントサーバー、サンドボックス)は同じですが、Claude Managed Agentsは壁庭園であり、極めて強力なロックインを生み出します。

image
image

メモリ

エージェントハルネスやエージェントプラットフォームにおいてオープンエコシステムが重要である核心的な理由は、メモリです。

エージェント・ハーネスはメモリと密接に関連しています(Sarah Wooders はこれについて素晴らしい記事を書いています)。ハーネスの主要な役割の一つはコンテキスト(メモリは単なるコンテキストです)を管理することです。ハーネスの構成要素が次々とクローズドになり、API の背後にロックされると、あなたのメモリもまた同様にロックされてしまいます。

実際、あるモデルから別のモデルへ切り替えるのはそれほど難しくはありません(確かにプロンプトを少し調整する必要があるかもしれませんが、それほど難しいことではありません)。そのため、モデルの API だけではロックインは大きくありません(最近 OpenAI から Anthropic への移行が相次いでいることからもわかります)。

しかし、短期間または長期間のメモリをこれらの API の背後にバンドルし始めると、極めて強力なロックインが生じます。

内部の SDR(Sales Development Representative)エージェントを作成することを想像してください。最初は基本的な機能から始まりますが、ユーザーと相互作用するにつれてその場で学習します。このメモリは蓄積されていきますが、すべてクローズドな API の背後に位置しています。もしそのハーネスやモデルから離れたい場合、それはエージェントのメモリをリセットし、ゼロからやり直すことを意味します。

顧客向けに公開されるエージェントの場合、状況はさらに悪化します。外部向けの営業エージェントを構築し、それが相互作用する顧客に関するメモリを蓄積させたとします。これらのメモリはすべてクローズドな API の背後にあります。これらは、時間の経過とともに顧客の体験を向上させるために構築すべきデータ・フライホイールの一部ですが、もはやあなたのものではなく、そのクローズドな API を所有する誰かのものとなってしまいます。

deepagents deploy は、標準形式(AGENTS.md、スキル、その他のファイル)でメモリを保存し、API を介して直接クエリすることを可能にし、さらにセルフホスティングの場合、メモリが常にあなたのデータベース内のみで保持されることを保証します。

オープンなハーンスの試行

独自のプロプライエタリなハーンス上にエージェントを構築すると、極めて高いロックインが発生します。私たちは、エージェントの構築とデプロイが容易でありながら、モデル選択の選択肢を持ち、メモリを完全に所有できる世界を信じています。

もしあなたがその考えに共感するなら、ぜひ今日 deepagents deploy を試してみてください。

主要リンク:

  • ドキュメント
  • GitHub

関連コンテンツ

image
image

コンセプトガイド

ディープエージェント

本番環境のディープエージェントを支えるランタイム

image
image
image
image

S. Runkle,

V. Trivedy

2026年4月20日

image
image

24

分

image
image

エージェントアーキテクチャ

ディープエージェント

オープンソース

バックグラウンドでのサブエージェントの実行

image
image
image
image

H. Lovell,

C. Francis

2026年4月16日

image
image

4分

image
image

Deep Agents

エンジニアリング

文書が自己テストを行う仕組み

image
image

Naomi Pentrel

2026年4月15日

image
image

3分

image
image

エージェントの実際の動作を確認する

LangSmithは、当社のエージェントエンジニアリングプラットフォームであり、開発者がすべてのエージェントの意思決定をデバッグし、変更を評価(eval)し、ワンクリックでデプロイできるように支援します。

原文を表示

Today 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.

Deployment

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

Open 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

Related content

Conceptual Guide

Deep Agents

The runtime behind production deep agents

S. Runkle,

V. Trivedy

April 20, 2026

24

min

Agent Architecture

Deep Agents

Open Source

Running Subagents in the Background

H. Lovell,

C. Francis

April 16, 2026

4

min

Deep Agents

Engineering

How We Made Our Docs Test Themselves

Naomi Pentrel

April 15, 2026

3

min

See what your agent is really doing

LangSmith, our agent engineering platform, helps developers debug every agent decision, eval changes, and deploy in one click.

この記事をシェア

関連記事

Latent Space★42026年6月5日 15:44

[AINews] 今日は何も大きな出来事はありませんでした

Anthropic が RSI の兆候を示し、OpenAI の ChatGPT が月間アクティブユーザー数で 10 億人を突破。SpaceX AI は IPO について説明しているが、最も重要なのは AIE WF のチケット確保とイベント参加である。

TLDR AI★42026年6月1日 09:00

MiniMax M3 の紹介:最先端の 3 つの能力を統合した初のオープンウェイトモデル

MiniMax が、コーディングとエージェント機能、100 万トークンのコンテキスト長など、3 つの最先端機能を組み合わせた初のオープンウェイトモデル「M3」を発表しました。

LangChain Blog★32026年6月10日 15:53

AI ヘルスコーチの構築:評価、安全性、規制対応について

LangChain が AI ヘルスコーチの開発において、評価手法や安全性確保、規制遵守の重要性を解説している。

今日のまとめ

AI日報で今日の重要ニュースをまとめ読み

ニュース一覧に戻る元記事を読む