Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/platforms/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Platform Overview

memsearch provides plugins for 4 AI coding agent platforms. All plugins share the same core architecture: capture conversations to markdown, index with Milvus, recall via semantic search.
memsearch provides plugins for 4 AI coding agent platforms. If you're choosing a platform for the first time, start with [For Agent Users](../home/for-users.md) for install-oriented guidance, then use this page for the detailed comparison matrix. If you're evaluating memsearch as an integration target rather than picking a plugin to install, jump to [For Agent Developers](../home/for-developers.md). All plugins share the same core architecture: capture conversations to markdown, index with Milvus, recall via semantic search.

[:octicons-arrow-right-24: For Agent Users](../home/for-users.md){ .md-button .md-button--primary }
[:octicons-arrow-right-24: For Agent Developers](../home/for-developers.md){ .md-button }
[:octicons-arrow-right-24: Getting Started](../getting-started.md){ .md-button }

---

Expand Down
Loading