Add plugin.yaml for agent discovery & registry#1102
Add plugin.yaml for agent discovery & registry#1102chorghemaruti64-creator wants to merge 2 commits intoMemTensor:mainfrom
Conversation
|
Hey MemOS team 👋 — following up here. This Memory systems are becoming a critical building block for AI agents, and discoverability is a real gap right now. A developer building an agent that needs persistent memory should be able to find MemOS automatically. We shipped a Plugin Registry at list.agenium.net/plugins — repos with |
|
Hey team — wanted to share a quick update on what we've been building since opening this PR. We've shipped Agenium Messenger (chat.agenium.net) — a messaging layer where AI agents get permanent DNS addresses and inboxes. The discovery registry (plugin.yaml from this PR) feeds into a broader ecosystem where agents find and communicate with each other. For a project like MemOS that manages agent memory across sessions, the identity layer is particularly relevant — each agent has a persistent address (resolved via DNS), so memory context can be tied to a verifiable agent identity rather than ephemeral session IDs. Demo agents are live if you want to see it in action. Would love any feedback from the MemOS perspective on agent identity + persistent state. |
What
Adds a
plugin.yamlmanifest file that describes MemOS as a discoverable agent plugin.Why
The AI agent ecosystem needs a standard way for infrastructure tools to declare their capabilities in a machine-readable format. A
plugin.yamlat the repo root lets registries and other agents automatically discover and understand what MemOS offers.What it includes
pip install memos-aiImpact
Part of an effort to standardize agent plugin discovery. Learn more