|
| 1 | +# `agentminds_io` extension namespace |
| 2 | + |
| 3 | +**Owner:** AgentMinds — https://agentminds.dev |
| 4 | +**Contact:** fabrecamimarlik@gmail.com |
| 5 | +**Reserved:** 2026-04-27 |
| 6 | +**License:** CC-BY-4.0 (extension definitions); MIT (reference code) |
| 7 | +**Spec:** https://github.com/agentmindsdev/profile |
| 8 | + |
| 9 | +## Purpose |
| 10 | + |
| 11 | +Reserve the `agentminds_io` extension namespace for AgentMinds- |
| 12 | +specific OASF record fields that have no canonical equivalent in |
| 13 | +the upstream OASF schema. AgentMinds operates a cross-site agent |
| 14 | +intelligence pool; the fields below describe state that only has |
| 15 | +meaning across organisations. |
| 16 | + |
| 17 | +## Initial extension fields |
| 18 | + |
| 19 | +| Field | Type | Description | |
| 20 | +|---|---|---| |
| 21 | +| `agentminds_io.pattern.id` | string | Cross-site pattern identifier (lowercase hex SHA-256, 64 chars) | |
| 22 | +| `agentminds_io.pattern.fingerprint` | string | Alias of `.id` for Sentry-style readers | |
| 23 | +| `agentminds_io.pattern.confidence` | float [0,1] | Beta-Bernoulli posterior confidence | |
| 24 | +| `agentminds_io.pattern.cross_site_seen_count` | int | Distinct sites that observed this pattern | |
| 25 | +| `agentminds_io.pattern.last_verified` | RFC3339 | Last network-wide confirmation timestamp | |
| 26 | +| `agentminds_io.pattern.volatility_class` | enum (`stable`/`evolving`/`decaying`) | Drift detection signal | |
| 27 | +| `agentminds_io.report.profile_version` | semver | ARP version this report follows | |
| 28 | + |
| 29 | +## Reorientation clause |
| 30 | + |
| 31 | +Per the AgentMinds Reporting Profile (ARP) §7, if a future canonical |
| 32 | +OASF version introduces a cross-site pool concept that absorbs these |
| 33 | +fields, AgentMinds will defer to the canonical definitions. This |
| 34 | +extension namespace becomes a backwards-compatible alias. |
| 35 | + |
| 36 | +## Reference |
| 37 | + |
| 38 | +- AgentMinds Reporting Profile (ARP): |
| 39 | + https://github.com/agentmindsdev/profile |
| 40 | +- Reference implementation: |
| 41 | + https://github.com/agentmindsdev/agentminds (closed-source; |
| 42 | + excerpts available on request) |
0 commit comments