テンセント、チーム AI エージェントの記憶共有を公開もガバナンス未整備
本文の状態
日本語全文を表示中
詳細モードで約10分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
VentureBeat AI
Tencent はチーム全体で AI エージェントのコンテキストを共有するオープンソースプロジェクト「Team Memory」のベータ版を発表し、個別のエージェントが持つ情報の断絶を解消して信頼性を高める仕組みを提供した。
Continue in AI NEW LAB
このニュースを、実務の判断につなげる
AI NEW LABで、試したことや先に確認したい条件を共有できます。まずはログインなしで読めます。
AI NEW LABで論点を見るAI深層分析を開く2026年8月8日 02:22
AI深層分析
キーポイント
チーム全体のコンテキスト共有機能
Tencent は既存の個人用エージェント向け記憶システムを拡張し、複数のエージェントが同じコンテキストハブにアクセスできる「Team Memory」機能をベータ版として公開した。
4 つのリユース可能アセットによる管理
チャットメモリ、スキル、LLM-Wiki、コードグラフの 4 種類の資産を登録・管理し、各エージェントが必要な情報だけをアクセス制御レイヤーを通じて取得する仕組みを採用している。
ペルソナ層による精度向上
ユーザーの行動や特性を統合した安定したペルソナ層を追加することで、Tencent のベンチマークにおいて長期使用後の適用精度が 48% から 76% に向上したと発表している。
GitHub での注目度
このプロジェクトのリポジトリは発表週に GitHub の TypeScript トレンディングリストで第 1 位を獲得し、開発者からの関心が高いことを示している。
アセット共有の可視性ティアとデフォルト設定
共有されるアセットはプライベート、チーム、制限付き、エージェントの4つの可視性ティアで管理され、新規作成時はデフォルトがプライベートとなる。
重要な引用
RAG answers 'what can be found?' Team Memory also answers 'who can use it, which version is valid, and which Agent should receive it.'
Once an agent's context is shared across a whole team, a wrong fact doesn't cost one person a repeated explanation. It costs the whole team.
"Shared memory makes the write path the interesting problem. Retrieval gets most of the attention, but a wrong fact written once now propagates to every teammate's agent instead of just yours. Curious how the governance layer handles correction and expiry"
"in shared mode, whose memory wins when two teammates' agents have written contradicting facts about the same module? Single-agent memory drifts slowly. Shared memory drifts fast, because one stale write propagates to people who never saw the session that produced it"
編集コメントを表示
編集コメント
エージェントの誤答がチーム全体に波及するリスクへの対応策として、コンテキスト共有とガバナンスを統合したアプローチは実用的な意義を持つ。ただし記事には「ガバナンスはまだ整っていない」という指摘も含まれており、導入時には運用面の課題にも注意が必要である。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
6 月に実施された VB Pulse の調査では、企業の 57% が「自信を持って間違った回答」を出力した AI エージェントの根拠として、文脈の欠落や不整合を特定しました。これは、AI エージェントが自律的に行動する際に信頼性を確保できるかどうかにおいて、「文脈(コンテキスト)」がいかに中核的な役割を果たしているかを示す最新の兆候です。
これまでの対策の多くは、より限定的な問題への解決策に留まっていました。つまり、1 つのエージェントが 1 つのセッション内で記憶する容量を増やすというアプローチです。しかし欠けていたのは、チーム全体で構成されるエージェント群が同時に同じ文脈を参照できる仕組みでした。この隙間から浮上してきたのが、新たな課題です。一度、あるエージェントの文脈がチーム全体で共有されてしまうと、誤った事実が 1 人の人間に繰り返しの説明を強いるだけにとどまらず、チーム全員に影響を及ぼすことになります。
Tencent がこの課題に対する答えとして提案したのが「Agent Memory」です。これはオープンソースプロジェクトであり、チームは長期間のセッションで文脈を失うという限定的な問題を解決するために 6 ヶ月間を費やして開発を進めました。同システムの構成要素の一つに「ペルソナ層(Persona Layer)」があります。これは、ユーザーが誰であり、どのように作業を行うのかを示す安定した要約画像です。毎回再構築するのではなく、多数の会話を通じて積み上げられていきます。Tencent が独自に設定したベンチマークでは、長期利用後もエージェントがこのペルソナ情報を正しく適用できているかを評価しましたが、ペルソナ層を追加することで精度は 48% から 76% に向上し、相対的に 59% の改善が見られました。
今週、Tencent はこのプロジェクトを拡張し、「Team Memory」のベータ版をリリースしました。これにより、1 つのエージェントだけでなく、チーム全体で同じアプローチを活用できるようになりました。Tencent によると、同リポジトリは先週 GitHub の TypeScript トレンディングリストで第 1 位を獲得しています。
チームに所属するエージェントは、個別に管理されたコンテキストを保持するのではなく、共有メモリハブから情報を参照できるようになりました。このハブへのアクセスは、誰が何を読み取れるかを決定するアクセス制御レイヤーによって統括されています。
Team Memory の仕組み
核となる考え方は、「プロンプトの共有」ではなく「ハブの共有」です。すべてのエージェントのウィンドウに巨大なコンテキストブロックを貼り付けるのではなく、Team Memory は 4 つ種類の再利用可能なアセットを登録し、各エージェントが必要なものだけを割り当てます。
Chat Memory(チャットメモリー)
ユーザーとの過去のやり取りや、既に協力した経験がある場合でも、エージェントが再度自己紹介する必要がないようにします。会話の生データから安定した長期的なペルソナに至るまで、4 つのレイヤーを通じて要約・抽出された情報(好み、事実、決定事項、対話履歴)を保持します。
Skill(スキル)
完了した作業から手順を抽出し、そのままフォルダに放り込むのではなく、バージョン管理とレビューを経て共有されるように設計されています。
LLM-Wiki(LLM ウィキ)
ドキュメントや仕様書を、構造化され相互リンクされたページに変換します。
Code-Graph(コードグラフ)
コードベースのシンボル、ファイル、呼び出し関係をインデックス化し、変更を加える前にその影響範囲を確認できるようにします。
テンセント社のドキュメントでは、この違いを明確に区別しています。「RAG は『何が見つかるか』に答えますが、Team Memory はさらに『誰が使用できるか』『どのバージョンが有効か」「どのエージェントに提供すべきか』にも答えるのです。」
実務的には、これを Tencent は「エージェント・ロードアウト」と呼んでいます。例えば、調査を行うスカウト型エージェントには市場調査や競合分析の資産を装備させ、ビルダー型エージェントにはコードグラフと製品ドキュメントを装備させるようにします。すべてのエージェントがあらゆる情報にアクセスできるわけではありません。
どの資産をどのエージェントに装備するかは、4 つの可視性ティアによって管理されます。
Private(非公開):資産所有者のみが閲覧可能。
Team(チーム共有):チーム内の誰でも閲覧可能。
Restricted(制限付き):ユーザー、ロール、またはエージェントレベルでのアクセス制御により閲覧が制限される。
Agent(エージェント専用):チーム内の特定のエージェント 1 つにのみ装備される。
新しい資産はデフォルトで非公開となるため、共有には意図的なアクションが必要です。自動的に共有されることはありません。
誤った記憶が生じた場合
このアクセスモデルは「誰が特定のメモリ資産を閲覧できるか」という問いには答えますが、「メモリ資産が誤りであることが判明した場合にどうなるか」という別の問いには答えません。Tencent の公式ドキュメントでは、各資産の所有権、バージョン管理、ステータス追跡については記述されていますが、一度他のエージェントによって読み込まれ再利用された事実に対する訂正プロセスや有効期限切れの処理方法、あるいは 2 つのエージェント間で同じ事象に関する記憶に相違が生じた場合の解決策については一切記載されていません。
この欠落は、リリース投稿から数時間以内に実務者たちによって指摘されました。
共有メモリによって、書き込み経路が最も重要な課題となります。検索機能への注目が集まりがちですが、一度誤った事実が記録されると、そのミスは自分だけの問題ではなく、チームのすべてのメンバーのエージェントに伝播してしまいます。このガバナンス層がどのように修正や期限管理を行うのか、興味深い点ですと Blake Murphy は X で書いています。
懸念点は、間違った事実を事後に修正することだけではありません。そもそも記録から何かを除外するかどうかという判断自体が問題なのです。「統制される部分が難しいのです。チームメンバーのエージェント同士が互いのコンテキストを読み取れるようになったとき、何が決して書き込まれてはいけないのかを決めるのは誰か」と Virgil Maro は X で述べています。
さらに、単に情報が古くなるだけでなく、2 つのエージェントのメモリが実際に矛盾し合う状態になった場合にどうなるかを問う声も上がりました。
「コードグラフと LLM-Wiki の分割は正しい判断です。私がベンチマークしてほしいのは、共有モードにおいて、同じモジュールについて相反する事実を記録した 2 人のチームメンバーのエージェント間で、どちらのメモリが優先されるかという点です。単一エージェントのメモリはゆっくりと drifting(ドリフト)しますが、共有メモリでは急速に drift します。なぜなら、そのセッションを一度も見たことのない人々にも、古い書き込みが伝播してしまうからです」と Austin Green は X で指摘しています。
反応は批判一辺倒ではありませんでした。「興味深い転換点です。メモリを共有サービス化することで、エージェントは孤立したボットから、真のチームへと進化します。ただし、事実が衝突する際のガバナンスがいちばん難しい部分になるでしょう」と Moez Zhioua は X で評価しています。
これらは Tencent の実装に特有の例外ケースではありません。2026 年 3 月、特定のベンダーに依存しない独立した研究として発表された「Governed Memory: A Production Architecture for Multi-Agent Workflows」という論文は、共有型マルチエージェントメモリにおける構造的なリスクとして、ガバナンスの断片化とフィードバックループを欠いた静かなる品質劣化を指摘しています。この論文が示すパターンは、前述のコメントで指摘された内容とそのまま一致します。単一エージェントのメモリシステム内で間違った事実が一つあれば、そのユーザーは繰り返し訂正を迫られますが、共有型でチーム全体に広がるメモリシステムでは、誰もそれに気づく前に、その誤った事実を継承したすべてのエージェントへ伝播してしまいます。
Team Memory の比較
2026 年の AI エージェントの記憶機能は、主に「1 つのセッション内で、1 人のユーザーについて、単一のエージェントがより多くの情報を覚えること」に焦点が当てられてきました。LangChain の LangMem SDK や Google の Always On Memory Agent、Anthropic が Claude Agent SDK 内で行っている取り組みなどがその代表例です。一方、エージェントに対してビジネスデータの共有モデルへのアクセス権を与えるという別の研究ラインも存在します。VB が同年 6 月に実施した調査では、企業がこのようなガバナンスされたコンテキストレイヤーを生産環境で導入しているのはわずか 25% にとどまりましたが、AWS、Couchbase、Oracle、Redis、Pinecone といったベンダーは今年、それぞれ同様の製品をリリースしています。
Team Memory の既存の類似例として最も近いのは、Asana でしょう。同社は社内の AI チームメンバー間で共有メモリを構築し、あるエージェントが既に持っている文脈について、別のエージェントが再説明を受ける必要がないようにしています。Asana の CPO は、Tencent の実践者たちが現在提起しているのと同じトレードオフについて言及しました。それは、あるエージェントのメモリが、アクセス権限のないプロジェクト内の他のエージェントに漏れないよう、特別に設計されたアクセス制御システムです。Tencent のバージョンはオープンソースであり、特定のプラットフォームに限定されず、さまざまなフレームワーク間で移植可能です。これは、クローズドな環境を構築する過程で Asana チームが直面した課題に対する回答でもあります。
このカテゴリの製品を検討しているチームにとって、そのメリットは明白です。エージェントはチームが既に知っていることを再学習する必要がなくなります。しかし、そのトレードオフもまた現実的な問題です。一度でも誤った情報が書き込まれると、それは単一のエージェントに留まらず、共有プールから読み取るすべてのエージェントに継承されます。現時点では、それを検出・修正するためのプロセスや、情報の有効期限を管理する仕組みはまだ存在しません。
原文を表示
A VB Pulse survey this June found that 57% of enterprises had traced a confidently wrong agent answer back to missing or inconsistent context — the latest sign of how central context has become to whether AI agents can be trusted to act on their own.
Most of the fixes so far have solved a narrower version of that problem: one agent remembering more, in one session. What's been missing is a way for a team of agents to draw on the same context at once, and that gap is where a newer problem is surfacing. Once an agent's context is shared across a whole team, a wrong fact doesn't cost one person a repeated explanation. It costs the whole team.
Tencent's answer to that gap is Agent Memory, an open-source project the team said grew out of six months spent fixing a narrower problem: agents losing context in long sessions. Part of that system is a persona layer, a stable, distilled picture of who a user is and how they work, built up over many conversations rather than reconstructed each time. On Tencent's own benchmark for whether an agent still applies that picture correctly after extended use, accuracy rose from 48% to 76%, a 59% relative improvement, once the persona layer was added. This week, Tencent extended that project with the beta launch of Team Memory, which opens the same approach up to a whole team instead of one agent. Tencent said the repo hit No. 1 on GitHub's TypeScript trending list this week.
Agents on a team can now read from a shared memory hub instead of keeping separate, siloed context, governed through an access control layer that determines who can read what.
What Team Memory actually does
The core idea is a shared hub rather than a shared prompt. Instead of pasting one large context block into every agent's window, Team Memory registers four kinds of reusable assets and equips each agent with only the ones it needs.
Chat Memory. Retains preferences, facts, decisions, and interaction history, distilled through four layers, from raw conversation up to a stable long-term persona, so an agent does not need to be reintroduced to a user it has already worked with.
Skill. Captures procedures pulled from completed work, versioned and reviewed before they are shared rather than dropped into a folder as-is.
LLM-Wiki. Turns documents and specs into structured, linked pages.
Code-Graph. Indexes a codebase's symbols, files, and call relationships so an agent can check what a change might affect before making it.
Tencent's documentation draws the distinction directly: "RAG answers 'what can be found?' Team Memory also answers 'who can use it, which version is valid, and which Agent should receive it.'"
In practice, that's what Tencent calls an "Agent Loadout": a Scout agent doing research can be equipped with market research and competitive analysis assets, while a Builder agent gets the code graph and product docs it needs instead, rather than every agent getting access to everything.
Which assets an agent gets equipped with is governed through four visibility tiers:
Private. Readable only by the asset's owner.
Team. Readable by anyone on the team.
Restricted. Gated by user, role, or agent-level access control.
Agent. Equipped to one specific agent within a team.
New assets default to private, so sharing has to be a deliberate action rather than something that happens automatically.
What happens when a memory is wrong
That access model answers a real question, who is allowed to read a given memory asset. It does not answer a second one, which is what happens once a memory asset turns out to be wrong. Tencent's own documentation lays out ownership, versioning, and status tracking for each asset, but nothing in the documentation describes a correction or expiry process for a fact that's already been read and reused by other agents on a team, or a way to resolve it when two agents' memories of the same thing disagree.
That gap is what practitioners flagged within hours of the launch post.
"Shared memory makes the write path the interesting problem. Retrieval gets most of the attention, but a wrong fact written once now propagates to every teammate's agent instead of just yours. Curious how the governance layer handles correction and expiry," Blake Murphy wrote on X.
The concern wasn't only about fixing a bad fact after the fact. It was about the decision to leave something out of the record in the first place. "the governed part is the hard part. once teammates' agents can read each other's context, someone has to decide what never gets written down," Virgil Maro wrote on X.
Others pushed further into what happens once two agents' memories actively contradict each other, not just go stale.
"The Code-Graph plus LLM-Wiki split is the right call. The part I'd want to see benchmarked: in shared mode, whose memory wins when two teammates' agents have written contradicting facts about the same module? Single-agent memory drifts slowly. Shared memory drifts fast, because one stale write propagates to people who never saw the session that produced it," Austin Green wrote on X.
The reaction wasn't uniformly critical. "Interesting shift: making memory a shared service turns agents into a real team rather than isolated bots. Governance will be the trickiest part, especially when facts conflict," Moez Zhioua wrote on X.
None of these are edge cases specific to Tencent's implementation. A March 2026 paper on production multi-agent memory architecture, "Governed Memory: A Production Architecture for Multi-Agent Workflows," published independently of any single vendor, identifies governance fragmentation and silent quality degradation without feedback loops as structural risks in shared multi-agent memory generally. The pattern the paper describes matches what the commenters above pointed at directly: a wrong fact in a single-agent memory system costs one user a repeated correction, while the same wrong fact in a shared, team-wide memory system propagates to every agent that inherited it before anyone catches it.
How Team Memory compares
AI agent memory work in 2026 has mostly focused on a single agent remembering more, in one session, about one user: LangChain's LangMem SDK, Google's Always On Memory Agent, and Anthropic's work inside the Claude Agent SDK all work this way. A different line of work has focused on giving agents access to a shared model of business data. VB's own June survey found only 25% of enterprises had that kind of governed context layer in production, while vendors including AWS, Couchbase, Oracle, Redis, and Pinecone have all shipped versions of it this year.
Team Memory's closest existing comparison is likely Asana, which built shared memory across a company's AI teammates so an agent doesn't need to be re-briefed on context another agent already has. Asana's CPO described the same tradeoff Tencent's practitioners are now raising, an access control system built specifically to stop one agent's memory from leaking into a project another agent isn't cleared to see. Tencent's version is open-source and portable across frameworks rather than scoped to one platform, but it's answering a question Asana's team already ran into while building a closed one.
For teams evaluating this category, the upside is real: agents stop relearning what the team already knows. The tradeoff is just as real: one bad write is no longer contained to one agent — it's inherited by every agent that reads from the shared pool, with no correction or expiry process yet in place to catch it.
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み