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