LangSmith コンテキストハブの紹介
LangChain は、エージェントの振る舞いを決定する文脈情報を管理するための専用プラットフォーム「Context Hub」を LangSmith に新設した。
キーポイント
文脈(コンテキスト)の重要性と課題
モデルやコードと同様に、指示書やポリシーなどの文脈情報がエージェントのパフォーマンスに決定的な影響を与えるが、多くの失敗は欠落または古くなった文脈に起因する。
GitHub 以外の管理基盤の必要性
文脈情報はエンジニア以外が作成し頻繁に変更されるため、バージョン管理やコラボレーションに適した GitHub のような従来のコード管理ツールでは不十分である。
LangSmith Context Hub の機能
新機能は AGENTS.md ファイル、スキル、ポリシーなどを一元化し、タグ付けによる環境ごとの適切なデプロイを可能にする。
影響分析・編集コメントを表示
影響分析
この発表は、LLM エージェント開発における「コード」と「設定(コンテキスト)」の分離と専門的な管理の重要性を浮き彫りにしています。開発者が手動で文脈ファイルを散在させて管理する非効率な慣行に終止符を打ち、より堅牢でスケーラブルなエージェントシステム構築への道を開く重要な一歩です。
編集コメント
エージェント開発のボトルネックがモデル性能から「文脈管理」へとシフトしている現状を捉えた、実務的なインフラ強化と言えます。

Key Takeaways
- コンテキストはエージェントの振る舞いを形成します。モデルやコードに加えて、コンテキスト(指示、スキル、ポリシー)はエージェントのパフォーマンスに極めて大きな影響を与えます。多くの失敗は、欠落しているか古くなったコンテキストに起因します。
- コンテキストにはコードとは異なる保管場所が必要です。非エンジニアが作成することが多く、頻繁に変更されるため、GitHub が常に最適な選択肢とは限りません。コラボレーションとスピードを重視した専用ツールリングが必要です。
- Context Hub はそれらを一元的に管理します。LangSmith の新機能により、チームはタグ付きでエージェントのコンテキストファイルを保存・バージョン管理・共同編集でき、環境に応じて適切なコンテキストを展開できます。
今日、私たちは LangSmith に「Context Hub」をリリースしました。これは、エージェントの振る舞いを定義するファイルを保存し、バージョン管理し、共同編集するための場所です。
これには、AGENTS.md ファイル、スキル、ポリシー、例、およびエージェントが依存するその他のファイルバンドルが含まれます。Context Hub はこれらのファイルに中核的な保管場所を提供し、チームが他の重要なエージェントシステム構成要素と同様に管理できるようにします。
Why context matters
エージェントは主に 3 つのコンポーネントによって形成されます:モデル、ハネス(harness)、およびコンテキストです。
モデルは推論と生成を担当します。
ハルネスはモデルを取り巻くコードのことです。これはエージェントのループ、ツール、状態、権限、およびその他のランタイム動作を定義します。独自のハルネスを構築することもできますし、Deep Agents などの事前構築されたものを使用することもできます。
コンテキストとは、エージェントが読み取り、従う情報のことです。これにはシステム指示、AGENTS.md ファイル、スキル、例、企業ポリシー、ライティングガイドライン、サポート手順、およびドメイン固有の知識が含まれます。

コンテキストはエージェントの動作に大きな影響を与えます。より優れたモデルやハルネスが役立つこともありますが、多くのエージェントの失敗は、不足している、古くなった、または管理されていないコンテキストに起因します。エージェントが適切なツールへのアクセス権を持っている場合でも、それらを効果的に使用するには、適切な指示、例、ポリシーが必要です。一部の人は ハルネスそのものよりもコンテキストに投資する方が重要であるとさえ主張しています。
コンテキストが独自の場所を必要とする理由
ハルネスのコードは通常、GitHub やエンジニアリングチームがコードを管理している場所に属します。一方、コンテキストには異なるワークフローが必要になることがよくあります。
まず、コンテキストはエンジニアリング部門以外の担当者が管理することが多いです。LangChain では、ブランドデザイン、ブログ執筆、製品メッセージングなどにおいて「スキル」を活用しています。これらのファイルを作成・レビューするのに最も適した人材は、デザイナー、マーケティング担当者、サポート責任者、プロダクトマネージャー、または他の専門分野のエキスパートであるケースがほとんどです。GitHub は一部のチームには有効ですが、エージェントの動作を形作る必要があるすべての人にとって常に最適なインターフェースとは限りません。
第二に、コンテキストは急速に変化します。チームは、何が機能するかを学びながら、指示を更新し、例を洗練させ、ポリシーを追加し、スキルを調整していきます。また、エージェント自身もコンテキストを作成・更新することができます。例えば、あるエージェントがトピックについて調査を行い、一連の参照ファイルを作成して、将来のエージェントが利用できるように保存するといったケースです。
コンテキストハブが提供するもの
コンテキストハブは、LangSmith 内でエージェントのコンテキストを管理するためのチーム向けの中央集約場所を提供します。
AGENTS.md ファイルやスキルをそのままサポートしており、他のファイルバンドルを格納することも柔軟に対応可能です。
主な機能の一部は以下の通りです:
- バージョン管理:コンテキストファイルの変更を追跡し、以前のバージョンを検証し、必要に応じてロールバックできます。
- タグ付け:dev(開発)、staging(ステージング)、prod(本番)などのタグでバージョンをマークし、エージェントが適切な環境に合ったコンテキストを使用できるようにします。
- コメント機能:チームメンバーと直接、コンテキストの変更について協力して議論できます。
これらの機能を通じて、エージェントシステムにおけるコンテキスト管理を第一級のアセットとして扱いやすくすることを目指しています。

LangSmith Context Hub の利用方法
LangSmith Context Hub を使用するには、まずスキルやその他のファイルをアップロードする必要があります。これにはいくつかの方法があります。
UI で手動定義: LangSmith UI から直接スキルやその他のファイルを作成します。
- LangSmith で Context Hub を開き、新しいリポジトリを作成する
- リポジトリタイプ(スキルまたはエージェント)を選択し、ハンドル名(例:support-style-guide)を設定する
- SKILL.md、AGENTS.md、またはポリシー/参照ドキュメントなど、UI エディタ内で直接ファイルを作成する
- 明確なメッセージを付与してコミットとして編集内容を保存する
- dev、staging、prod などのタグを追加し、エージェントがそのバージョンにピン留めできるようにする
ローカルコンピュータからアップロード: LangSmith CLI を使用して、ローカルで定義されたファイルをアップロードします。
0) オプション:CLI に Hub コマンドが含まれているか確認
langsmith --help | grep hub
1) 認証
langsmith auth login
2) ローカルのスキルフォルダをスキャフォールド(生成)
langsmith hub init --type skill --dir ./skills/support-style --name support-style
3) ローカルでファイルを編集する(例:SKILL.md)
$EDITOR ./skills/support-style/SKILL.md
4) Context Hub にアップロード
(リポジトリが存在しない場合は作成し、新しいコミットを書き込む)
langsmith hub push support-style --type skill --dir ./skills/support-style --description "Support response style guide"
5) 今後の編集を新しいコミットとしてアップロード
langsmith hub push support-style --type skill --dir ./skills/support-style
スキルリポジトリではなく AGENTS.md スタイルのリポジトリをアップロードする場合は、--type agent を使用してください。
エージェントの作成: エージェントにコンテキストを作成させることも可能です。これは Karpathy 氏が LLM wiki のアイデアとして最初に提案したものです。完全な例については、以下のセクションをご覧ください。
一度コンテキストが存在すれば、LangSmith Context Hub を使用するいくつかの方法があります。
ディスクへの同期: LangSmith CLI を使用して、スキルやその他のコンテキストをローカルディスクにプルします。これにより、コーディングエージェントや他のエージェントハネスがこれらのファイルから読み取ることが可能になります。
1) 最新バージョンをローカルディスクにプルする
langsmith hub pull support-style --dir ./context/support-style
2) 再現可能なエージェント実行のために固定されたバージョンをプルする
(コミットハッシュまたはチームのリファレンス/タグを使用)
langsmith hub pull support-style:<COMMIT_OR_TAG> --dir ./context/support-style-pinned
3) (オプション) リポジトリメタデータを検査して最新コミットハッシュを取得する
langsmith hub get support-style
hub pull は宛先ディレクトリを消去して書き換えるため、専用のフォルダ(例:./context/...)を使用してください。
Deep Agents での仮想ファイルシステムとして使用: Deep Agents で Context Hub を仮想ファイルシステムとして使用します。
ワークフローの例 (Deep Agents SDK):
backend = CompositeBackend(
default=StateBackend(), # スレッドスコープ
routes={
"/memories/": ContextHubBackend("my-agent"), # Context Hub 内の永続的なメモリ
},
)
agent = create_deep_agent(
model="anthropic:claude-sonnet-4-6",
backend=backend,
)
CompositeBackend は、プレフィックスに基づいてファイルシステムパスをルーティングします。この設定では、/memories/*は ContextHubBackend を介して LangSmith Context Hub に永続化されますが、他のパスは StateBackend 内でスレッドスコープに留まります。これにより、仮想ファイルシステム全体を永続化する必要なく、耐久性のある長期メモリを実現できます。
例:LLM ウィキの構築
エージェントがトピックを調査し、その結果を Context Hub エントリとして書き込むワークフローを構築しました。
エージェントには調査タスクが与えられます。エージェントは情報を収集し、見つけたものを整理して、将来のエージェントが参照できるファイルフォルダを作成します。このフォルダには、要約、ソースノート、用語集、例、および調査の使用方法に関する指示などが含まれる場合があります。
フォルダが Context Hub に保存されると、チームメンバーはそれをレビューしたり、コメントをつけたり、バージョンにタグ付けしたりして、他のエージェントが利用できるようにすることができます。
コード:deepagents/examples/llm-wiki
リポジトリをクローンする
git clone https://github.com/langchain-ai/deepagents.git
cd deepagents
例の環境をインストールする
uv sync --project examples/llm-wiki
ウィキを初期化し、最初の Context Hub リビジョンを公開する
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode init \
--repo "ada-lovelace-wiki"
ソースノートを経典ウィキページに取り込む
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode ingest \
--repo "ada-lovelace-wiki" \
--source ./notes/ada.md \
--source ./notes/speeches/
維持されているウィキに対して根拠ある質問を行う
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode query \
--repo "ada-lovelace-wiki" \
--question "What did Ada contribute to computing?"
ウィキのメンテナンスパスを実行し、更新された Context Hub リビジョンを公開する
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode lint \
--repo "ada-lovelace-wiki"
これが時間とともに生成するもの:
- /raw/* は取り込まれた証拠を保持します
- /wiki/* が経典ナレッジベースとなります
- /wiki/index.md はナビゲーションのために最新状態に保たれます
- log.md は取り込み/照会/リンティングの更新を時系列で追跡します
- 各実行は Context Hub に同期されるため、チームメンバーがバージョンを確認・コメントし、昇格させることができます
このパターンは、エージェントが毎回ゼロから始めるのではなく、時間とともに改善する永続的な知識を必要とする場合に有用です。
Context Hub を用いた継続的学習
本番環境のエージェントは、エッジケースに直面し、ミスを犯し、初期のコンテキストでは想定していなかった状況に出会うことになります。このギャップを埋めるのが継続的学習であり、時間経過とともに実際の使用に基づいて行動を改善する手法です。実際には、その作業の大部分がコンテキスト層で行われます:AGENTS.md、スキル、ポリシー、例、およびメモリファイルです。Context Hub は、すべての要素をバージョン管理し、レビュー可能にし、将来の実行に即座に利用可能にすることで、これを現実的なものに変えます。
なぜこれが機能するのか
- エージェントの品質に関する問題の多くは、指示、メモリ、またはポリシーの問題です
- コンテキストファイルは、モデルやハッチ(harness)の変更よりも反復処理が迅速です
- バージョン管理されたコンテキストと課題追跡を組み合わせることで、再現可能な改善ループが構築されます
Deep Agents のデプロイにおいて、Context Hub でバックアップされたメモリを使用する場合、課題ボードを同じコンテキストリポジトリに直接接続できます。これにより、課題とコンテキストの更新を一つの場所でリンクさせることができます。
コード:langchain-samples/deepagents-with-langsmith
リポジトリをクローンする
git clone https://github.com/langchain-samples/deepagents-with-langsmith.git
cd deepagents-with-langsmith
依存関係をインストールする
uv sync
メモリバック型の Deep Agent をデプロイし、課題ボードを接続する
uv run python agents/memory_backed_agent/deploy_memory_backed_agent.py \
--agent-name my-agent
オープンなメモリ標準
エージェントのメモリは、過去の相互作用からのエピソード的記憶、ベクトルまたはハイブリッド検索を通じて取得される意味的記憶、そして指示・スキル・ポリシーという形式の手続的記憶という数種類の共通カテゴリに収束し始めています。しかしなお欠けているのは、そのメモリをエージェント間、フレームワーク間、データ層間で保存・読み取り・更新・バージョン管理・移動するための共有された方法です。
私たちは Elastic、MongoDB、Pinecone、Redis と協力して、エージェントメモリのオープン標準を開発しています。AGENTS.md や Skills ファイルは手続的記憶のための有用な慣習となっていますが、それらのバージョン管理や環境ごとのタグ付け、あるいはエージェント間でのポータビリティを実現する共有仕様はまだ存在しません。すでに生産環境のデータや検索ワークロードをサポートしているパートナーたちと協力し、メモリシステムが共有するために必要なインターフェース、メタデータ、バージョン管理パターン、検索セマンティクスを定義しています。
パートナーの方々の声:
*プロダクションで動作するエージェントを構築することは、結局のところ検索にかかっています:適切なタイミングで、適切なモデルに適切なコンテキストを提供することです。Elastic はすでに大規模なエージェント運用チームに対してベクトル検索、キーワード検索、ハイブリッド検索を支えており、Context Hub によってこれらの機能がさらに多くの開発者に提供されます。LangChain との連携は、AI イノベーションを推進するためのオープンエコシステムアプローチの有効性を示すものです。
*- Elastic 首席製品責任者 Ken Exner
*次世代のエージェントは決して眠らず、機械の速度で動作し、膨大な会話ログ、メモリ、およびエンタープライズデータから適切なコンテキストを必要とします。真の課題は、適切なタイミングで適切なエージェントに正しいコンテキストを提供することです。エージェントのコンテキストには、ラインスピードで動作する動的スキーマと精密な検索が求められます。MongoDB はまさにそのために設計されています。私たちは、AI エージェントの未来を実現するための「ContextHub」オープン標準および参照アーキテクチャを開発するために LangChain と協力することを嬉しく思います。
- Pablo Stern-Plaza, MongoDB AI 及び新興製品担当チーフプロダクトオフィサー*
*メモリとコンテキストは、知能モデルを知識豊富なエージェントへと変える鍵です。私たちは、エコシステムにおけるオープン標準として Context Hub の形成に貢献できることを嬉しく思います。Pinecone は、生産環境においてこれらのエージェントを正確かつ信頼性の高いものとするための検索層を提供します。
- Ash Ashutosh, Pinecone CEO*
*メモリとコンテキストは、現在エージェントを構築するチームにとって最も重要な未解決の問題です。LangChain の Context Hub がまとまりつつある姿を見るのは興奮するものであり、LangChain チームと共にその標準がどのようなものになるかを形作るお手伝いをできることを誇りに思います。Redis は、生産環境においてより高速で、より信頼性が高く、より有用なエージェントを構築するためのチームをサポートします。Context Hub は、この使命におけるさらなる一歩となるでしょう。
- Rowan Trollope, Redis CEO*
結論
エージェントは、モデル、ハネス、そしてコンテキストから構成されています。チームがより多くのエージェントを構築するにつれて、そのコンテキストは AGENTS.md やスキル、ポリシー、例、生成されたリサーチといったファイルの中にますます蓄積されていきます。
LangSmith Context Hub は、チームがこれらのファイルを一元管理し、変更点について協力し合い、バージョン更新を行い、承認されたコンテキストをエージェント間で活用するための中央集権的な場所を提供します。
関連コンテンツ

LangSmith
LangSmith Engine のご紹介

Ben Tannyhill
2026 年 5 月 13 日
5 分

LangSmith
エージェントの観測(Observability)のためのデータレイヤー、SmithDB を構築しました

Ankush Gola
2026 年 5 月 13 日
11 分

LangSmith
LangSmith Sandboxes が一般提供されました

ムキル・ロガナサン
2026 年 5 月 13 日
6
分
エージェントが実際に何をしているかを確認する
エージェントエンジニアリングプラットフォームである LangSmith は、開発者がすべてのエージェントの意思決定をデバッグし、変更の評価を行い、ワンクリックでデプロイできるように支援します。
原文を表示

Key Takeaways
- Context shapes agent behavior. Alongside the model and code, context - instructions, skills, and policies - has an outsized impact on how agents perform. Many failures trace back to context that's missing or stale.
- Context needs a different home than code. It's often written by non-engineers and changes fast, so GitHub isn't always the right fit. It needs tooling built around collaboration and speed.
- Context Hub centralizes it all. LangSmith's new feature lets teams store, version, and collaborate on agent context files with tags to deploy the right context across environments.
Today we’re launching Context Hub in LangSmith, a place to store, version, and collaborate on the files that define how agents behave.
That includes AGENTS.md files, skills, policies, examples, and other file bundles your agents rely on. Context Hub gives these files a central home so teams can manage them the same way they manage other important parts of their agent system.
Why context matters
Agents are shaped by three main components: the model, the harness, and the context.
The model handles reasoning and generation.
The harness is the code around the model. It defines the agent loop, tools, state, permissions, and other runtime behavior. You can build your own harness or use a prebuilt one like Deep Agents.
The context is the information the agent reads and follows. This can include system instructions, AGENTS.md files, skills, examples, company policies, writing guidelines, support procedures, and domain-specific knowledge.

Context has a large impact on agent behavior. A better model or harness can help, but many agent failures come from missing, stale, or poorly managed context. The agent may have access to the right tools, but still need the right instructions, examples, and policies to use them well. Some have even argued context is more important to invest in than the harness itself.
Why context needs its own home
Harness code usually belongs in GitHub or wherever your engineering team manages code. Context often needs a different workflow.
First, context is often managed by people outside engineering. At LangChain, we use skills for brand design, blog writing, product messaging, and more. The people best suited to create and review those files are often designers, marketers, support leads, product managers, or other subject matter experts. GitHub can work for some teams, but it is not always the right interface for everyone who needs to shape agent behavior.
Second, context changes quickly. Teams update instructions, refine examples, add policies, and adjust skills as they learn what works. Agents can also create and update context themselves. For example, an agent might research a topic, produce a set of reference files, and save them for future agents to use.
What Context Hub provides
Context Hub gives teams a central place to manage agent context in LangSmith.
It supports AGENTS.md files and skills out of the box, and it is flexible enough to store other file bundles as well.
Some of the core features include:
- Versioning: Track changes to context files, inspect previous versions, and roll back when needed.
- Tags: Mark versions with tags like dev, staging, or prod so agents can use the right context for the right environment.
- Comments: Collaborate with teammates directly on context changes.
The goal is to make context easier to manage as a first-class part of your agent system.

Use LangSmith Context Hub
To use LangSmith Context Hub, first you need to upload skills or other files. You can do this in a few ways.
Manually define in UI: Manually create skills or other files from the LangSmith UI.
- Open Context Hub in LangSmith and create a new repo
- Pick the repo type (skill or agent) and set a handle (for example, support-style-guide)
- Create files directly in the UI editor, such as SKILL.md, AGENTS.md, or policy/reference docs
- Save your edits as a commit with a clear message
- Add a tag like dev, staging, or prod so agents can pin to that version
Upload from local computer: Upload locally defined files with the LangSmith CLI.
0) Optional: verify your CLI has Hub commands
langsmith --help | grep hub
1) Authenticate
langsmith auth login
2) Scaffold a local skill folder
langsmith hub init --type skill --dir ./skills/support-style --name support-style
3) Edit files locally (for example SKILL.md)
$EDITOR ./skills/support-style/SKILL.md
4) Upload to Context Hub
(creates the repo if it doesn't exist, then writes a new commit)
langsmith hub push support-style --type skill --dir ./skills/support-style --description "Support response style guide"
5) Upload future edits as new commits
langsmith hub push support-style --type skill --dir ./skills/support-style
Use --type agent if you're uploading an AGENTS.md-style repo instead of a skill repo.
Agent created: You can also have an agent create context. This was first proposed by Karpathy with his LLM wiki idea. For a full example, see the section below.
Once context exists, there are several ways to use LangSmith Context Hub.
Sync to disk: Use the LangSmith CLI to pull skills and other context to your local disk. This lets coding agents and other agent harnesses read from those files.
1) Pull latest version to local disk
langsmith hub pull support-style --dir ./context/support-style
2) Pull a pinned version for reproducible agent runs
(use a commit hash or your team's ref/tag)
langsmith hub pull support-style: --dir ./context/support-style-pinned
3) (Optional) Inspect repo metadata to get the latest commit hash
langsmith hub get support-style
hub pull wipes and rewrites the destination directory, so use a dedicated folder (for example ./context/...).
Use it as a virtual filesystem in Deep Agents: Use Context Hub as a virtual filesystem in Deep Agents.
Example workflow (Deep Agents SDK):
backend = CompositeBackend(
default=StateBackend(), # thread-scoped
routes={
"/memories/": ContextHubBackend("my-agent"), # durable memories in Context Hub
},
)
agent = create_deep_agent(
model="anthropic:claude-sonnet-4-6",
backend=backend,
)
CompositeBackend routes filesystem paths by prefix. In this setup, /memories/* is persisted to LangSmith Context Hub via ContextHubBackend, while other paths remain thread-scoped in StateBackend. This gives you durable long-term memory without making the entire virtual filesystem persistent.
Example: building an LLM wiki
We built a workflow where an agent researches a topic and writes the result into a Context Hub entry.
The agent is given a research task. It gathers information, organizes what it finds, and creates a folder of files that future agents can reference. That folder can include summaries, source notes, terminology, examples, and instructions for how to use the research.
Once the folder is stored in Context Hub, teammates can review it, comment on it, tag a version, and make it available to other agents.
Code: deepagents/examples/llm-wiki
Clone the repo
git clone https://github.com/langchain-ai/deepagents.git
cd deepagents
Install the example environment
uv sync --project examples/llm-wiki
Initialize a wiki and publish first Context Hub revision
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode init \
--repo "ada-lovelace-wiki"
Ingest source notes into canonical wiki pages
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode ingest \
--repo "ada-lovelace-wiki" \
--source ./notes/ada.md \
--source ./notes/speeches/
Ask grounded questions against the maintained wiki
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode query \
--repo "ada-lovelace-wiki" \
--question "What did Ada contribute to computing?"
Run a wiki maintenance pass and publish an updated Context Hub revision
uv run --project examples/llm-wiki \
python examples/llm-wiki/runner.py \
--mode lint \
--repo "ada-lovelace-wiki"
What this produces over time:
- /raw/* keeps ingested evidence
- /wiki/* becomes the canonical knowledge base
- /wiki/index.md stays up to date for navigation
- log.md tracks ingest/query/lint updates chronologically
- Every run syncs to Context Hub, so teammates can review, comment, and promote versions
This pattern is useful when agents need durable knowledge that improves over time, instead of starting from scratch on every run.
Continual learning with Context Hub
Agents in production will hit edge cases, make mistakes, and encounter situations their initial context didn't anticipate. Continual learning is how you close that gap — improving behavior based on real usage over time. In practice, most of that work happens in the context layer: AGENTS.md, skills, policies, examples, and memory files. Context Hub makes this practical by keeping everything versioned, reviewable, and immediately available to future runs.
Why this works
- Most agent quality problems are instruction, memory, or policy problems
- Context files are faster to iterate on than model or harness changes
- Versioned context combined with issue tracking creates a repeatable improvement loop
For Deep Agents deployments, using Context Hub backed memories, you can connect an issues board directly to the same context repo, keeping issues and context updates linked in one place.
Code: langchain-samples/deepagents-with-langsmith
Clone the repo
git clone https://github.com/langchain-samples/deepagents-with-langsmith.git
cd deepagents-with-langsmith
Install dependencies
uv sync
Deploy a memory-backed deep agent and wire up the issues board
uv run python agents/memory_backed_agent/deploy_memory_backed_agent.py \
--agent-name my-agent
An open memory standard
Agent memory is starting to settle into a few common categories: episodic memory from past interactions, semantic memory retrieved through vector or hybrid search, and procedural memory in the form of instructions, skills, and policies. What’s still missing is a shared way to store, read, update, version, and move that memory across agents, frameworks, and data layers.
We’re working with Elastic, MongoDB, Pinecone, and Redis to develop an open standard for agent memory. AGENTS.md and Skills files have become a useful convention for procedural memory, but there’s no shared spec for versioning them, tagging them by environment, or making them portable between agents. Together with partners who already support production data and retrieval workloads, we’re defining the interfaces, metadata, versioning patterns, and retrieval semantics that memory systems need to share.
Here’s what our partners are saying:
Building agents that work in production comes down to retrieval: getting the right context to the right model at the right time. Elastic already powers vector, keyword, and hybrid search for teams running agents at scale, and the Context Hub brings those capabilities to even more developers. Our work with LangChain demonstrates the value of an open ecosystem approach to advancing AI innovation.- Ken Exner, Chief Product Officer at Elastic
The next generation of agents never sleep, work at machine speed and need the right context from vast amounts of conversation logs, memory and enterprise data. The real challenge is getting the right context to the right agent at the right moment. Agent context demands a dynamic schema and precise retrieval that operates at line speed. MongoDB is built for exactly that. We’re excited to collaborate with LangChain to develop the ContextHub open standard and reference architecture to enable the future of AI agents. - Pablo Stern-Plaza, Chief Product Officer, AI and Emerging Products, MongoDB
Memory and context are what turn intelligent models into knowledgeable agents. We’re glad to be working with LangChain to help shape the Context Hub as an open standard for the ecosystem. Pinecone gives teams the retrieval layer to make those agents accurate and reliable in production.- Ash Ashutosh, CEO at Pinecone
Memory and context are the most important unsolved problems for teams building agents today. It’s exciting to see LangChain’s Context Hub come together, and we’re proud to help shape what that standard looks like alongside LangChain’s team. Redis helps teams build agents that are faster, more reliable, and more useful in production. The Context Hub will be another step forward in that mission. - Rowan Trollope, CEO at Redis
Conclusion
Agents are comprised of a model, harness, and context. As teams build more agents, that context increasingly lives in files like AGENTS.md, skills, policies, examples, and generated research.
LangSmith Context Hub gives teams a central place to manage those files, collaborate on changes, version updates, and use approved context across agents.
Related content

LangSmith
Introducing LangSmith Engine

Ben Tannyhill
May 13, 2026
5
min

LangSmith
We built SmithDB, the data layer for agent observability

Ankush Gola
May 13, 2026
11
min

LangSmith
LangSmith Sandboxes are Generally Available

Mukhil Loganathan
May 13, 2026
6
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.
関連記事
今日のまとめ
AI日報で今日の重要ニュースをまとめ読み