Problem Statement
The AI Catalog specification defines a typed, nestable JSON container for discovering heterogeneous AI artifacts (MCP servers, A2A agents, datasets, model cards, etc.). Directory (agntcy/dir) aims to be a drop-in backend for AI Catalogs that adds discovery, search, and announcement features. Currently, OASF has no dedicated mechanism to represent AI Catalog documents for a curated list of entries for sharing it over the network of DIR nodes.
Proposed Solution
Add a new ai_catalog module under the Integration category with the following attributes in its data field:
spec_version (required) — AI Catalog spec version (e.g., "1.0")
catalog_url (optional)
Related
Problem Statement
The AI Catalog specification defines a typed, nestable JSON container for discovering heterogeneous AI artifacts (MCP servers, A2A agents, datasets, model cards, etc.). Directory (
agntcy/dir) aims to be a drop-in backend for AI Catalogs that adds discovery, search, and announcement features. Currently, OASF has no dedicated mechanism to represent AI Catalog documents for a curated list of entries for sharing it over the network of DIR nodes.Proposed Solution
Add a new
ai_catalogmodule under the Integration category with the following attributes in itsdatafield:spec_version(required) — AI Catalog spec version (e.g., "1.0")catalog_url(optional)Related