II.
ProcessDescriptor JSON
Structured · liveprocess:adapters/model-catalog
Agent Adapter Model Catalog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "process:adapters/model-catalog",
"_kind": "ProcessDescriptor",
"_file": "capabilities-and-models/process-descriptor.yaml",
"_cluster": "capabilities-and-models",
"attributes": {
"processId": "adapters/model-catalog",
"displayName": "Agent Adapter Model Catalog",
"category": "catalog",
"description": "Brownfield workflow for model catalog and model configuration management inside adapters.",
"paths": [
"packages/adapters/processes/model-catalog.js"
],
"inputs": [],
"outputs": [],
"ownerPackage": "@a5c-ai/comm-adapter",
"executionKinds": [
"babysitter-process"
],
"evidenceRefs": [
"repo-adapters-model-catalog"
]
},
"outgoingEdges": [],
"incomingEdges": []
}