Add plugin.yaml for agent discovery & registry#1102
Open
chorghemaruti64-creator wants to merge 2 commits intoMemTensor:mainfrom
Open
Add plugin.yaml for agent discovery & registry#1102chorghemaruti64-creator wants to merge 2 commits intoMemTensor:mainfrom
chorghemaruti64-creator wants to merge 2 commits intoMemTensor:mainfrom
Conversation
Author
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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