A

agentmemory-architecture

by @rohitg00v
4.5(120)

この Skill は、agentmemory のアーキテクチャ、iii エンジンプリミティブ、ストレージモデル、ポート、およびビューアを詳細に説明します。記憶がどのように保存、取得、管理されるか、ハイブリッド検索メカニズムと記憶のライフサイクルを含めて解説します。開発者はこの Skill を活用して agentmemory の内部動作を深く理解し、システムの拡張、トラブルシューティング、または記憶戦略の最適化をより効果的に行い、AI エージェントが知識を効率的に管理および利用できるようにします。

agent-memoryarchitectureknowledge-managementinformation-retrievalai-agentsGitHub
インストール方法
npx skills add https://github.com/rohitg00/agentmemory --skill agentmemory-architecture
compare_arrows

Before / After 効果比較

1
使用前

この Skill がない場合、開発者は agentmemory の複雑な内部メカニズムを理解するために、コードや断片的なドキュメントを手動で調べたり、試行錯誤を繰り返したりするのに多大な時間を費やし、学習曲線が急になり、システム拡張や問題解決の効率が低下していました。

使用後

この Skill は、明確なアーキテクチャ概要と動作原理を提供し、開発者が agentmemory の記憶保存、取得、管理方法を迅速に習得できるようにします。これにより、学習時間が大幅に短縮され、開発および診断プロセスが加速されます。

SKILL.md

agentmemory is a memory server for coding agents. It runs locally, captures observations, indexes them for hybrid retrieval, and serves them back over REST and MCP. It is built on the iii engine.

iii primitives

Everything is a function, a trigger, or worker state on the iii engine. There is no separate plugin system; the worker registers functions (mem::*) and HTTP triggers (api::*) and the engine routes calls. agentmemory does not bypass iii; new capability is a new function plus a trigger.

Retrieval model

Recall is hybrid: BM25 keyword search plus vector similarity plus graph expansion over linked concepts. The default install needs no API key because embeddings run on-device and BM25 needs none. An LLM provider only adds richer summaries and auto-injection, both opt-in.

Storage and lifecycle

Memories carry content, concepts, files, importance, and timestamps, grouped into sessions and optionally linked to commits. A lifecycle of capture, compress, consolidate, and forget keeps the store useful over time rather than letting it grow unbounded.

Ports

REST is the anchor at 3111. Streams = N+1 (3112), viewer = N+2 (3113), engine = N+46023 (49134). --instance N shifts the whole block by N*100.

Viewer

A real-time web viewer at http://localhost:3113 shows memory building as sessions run. Useful for demos and for confirming capture is working.

See also

  • agentmemory-mcp-tools and agentmemory-rest-api for the surfaces.
  • agentmemory-hooks for automatic capture.
  • agentmemory-config for ports and feature flags.

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数9.2K
評価4.5 / 5.0
バージョン
更新日2026年9月19日
比較事例1 件

ユーザー評価

4.5(120)
5
37%
4
43%
3
13%
2
5%
1
2%

この Skill を評価

0.0

対応プラットフォーム

🤖claude-code

タイムライン

作成2026年6月25日
最終更新2026年9月19日
🎁 Agent 知識カード
アンケート