@a5c-ai/agent-catalog 5.0.1-staging.b41a545e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -0
- package/dist/assets.d.ts +4 -0
- package/dist/assets.d.ts.map +1 -0
- package/dist/assets.js +76 -0
- package/dist/cli.d.ts +168 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +336 -0
- package/dist/data.d.ts +54 -0
- package/dist/data.d.ts.map +1 -0
- package/dist/data.js +636 -0
- package/dist/discovery-snapshot.json +319345 -0
- package/dist/discovery.d.ts +143 -0
- package/dist/discovery.d.ts.map +1 -0
- package/dist/discovery.js +728 -0
- package/dist/evidence-projection.d.ts +4 -0
- package/dist/evidence-projection.d.ts.map +1 -0
- package/dist/evidence-projection.js +34 -0
- package/dist/evidence.d.ts +13 -0
- package/dist/evidence.d.ts.map +1 -0
- package/dist/evidence.js +227 -0
- package/dist/graph.d.ts +20 -0
- package/dist/graph.d.ts.map +1 -0
- package/dist/graph.js +194 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/models.d.ts +559 -0
- package/dist/models.d.ts.map +1 -0
- package/dist/models.js +2 -0
- package/dist/sdk.d.ts +48 -0
- package/dist/sdk.d.ts.map +1 -0
- package/dist/sdk.js +902 -0
- package/dist/transport-mux-cutover.d.ts +9 -0
- package/dist/transport-mux-cutover.d.ts.map +1 -0
- package/dist/transport-mux-cutover.js +158 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +8 -0
- package/docs/ontology-evidence.md +82 -0
- package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
- package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
- package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
- package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
- package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
- package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
- package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
- package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
- package/evidence/ontology-evidence/manifest.json +56 -0
- package/graph/agent-catalog.graph.yaml +43 -0
- package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
- package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
- package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
- package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
- package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
- package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
- package/graph/edges/relations/evolution.yaml +16 -0
- package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
- package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
- package/graph/edges/relations/identity.yaml +218 -0
- package/graph/edges/relations/processes-and-packages.yaml +71 -0
- package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
- package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
- package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
- package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
- package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
- package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
- package/graph/nodes/agents/babysitter-agent.yaml +43 -0
- package/graph/nodes/agents/products.yaml +163 -0
- package/graph/nodes/agents/versions.yaml +282 -0
- package/graph/nodes/capabilities/capabilities.yaml +234 -0
- package/graph/nodes/capabilities/modalities.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
- package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
- package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
- package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
- package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
- package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
- package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
- package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
- package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
- package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
- package/graph/nodes/evidence/claims.yaml +315 -0
- package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
- package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
- package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
- package/graph/nodes/evidence/codex-web.yaml +155 -0
- package/graph/nodes/evidence/copilot-web.yaml +213 -0
- package/graph/nodes/evidence/cursor-web.yaml +191 -0
- package/graph/nodes/evidence/evidence-sources.yaml +206 -0
- package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
- package/graph/nodes/evidence/omp-web.yaml +129 -0
- package/graph/nodes/evidence/opencode-web.yaml +144 -0
- package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
- package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
- package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
- package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
- package/graph/nodes/models.yaml +103 -0
- package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
- package/graph/nodes/processes-and-packages/packages.yaml +89 -0
- package/graph/nodes/processes-and-packages/processes.yaml +44 -0
- package/graph/nodes/providers/products.yaml +102 -0
- package/graph/nodes/providers/versions.yaml +108 -0
- package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
- package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
- package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
- package/graph/nodes/runtime-semantics/paths.yaml +289 -0
- package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
- package/graph/nodes/transports.yaml +202 -0
- package/graph/schema/ontology-schema.yaml +529 -0
- package/package.json +65 -0
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/models.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: model:claude-code-default
|
|
6
|
+
kind: ModelFamily
|
|
7
|
+
modelId: claude-code-default
|
|
8
|
+
providerId: anthropic
|
|
9
|
+
label: Claude Code default model family
|
|
10
|
+
modalities:
|
|
11
|
+
- text
|
|
12
|
+
- image
|
|
13
|
+
reasoningFamily: coding-agent-default
|
|
14
|
+
status: active
|
|
15
|
+
evidenceRefs: &a1
|
|
16
|
+
- web-anthropic-claude-code
|
|
17
|
+
- web-anthropic-claude-code-autonomy
|
|
18
|
+
- id: model:codex-default
|
|
19
|
+
kind: ModelFamily
|
|
20
|
+
modelId: codex-default
|
|
21
|
+
providerId: openai
|
|
22
|
+
label: Codex default model family
|
|
23
|
+
modalities:
|
|
24
|
+
- text
|
|
25
|
+
- image
|
|
26
|
+
reasoningFamily: coding-agent-default
|
|
27
|
+
status: active
|
|
28
|
+
evidenceRefs: &a2
|
|
29
|
+
- web-openai-codex-skills
|
|
30
|
+
- id: model:gemini-cli-default
|
|
31
|
+
kind: ModelFamily
|
|
32
|
+
modelId: gemini-cli-default
|
|
33
|
+
providerId: google
|
|
34
|
+
label: Gemini CLI default model family
|
|
35
|
+
modalities:
|
|
36
|
+
- text
|
|
37
|
+
- image
|
|
38
|
+
reasoningFamily: coding-agent-default
|
|
39
|
+
status: active
|
|
40
|
+
evidenceRefs: &a3
|
|
41
|
+
- repo-target-gemini
|
|
42
|
+
- web-gemini-hooks
|
|
43
|
+
- id: model:copilot-default
|
|
44
|
+
kind: ModelFamily
|
|
45
|
+
modelId: copilot-default
|
|
46
|
+
providerId: github
|
|
47
|
+
label: Copilot coding agent default model family
|
|
48
|
+
modalities:
|
|
49
|
+
- text
|
|
50
|
+
- image
|
|
51
|
+
reasoningFamily: coding-agent-default
|
|
52
|
+
status: active
|
|
53
|
+
evidenceRefs: &a4
|
|
54
|
+
- repo-target-copilot
|
|
55
|
+
- web-github-copilot-agent
|
|
56
|
+
- id: modelVersion:claude-code-default:ge-0-0-0
|
|
57
|
+
kind: ModelVersion
|
|
58
|
+
modelVersionId: modelVersion:claude-code-default:ge-0-0-0
|
|
59
|
+
modelId: claude-code-default
|
|
60
|
+
versionRange: ">=0.0.0"
|
|
61
|
+
contextWindow: null
|
|
62
|
+
toolCallSupport: true
|
|
63
|
+
visionSupport: true
|
|
64
|
+
streamingSupport: true
|
|
65
|
+
costMetadata: {}
|
|
66
|
+
evidenceRefs: *a1
|
|
67
|
+
providerId: anthropic
|
|
68
|
+
- id: modelVersion:codex-default:ge-0-0-0
|
|
69
|
+
kind: ModelVersion
|
|
70
|
+
modelVersionId: modelVersion:codex-default:ge-0-0-0
|
|
71
|
+
modelId: codex-default
|
|
72
|
+
versionRange: ">=0.0.0"
|
|
73
|
+
contextWindow: null
|
|
74
|
+
toolCallSupport: true
|
|
75
|
+
visionSupport: true
|
|
76
|
+
streamingSupport: true
|
|
77
|
+
costMetadata: {}
|
|
78
|
+
evidenceRefs: *a2
|
|
79
|
+
providerId: openai
|
|
80
|
+
- id: modelVersion:gemini-cli-default:ge-0-0-0
|
|
81
|
+
kind: ModelVersion
|
|
82
|
+
modelVersionId: modelVersion:gemini-cli-default:ge-0-0-0
|
|
83
|
+
modelId: gemini-cli-default
|
|
84
|
+
versionRange: ">=0.0.0"
|
|
85
|
+
contextWindow: null
|
|
86
|
+
toolCallSupport: true
|
|
87
|
+
visionSupport: true
|
|
88
|
+
streamingSupport: true
|
|
89
|
+
costMetadata: {}
|
|
90
|
+
evidenceRefs: *a3
|
|
91
|
+
providerId: google
|
|
92
|
+
- id: modelVersion:copilot-default:ge-0-0-0
|
|
93
|
+
kind: ModelVersion
|
|
94
|
+
modelVersionId: modelVersion:copilot-default:ge-0-0-0
|
|
95
|
+
modelId: copilot-default
|
|
96
|
+
versionRange: ">=0.0.0"
|
|
97
|
+
contextWindow: null
|
|
98
|
+
toolCallSupport: true
|
|
99
|
+
visionSupport: true
|
|
100
|
+
streamingSupport: true
|
|
101
|
+
costMetadata: {}
|
|
102
|
+
evidenceRefs: *a4
|
|
103
|
+
providerId: github
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/processes-and-packages/ci-surfaces.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: ci:@a5c-ai/agent-catalog
|
|
6
|
+
kind: CiSurface
|
|
7
|
+
ciId: "@a5c-ai/agent-catalog"
|
|
8
|
+
packageId: "@a5c-ai/agent-catalog"
|
|
9
|
+
scripts:
|
|
10
|
+
- build
|
|
11
|
+
- test
|
|
12
|
+
- validate:evidence:freshness
|
|
13
|
+
- ci:evidence
|
|
14
|
+
- policy:check
|
|
15
|
+
- ci:test
|
|
16
|
+
- version:check
|
|
17
|
+
publishStrategy: internal-workspace
|
|
18
|
+
releaseChannels:
|
|
19
|
+
- ci
|
|
20
|
+
validationCommands:
|
|
21
|
+
- npm run ci:test --workspace=@a5c-ai/agent-catalog
|
|
22
|
+
- npm run version:check --workspace=@a5c-ai/agent-catalog
|
|
23
|
+
artifactExpectations:
|
|
24
|
+
- dist/**
|
|
25
|
+
- graph/**
|
|
26
|
+
- evidence/**
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-agent-catalog-package
|
|
29
|
+
- id: ci:@a5c-ai/catalog
|
|
30
|
+
kind: CiSurface
|
|
31
|
+
ciId: "@a5c-ai/catalog"
|
|
32
|
+
packageId: "@a5c-ai/catalog"
|
|
33
|
+
scripts:
|
|
34
|
+
- test
|
|
35
|
+
- type-check
|
|
36
|
+
publishStrategy: application
|
|
37
|
+
releaseChannels:
|
|
38
|
+
- prod
|
|
39
|
+
validationCommands:
|
|
40
|
+
- npm run test --workspace=process-library-catalog
|
|
41
|
+
- cd packages/catalog && npm run type-check
|
|
42
|
+
artifactExpectations:
|
|
43
|
+
- .next/**
|
|
44
|
+
evidenceRefs:
|
|
45
|
+
- repo-process-catalog
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/processes-and-packages/packages.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: package:@a5c-ai/agent-catalog
|
|
6
|
+
kind: PackageSurface
|
|
7
|
+
packageId: "@a5c-ai/agent-catalog"
|
|
8
|
+
packageName: "@a5c-ai/agent-catalog"
|
|
9
|
+
workspacePath: packages/agent-catalog
|
|
10
|
+
moduleType: commonjs
|
|
11
|
+
surfaceKinds:
|
|
12
|
+
- graph-source
|
|
13
|
+
- sdk
|
|
14
|
+
- cli
|
|
15
|
+
- ui
|
|
16
|
+
- internal-workspace-package
|
|
17
|
+
sourceOfTruthRole: graph-source-of-truth
|
|
18
|
+
evidenceRefs:
|
|
19
|
+
- repo-agent-catalog-package
|
|
20
|
+
- id: package:@a5c-ai/babysitter-sdk
|
|
21
|
+
kind: PackageSurface
|
|
22
|
+
packageId: "@a5c-ai/babysitter-sdk"
|
|
23
|
+
packageName: "@a5c-ai/babysitter-sdk"
|
|
24
|
+
workspacePath: packages/sdk
|
|
25
|
+
moduleType: typescript
|
|
26
|
+
surfaceKinds:
|
|
27
|
+
- sdk-consumer
|
|
28
|
+
sourceOfTruthRole: wrapper-over-graph
|
|
29
|
+
evidenceRefs:
|
|
30
|
+
- repo-sdk-fallback
|
|
31
|
+
- id: package:@a5c-ai/hooks-mux-core
|
|
32
|
+
kind: PackageSurface
|
|
33
|
+
packageId: "@a5c-ai/hooks-mux-core"
|
|
34
|
+
packageName: "@a5c-ai/hooks-mux-core"
|
|
35
|
+
workspacePath: packages/hooks-mux/core
|
|
36
|
+
moduleType: typescript
|
|
37
|
+
surfaceKinds:
|
|
38
|
+
- discovery-consumer
|
|
39
|
+
sourceOfTruthRole: wrapper-over-graph
|
|
40
|
+
evidenceRefs:
|
|
41
|
+
- repo-hooks-detector
|
|
42
|
+
- id: package:@a5c-ai/agent-plugins-mux
|
|
43
|
+
kind: PackageSurface
|
|
44
|
+
packageId: "@a5c-ai/agent-plugins-mux"
|
|
45
|
+
packageName: "@a5c-ai/agent-plugins-mux"
|
|
46
|
+
workspacePath: packages/agent-plugins-mux
|
|
47
|
+
moduleType: typescript
|
|
48
|
+
surfaceKinds:
|
|
49
|
+
- plugin-consumer
|
|
50
|
+
sourceOfTruthRole: wrapper-over-graph
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-index
|
|
53
|
+
- id: package:@a5c-ai/agent-mux-core
|
|
54
|
+
kind: PackageSurface
|
|
55
|
+
packageId: "@a5c-ai/agent-mux-core"
|
|
56
|
+
packageName: "@a5c-ai/agent-mux-core"
|
|
57
|
+
workspacePath: packages/agent-mux/core
|
|
58
|
+
moduleType: typescript
|
|
59
|
+
surfaceKinds:
|
|
60
|
+
- host-detection-consumer
|
|
61
|
+
- invocation-consumer
|
|
62
|
+
sourceOfTruthRole: wrapper-over-graph
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-agent-mux-host
|
|
65
|
+
- id: package:@a5c-ai/catalog
|
|
66
|
+
kind: PackageSurface
|
|
67
|
+
packageId: "@a5c-ai/catalog"
|
|
68
|
+
packageName: "@a5c-ai/catalog"
|
|
69
|
+
workspacePath: packages/catalog
|
|
70
|
+
moduleType: nextjs
|
|
71
|
+
surfaceKinds:
|
|
72
|
+
- ui-consumer
|
|
73
|
+
- api-consumer
|
|
74
|
+
sourceOfTruthRole: wrapper-over-graph
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-process-catalog
|
|
77
|
+
- id: package:@a5c-ai/transport-mux
|
|
78
|
+
kind: PackageSurface
|
|
79
|
+
packageId: "@a5c-ai/transport-mux"
|
|
80
|
+
packageName: "@a5c-ai/transport-mux"
|
|
81
|
+
workspacePath: packages/transport-mux
|
|
82
|
+
moduleType: typescript
|
|
83
|
+
surfaceKinds:
|
|
84
|
+
- transport-runtime
|
|
85
|
+
- provider-ontology-source
|
|
86
|
+
sourceOfTruthRole: ontology-input
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-transport-mux-readme
|
|
89
|
+
- repo-transport-mux-architecture
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/processes-and-packages/processes.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: process:packages/catalog/process-library-catalog
|
|
6
|
+
kind: ProcessDescriptor
|
|
7
|
+
processId: packages/catalog/process-library-catalog
|
|
8
|
+
displayName: Process Library Catalog
|
|
9
|
+
category: catalog
|
|
10
|
+
description: Current Next.js catalog application for browsing processes, skills, domains, specializations, and agents.
|
|
11
|
+
paths:
|
|
12
|
+
- packages/catalog/process-library-catalog.js
|
|
13
|
+
- packages/catalog/src/app
|
|
14
|
+
- packages/catalog/src/lib
|
|
15
|
+
inputs:
|
|
16
|
+
- projectName
|
|
17
|
+
- outputDir
|
|
18
|
+
- targetQuality
|
|
19
|
+
outputs:
|
|
20
|
+
- success
|
|
21
|
+
- routes
|
|
22
|
+
- components
|
|
23
|
+
- apiEndpoints
|
|
24
|
+
- artifacts
|
|
25
|
+
ownerPackage: "@a5c-ai/catalog"
|
|
26
|
+
executionKinds:
|
|
27
|
+
- babysitter-process
|
|
28
|
+
evidenceRefs:
|
|
29
|
+
- repo-process-catalog
|
|
30
|
+
- id: process:agent-mux/model-catalog
|
|
31
|
+
kind: ProcessDescriptor
|
|
32
|
+
processId: agent-mux/model-catalog
|
|
33
|
+
displayName: Agent Mux Model Catalog
|
|
34
|
+
category: catalog
|
|
35
|
+
description: Brownfield workflow for model catalog and model configuration management inside agent-mux.
|
|
36
|
+
paths:
|
|
37
|
+
- packages/agent-mux/processes/model-catalog.js
|
|
38
|
+
inputs: []
|
|
39
|
+
outputs: []
|
|
40
|
+
ownerPackage: "@a5c-ai/agent-mux-core"
|
|
41
|
+
executionKinds:
|
|
42
|
+
- babysitter-process
|
|
43
|
+
evidenceRefs:
|
|
44
|
+
- repo-agent-mux-model-catalog
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/providers/products.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: provider:anthropic
|
|
6
|
+
kind: ModelProviderProduct
|
|
7
|
+
providerId: anthropic
|
|
8
|
+
displayName: Anthropic
|
|
9
|
+
kindLabel: foundation-model-provider
|
|
10
|
+
vendor: Anthropic
|
|
11
|
+
homepage: https://www.anthropic.com/product/claude-code
|
|
12
|
+
apiFamilies:
|
|
13
|
+
- messages
|
|
14
|
+
authKinds:
|
|
15
|
+
- ANTHROPIC_API_KEY
|
|
16
|
+
evidenceRefs:
|
|
17
|
+
- repo-sdk-fallback
|
|
18
|
+
- repo-agent-mux-host
|
|
19
|
+
- web-anthropic-claude-code
|
|
20
|
+
- id: provider:openai
|
|
21
|
+
kind: ModelProviderProduct
|
|
22
|
+
providerId: openai
|
|
23
|
+
displayName: OpenAI
|
|
24
|
+
kindLabel: foundation-model-provider
|
|
25
|
+
vendor: OpenAI
|
|
26
|
+
homepage: https://developers.openai.com/codex
|
|
27
|
+
apiFamilies:
|
|
28
|
+
- responses
|
|
29
|
+
- chat
|
|
30
|
+
authKinds:
|
|
31
|
+
- OPENAI_API_KEY
|
|
32
|
+
evidenceRefs:
|
|
33
|
+
- repo-sdk-fallback
|
|
34
|
+
- repo-hooks-detector
|
|
35
|
+
- web-openai-codex-skills
|
|
36
|
+
- id: provider:google
|
|
37
|
+
kind: ModelProviderProduct
|
|
38
|
+
providerId: google
|
|
39
|
+
displayName: Google
|
|
40
|
+
kindLabel: foundation-model-provider
|
|
41
|
+
vendor: Google
|
|
42
|
+
homepage: null
|
|
43
|
+
apiFamilies:
|
|
44
|
+
- generateContent
|
|
45
|
+
authKinds:
|
|
46
|
+
- GOOGLE_API_KEY
|
|
47
|
+
evidenceRefs:
|
|
48
|
+
- repo-sdk-fallback
|
|
49
|
+
- repo-target-gemini
|
|
50
|
+
- web-gemini-hooks
|
|
51
|
+
- id: provider:github
|
|
52
|
+
kind: ModelProviderProduct
|
|
53
|
+
providerId: github
|
|
54
|
+
displayName: GitHub
|
|
55
|
+
kindLabel: model-access-broker
|
|
56
|
+
vendor: GitHub
|
|
57
|
+
homepage: null
|
|
58
|
+
apiFamilies:
|
|
59
|
+
- chat
|
|
60
|
+
authKinds:
|
|
61
|
+
- GITHUB_TOKEN
|
|
62
|
+
- COPILOT_GITHUB_TOKEN
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-sdk-fallback
|
|
65
|
+
- repo-target-copilot
|
|
66
|
+
- web-github-copilot-agent
|
|
67
|
+
- id: provider:bedrock
|
|
68
|
+
kind: ModelProviderProduct
|
|
69
|
+
providerId: bedrock
|
|
70
|
+
displayName: Bedrock
|
|
71
|
+
kindLabel: cloud-provider
|
|
72
|
+
vendor: Bedrock
|
|
73
|
+
homepage: null
|
|
74
|
+
apiFamilies: []
|
|
75
|
+
authKinds: []
|
|
76
|
+
evidenceRefs:
|
|
77
|
+
- repo-transport-mux-readme
|
|
78
|
+
- repo-transport-mux-architecture
|
|
79
|
+
- id: provider:vertex
|
|
80
|
+
kind: ModelProviderProduct
|
|
81
|
+
providerId: vertex
|
|
82
|
+
displayName: Vertex
|
|
83
|
+
kindLabel: cloud-provider
|
|
84
|
+
vendor: Vertex
|
|
85
|
+
homepage: null
|
|
86
|
+
apiFamilies: []
|
|
87
|
+
authKinds: []
|
|
88
|
+
evidenceRefs:
|
|
89
|
+
- repo-transport-mux-readme
|
|
90
|
+
- repo-transport-mux-architecture
|
|
91
|
+
- id: provider:foundry
|
|
92
|
+
kind: ModelProviderProduct
|
|
93
|
+
providerId: foundry
|
|
94
|
+
displayName: Foundry
|
|
95
|
+
kindLabel: cloud-provider
|
|
96
|
+
vendor: Foundry
|
|
97
|
+
homepage: null
|
|
98
|
+
apiFamilies: []
|
|
99
|
+
authKinds: []
|
|
100
|
+
evidenceRefs:
|
|
101
|
+
- repo-transport-mux-readme
|
|
102
|
+
- repo-transport-mux-architecture
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/providers/versions.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: providerVersion:anthropic:ge-0-0-0
|
|
6
|
+
kind: ModelProviderVersion
|
|
7
|
+
providerVersionId: providerVersion:anthropic:ge-0-0-0
|
|
8
|
+
providerId: anthropic
|
|
9
|
+
versionRange: ">=0.0.0"
|
|
10
|
+
apiBasePatterns: []
|
|
11
|
+
authSignals:
|
|
12
|
+
- ANTHROPIC_API_KEY
|
|
13
|
+
envSignals:
|
|
14
|
+
- CLAUDE_ENV_FILE
|
|
15
|
+
- CLAUDE_CODE_SESSION_ID
|
|
16
|
+
regionConstraints: []
|
|
17
|
+
evidenceRefs:
|
|
18
|
+
- repo-sdk-fallback
|
|
19
|
+
- repo-agent-mux-host
|
|
20
|
+
- web-anthropic-claude-code
|
|
21
|
+
- id: providerVersion:openai:ge-0-0-0
|
|
22
|
+
kind: ModelProviderVersion
|
|
23
|
+
providerVersionId: providerVersion:openai:ge-0-0-0
|
|
24
|
+
providerId: openai
|
|
25
|
+
versionRange: ">=0.0.0"
|
|
26
|
+
apiBasePatterns: []
|
|
27
|
+
authSignals:
|
|
28
|
+
- OPENAI_API_KEY
|
|
29
|
+
envSignals:
|
|
30
|
+
- CODEX_THREAD_ID
|
|
31
|
+
- CODEX_SESSION_ID
|
|
32
|
+
- CODEX_PLUGIN_ROOT
|
|
33
|
+
regionConstraints: []
|
|
34
|
+
evidenceRefs:
|
|
35
|
+
- repo-sdk-fallback
|
|
36
|
+
- repo-hooks-detector
|
|
37
|
+
- web-openai-codex-skills
|
|
38
|
+
- id: providerVersion:google:ge-0-0-0
|
|
39
|
+
kind: ModelProviderVersion
|
|
40
|
+
providerVersionId: providerVersion:google:ge-0-0-0
|
|
41
|
+
providerId: google
|
|
42
|
+
versionRange: ">=0.0.0"
|
|
43
|
+
apiBasePatterns: []
|
|
44
|
+
authSignals:
|
|
45
|
+
- GOOGLE_API_KEY
|
|
46
|
+
envSignals:
|
|
47
|
+
- GEMINI_SESSION_ID
|
|
48
|
+
- GEMINI_CWD
|
|
49
|
+
- GEMINI_PROJECT_DIR
|
|
50
|
+
regionConstraints: []
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-sdk-fallback
|
|
53
|
+
- repo-target-gemini
|
|
54
|
+
- web-gemini-hooks
|
|
55
|
+
- id: providerVersion:github:ge-0-0-0
|
|
56
|
+
kind: ModelProviderVersion
|
|
57
|
+
providerVersionId: providerVersion:github:ge-0-0-0
|
|
58
|
+
providerId: github
|
|
59
|
+
versionRange: ">=0.0.0"
|
|
60
|
+
apiBasePatterns: []
|
|
61
|
+
authSignals:
|
|
62
|
+
- GITHUB_TOKEN
|
|
63
|
+
- COPILOT_GITHUB_TOKEN
|
|
64
|
+
envSignals:
|
|
65
|
+
- COPILOT_SESSION_ID
|
|
66
|
+
- COPILOT_CLI_SESSION
|
|
67
|
+
- GH_COPILOT_SESSION
|
|
68
|
+
regionConstraints: []
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-sdk-fallback
|
|
71
|
+
- repo-target-copilot
|
|
72
|
+
- web-github-copilot-agent
|
|
73
|
+
- id: providerVersion:bedrock:ge-0-0-0
|
|
74
|
+
kind: ModelProviderVersion
|
|
75
|
+
providerVersionId: providerVersion:bedrock:ge-0-0-0
|
|
76
|
+
providerId: bedrock
|
|
77
|
+
versionRange: ">=0.0.0"
|
|
78
|
+
apiBasePatterns: []
|
|
79
|
+
authSignals: []
|
|
80
|
+
envSignals: []
|
|
81
|
+
regionConstraints: []
|
|
82
|
+
evidenceRefs:
|
|
83
|
+
- repo-transport-mux-readme
|
|
84
|
+
- repo-transport-mux-architecture
|
|
85
|
+
- id: providerVersion:vertex:ge-0-0-0
|
|
86
|
+
kind: ModelProviderVersion
|
|
87
|
+
providerVersionId: providerVersion:vertex:ge-0-0-0
|
|
88
|
+
providerId: vertex
|
|
89
|
+
versionRange: ">=0.0.0"
|
|
90
|
+
apiBasePatterns: []
|
|
91
|
+
authSignals: []
|
|
92
|
+
envSignals: []
|
|
93
|
+
regionConstraints: []
|
|
94
|
+
evidenceRefs:
|
|
95
|
+
- repo-transport-mux-readme
|
|
96
|
+
- repo-transport-mux-architecture
|
|
97
|
+
- id: providerVersion:foundry:ge-0-0-0
|
|
98
|
+
kind: ModelProviderVersion
|
|
99
|
+
providerVersionId: providerVersion:foundry:ge-0-0-0
|
|
100
|
+
providerId: foundry
|
|
101
|
+
versionRange: ">=0.0.0"
|
|
102
|
+
apiBasePatterns: []
|
|
103
|
+
authSignals: []
|
|
104
|
+
envSignals: []
|
|
105
|
+
regionConstraints: []
|
|
106
|
+
evidenceRefs:
|
|
107
|
+
- repo-transport-mux-readme
|
|
108
|
+
- repo-transport-mux-architecture
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/runtime-semantics/discovery-signals-hooks.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: discovery:claude:hooks-mux:1
|
|
6
|
+
kind: DiscoverySignal
|
|
7
|
+
signalId: discovery:claude:hooks-mux:1
|
|
8
|
+
signalKind: env-ordered-rule
|
|
9
|
+
key: claude
|
|
10
|
+
matchMode: all
|
|
11
|
+
confidence: high
|
|
12
|
+
scope: hooks-mux
|
|
13
|
+
signals:
|
|
14
|
+
- CLAUDE_PLUGIN_ROOT
|
|
15
|
+
- CLAUDE_ENV_FILE
|
|
16
|
+
absentSignals: []
|
|
17
|
+
argvMatches: []
|
|
18
|
+
metadataFields: []
|
|
19
|
+
consumer: hooks-mux-core
|
|
20
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-hooks-detector
|
|
23
|
+
- id: discovery:codex:hooks-mux:2
|
|
24
|
+
kind: DiscoverySignal
|
|
25
|
+
signalId: discovery:codex:hooks-mux:2
|
|
26
|
+
signalKind: env-ordered-rule
|
|
27
|
+
key: codex
|
|
28
|
+
matchMode: all
|
|
29
|
+
confidence: high
|
|
30
|
+
scope: hooks-mux
|
|
31
|
+
signals:
|
|
32
|
+
- CODEX_PLUGIN_ROOT
|
|
33
|
+
- CODEX_THREAD_ID
|
|
34
|
+
absentSignals: []
|
|
35
|
+
argvMatches: []
|
|
36
|
+
metadataFields: []
|
|
37
|
+
consumer: hooks-mux-core
|
|
38
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-hooks-detector
|
|
41
|
+
- id: discovery:codex:hooks-mux:3
|
|
42
|
+
kind: DiscoverySignal
|
|
43
|
+
signalId: discovery:codex:hooks-mux:3
|
|
44
|
+
signalKind: env-ordered-rule
|
|
45
|
+
key: codex
|
|
46
|
+
matchMode: all-present-with-absences
|
|
47
|
+
confidence: medium
|
|
48
|
+
scope: hooks-mux
|
|
49
|
+
signals:
|
|
50
|
+
- OPENAI_API_KEY
|
|
51
|
+
absentSignals:
|
|
52
|
+
- CLAUDE_PLUGIN_ROOT
|
|
53
|
+
- CLAUDE_ENV_FILE
|
|
54
|
+
argvMatches: []
|
|
55
|
+
metadataFields: []
|
|
56
|
+
consumer: hooks-mux-core
|
|
57
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
58
|
+
evidenceRefs:
|
|
59
|
+
- repo-hooks-detector
|
|
60
|
+
- id: discovery:gemini:hooks-mux:4
|
|
61
|
+
kind: DiscoverySignal
|
|
62
|
+
signalId: discovery:gemini:hooks-mux:4
|
|
63
|
+
signalKind: env-ordered-rule
|
|
64
|
+
key: gemini
|
|
65
|
+
matchMode: all
|
|
66
|
+
confidence: high
|
|
67
|
+
scope: hooks-mux
|
|
68
|
+
signals:
|
|
69
|
+
- GEMINI_EXTENSION_PATH
|
|
70
|
+
- BABYSITTER_EXTENSION_PATH
|
|
71
|
+
absentSignals: []
|
|
72
|
+
argvMatches: []
|
|
73
|
+
metadataFields: []
|
|
74
|
+
consumer: hooks-mux-core
|
|
75
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
76
|
+
evidenceRefs:
|
|
77
|
+
- repo-hooks-detector
|
|
78
|
+
- id: discovery:copilot:hooks-mux:5
|
|
79
|
+
kind: DiscoverySignal
|
|
80
|
+
signalId: discovery:copilot:hooks-mux:5
|
|
81
|
+
signalKind: env-ordered-rule
|
|
82
|
+
key: copilot
|
|
83
|
+
matchMode: all
|
|
84
|
+
confidence: high
|
|
85
|
+
scope: hooks-mux
|
|
86
|
+
signals:
|
|
87
|
+
- COPILOT_HOME
|
|
88
|
+
- COPILOT_GITHUB_TOKEN
|
|
89
|
+
absentSignals: []
|
|
90
|
+
argvMatches: []
|
|
91
|
+
metadataFields: []
|
|
92
|
+
consumer: hooks-mux-core
|
|
93
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
94
|
+
evidenceRefs:
|
|
95
|
+
- repo-hooks-detector
|
|
96
|
+
- id: discovery:cursor:hooks-mux:6
|
|
97
|
+
kind: DiscoverySignal
|
|
98
|
+
signalId: discovery:cursor:hooks-mux:6
|
|
99
|
+
signalKind: env-ordered-rule
|
|
100
|
+
key: cursor
|
|
101
|
+
matchMode: all
|
|
102
|
+
confidence: medium
|
|
103
|
+
scope: hooks-mux
|
|
104
|
+
signals:
|
|
105
|
+
- CURSOR_PROJECT_DIR
|
|
106
|
+
- CURSOR_VERSION
|
|
107
|
+
absentSignals: []
|
|
108
|
+
argvMatches: []
|
|
109
|
+
metadataFields: []
|
|
110
|
+
consumer: hooks-mux-core
|
|
111
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
112
|
+
evidenceRefs:
|
|
113
|
+
- repo-hooks-detector
|
|
114
|
+
- id: discovery:pi:hooks-mux:7
|
|
115
|
+
kind: DiscoverySignal
|
|
116
|
+
signalId: discovery:pi:hooks-mux:7
|
|
117
|
+
signalKind: env-ordered-rule
|
|
118
|
+
key: pi
|
|
119
|
+
matchMode: all
|
|
120
|
+
confidence: high
|
|
121
|
+
scope: hooks-mux
|
|
122
|
+
signals:
|
|
123
|
+
- PI_PLUGIN_ROOT
|
|
124
|
+
- PI_SESSION_ID
|
|
125
|
+
absentSignals: []
|
|
126
|
+
argvMatches: []
|
|
127
|
+
metadataFields: []
|
|
128
|
+
consumer: hooks-mux-core
|
|
129
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
130
|
+
evidenceRefs:
|
|
131
|
+
- repo-hooks-detector
|
|
132
|
+
- id: discovery:oh-my-pi:hooks-mux:8
|
|
133
|
+
kind: DiscoverySignal
|
|
134
|
+
signalId: discovery:oh-my-pi:hooks-mux:8
|
|
135
|
+
signalKind: env-ordered-rule
|
|
136
|
+
key: oh-my-pi
|
|
137
|
+
matchMode: all
|
|
138
|
+
confidence: high
|
|
139
|
+
scope: hooks-mux
|
|
140
|
+
signals:
|
|
141
|
+
- OMP_PLUGIN_ROOT
|
|
142
|
+
- OMP_SESSION_ID
|
|
143
|
+
absentSignals: []
|
|
144
|
+
argvMatches: []
|
|
145
|
+
metadataFields: []
|
|
146
|
+
consumer: hooks-mux-core
|
|
147
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
148
|
+
evidenceRefs:
|
|
149
|
+
- repo-hooks-detector
|
|
150
|
+
- id: discovery:opencode:hooks-mux:9
|
|
151
|
+
kind: DiscoverySignal
|
|
152
|
+
signalId: discovery:opencode:hooks-mux:9
|
|
153
|
+
signalKind: env-ordered-rule
|
|
154
|
+
key: opencode
|
|
155
|
+
matchMode: all
|
|
156
|
+
confidence: high
|
|
157
|
+
scope: hooks-mux
|
|
158
|
+
signals:
|
|
159
|
+
- OPENCODE_CONFIG
|
|
160
|
+
- ACCOMPLISH_TASK_ID
|
|
161
|
+
absentSignals: []
|
|
162
|
+
argvMatches: []
|
|
163
|
+
metadataFields: []
|
|
164
|
+
consumer: hooks-mux-core
|
|
165
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
166
|
+
evidenceRefs:
|
|
167
|
+
- repo-hooks-detector
|
|
168
|
+
- id: discovery:openclaw:hooks-mux:10
|
|
169
|
+
kind: DiscoverySignal
|
|
170
|
+
signalId: discovery:openclaw:hooks-mux:10
|
|
171
|
+
signalKind: env-ordered-rule
|
|
172
|
+
key: openclaw
|
|
173
|
+
matchMode: all
|
|
174
|
+
confidence: medium
|
|
175
|
+
scope: hooks-mux
|
|
176
|
+
signals:
|
|
177
|
+
- OPENCLAW_SHELL
|
|
178
|
+
- OPENCLAW_HOME
|
|
179
|
+
absentSignals: []
|
|
180
|
+
argvMatches: []
|
|
181
|
+
metadataFields: []
|
|
182
|
+
consumer: hooks-mux-core
|
|
183
|
+
notes: Ordered adapter auto-detection rule used by hooks-mux.
|
|
184
|
+
evidenceRefs:
|
|
185
|
+
- repo-hooks-detector
|