Reserve agentminds_io extension namespace#471
Open
UzunGridera wants to merge 1 commit into
Open
Conversation
AgentMinds operates a cross-site agent intelligence pool. This namespace reserves the extension fields needed to express cross-site pattern lifecycle (confidence, seen count, last verified, volatility class) — primitives that have no canonical OASF equivalent today. Per ARP §7 reorientation clause, if a future OASF version absorbs these primitives, AgentMinds will defer to the canonical schema. Signed-off-by: UzunGridera <fabrecamimarlik@gmail.com>
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.
Summary
Reserves the
agentminds_ioextension namespace for AgentMinds-specific OASF record fields. Lays the groundwork for a follow-up
PR proposing OASF Skill 1106 ("Cross-Site Pattern Confidence")
under Category 11 (Evaluation & Monitoring).
Why this is needed
AgentMinds (https://agentminds.dev) operates a cross-site agent
intelligence pool — patterns and recommendations are aggregated
across a network of registered sites and delivered back to each
connected site filtered by its specific stack.
The state describing cross-site aggregation (Beta-Bernoulli
confidence, seen counts across sites, last-verified timestamps,
drift / volatility classes) does not have a canonical OASF
equivalent today. Per AGNTCY's contribution practice, vendors
reserve a namespace before publishing records that use vendor-
specific fields.
What this PR adds
A single file
schema/extensions/agentminds_io/README.mddeclaring:
future version absorbs cross-site pool concepts
What this PR does NOT add
schema/objects/Companion submissions (planned)
Category 11. Schema fragment ready; waiting for this namespace
PR to merge.
the same primitive at the MCP layer.
Reference implementation
The fields are already in production at AgentMinds. Reference
implementation:
https://github.com/agentmindsdev/profile (canonical spec at
AGENT_REPORTING_PROFILE.md §3.3)
rate when operator marks a pattern resolved on one site.
DCO sign-off in commit message.