@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
package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml
ADDED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:anthropic:streaming:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:anthropic:streaming
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:anthropic:streaming:claim:repo-agent-mux-host
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:anthropic:streaming
|
|
14
|
+
to: claim:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:capabilitySupport:anthropic:streaming:claim:web-anthropic-claude-code
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:anthropic:streaming
|
|
20
|
+
to: claim:web-anthropic-claude-code
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- web-anthropic-claude-code
|
|
23
|
+
- id: edge:capabilitySupport:anthropic:tool-calling:claim:repo-sdk-fallback
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:anthropic:tool-calling
|
|
26
|
+
to: claim:repo-sdk-fallback
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-sdk-fallback
|
|
29
|
+
- id: edge:capabilitySupport:anthropic:tool-calling:claim:repo-agent-mux-host
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:anthropic:tool-calling
|
|
32
|
+
to: claim:repo-agent-mux-host
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-agent-mux-host
|
|
35
|
+
- id: edge:capabilitySupport:anthropic:tool-calling:claim:web-anthropic-claude-code
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:anthropic:tool-calling
|
|
38
|
+
to: claim:web-anthropic-claude-code
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- web-anthropic-claude-code
|
|
41
|
+
- id: edge:capabilitySupport:openai:streaming:claim:repo-sdk-fallback
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: capabilitySupport:openai:streaming
|
|
44
|
+
to: claim:repo-sdk-fallback
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-sdk-fallback
|
|
47
|
+
- id: edge:capabilitySupport:openai:streaming:claim:repo-hooks-detector
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: capabilitySupport:openai:streaming
|
|
50
|
+
to: claim:repo-hooks-detector
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-hooks-detector
|
|
53
|
+
- id: edge:capabilitySupport:openai:streaming:claim:web-openai-codex-skills
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: capabilitySupport:openai:streaming
|
|
56
|
+
to: claim:web-openai-codex-skills
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- web-openai-codex-skills
|
|
59
|
+
- id: edge:capabilitySupport:openai:tool-calling:claim:repo-sdk-fallback
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: capabilitySupport:openai:tool-calling
|
|
62
|
+
to: claim:repo-sdk-fallback
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-sdk-fallback
|
|
65
|
+
- id: edge:capabilitySupport:openai:tool-calling:claim:repo-hooks-detector
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: capabilitySupport:openai:tool-calling
|
|
68
|
+
to: claim:repo-hooks-detector
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-hooks-detector
|
|
71
|
+
- id: edge:capabilitySupport:openai:tool-calling:claim:web-openai-codex-skills
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: capabilitySupport:openai:tool-calling
|
|
74
|
+
to: claim:web-openai-codex-skills
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- web-openai-codex-skills
|
|
77
|
+
- id: edge:capabilitySupport:google:streaming:claim:repo-sdk-fallback
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: capabilitySupport:google:streaming
|
|
80
|
+
to: claim:repo-sdk-fallback
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-sdk-fallback
|
|
83
|
+
- id: edge:capabilitySupport:google:streaming:claim:repo-target-gemini
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: capabilitySupport:google:streaming
|
|
86
|
+
to: claim:repo-target-gemini
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-target-gemini
|
|
89
|
+
- id: edge:capabilitySupport:google:streaming:claim:web-gemini-hooks
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: capabilitySupport:google:streaming
|
|
92
|
+
to: claim:web-gemini-hooks
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- web-gemini-hooks
|
|
95
|
+
- id: edge:capabilitySupport:google:tool-calling:claim:repo-sdk-fallback
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: capabilitySupport:google:tool-calling
|
|
98
|
+
to: claim:repo-sdk-fallback
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-sdk-fallback
|
|
101
|
+
- id: edge:capabilitySupport:google:tool-calling:claim:repo-target-gemini
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: capabilitySupport:google:tool-calling
|
|
104
|
+
to: claim:repo-target-gemini
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-target-gemini
|
|
107
|
+
- id: edge:capabilitySupport:google:tool-calling:claim:web-gemini-hooks
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: capabilitySupport:google:tool-calling
|
|
110
|
+
to: claim:web-gemini-hooks
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- web-gemini-hooks
|
package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:terminal-cli:interactive-mode:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:terminal-cli:interactive-mode
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:terminal-cli:interactive-mode:claim:repo-agent-mux-host
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:terminal-cli:interactive-mode
|
|
14
|
+
to: claim:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:capabilitySupport:terminal-cli:stdin-injection:claim:repo-sdk-fallback
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:terminal-cli:stdin-injection
|
|
20
|
+
to: claim:repo-sdk-fallback
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-sdk-fallback
|
|
23
|
+
- id: edge:capabilitySupport:terminal-cli:stdin-injection:claim:repo-agent-mux-host
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:terminal-cli:stdin-injection
|
|
26
|
+
to: claim:repo-agent-mux-host
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-agent-mux-host
|
|
29
|
+
- id: edge:capabilitySupport:shell-hook-runtime:runtime-hooks:claim:repo-target-index
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:shell-hook-runtime:runtime-hooks
|
|
32
|
+
to: claim:repo-target-index
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-target-index
|
|
35
|
+
- id: edge:capabilitySupport:shell-hook-runtime:runtime-hooks:claim:repo-target-claude
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:shell-hook-runtime:runtime-hooks
|
|
38
|
+
to: claim:repo-target-claude
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-target-claude
|
|
41
|
+
- id: edge:capabilitySupport:shell-hook-runtime:runtime-hooks:claim:repo-target-codex
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: capabilitySupport:shell-hook-runtime:runtime-hooks
|
|
44
|
+
to: claim:repo-target-codex
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-target-codex
|
|
47
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stop-hook:claim:repo-target-index
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: capabilitySupport:shell-hook-runtime:stop-hook
|
|
50
|
+
to: claim:repo-target-index
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-index
|
|
53
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stop-hook:claim:repo-target-claude
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: capabilitySupport:shell-hook-runtime:stop-hook
|
|
56
|
+
to: claim:repo-target-claude
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-claude
|
|
59
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stop-hook:claim:repo-target-codex
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: capabilitySupport:shell-hook-runtime:stop-hook
|
|
62
|
+
to: claim:repo-target-codex
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-target-codex
|
|
65
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stdin-injection:claim:repo-target-index
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: capabilitySupport:shell-hook-runtime:stdin-injection
|
|
68
|
+
to: claim:repo-target-index
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-target-index
|
|
71
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stdin-injection:claim:repo-target-claude
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: capabilitySupport:shell-hook-runtime:stdin-injection
|
|
74
|
+
to: claim:repo-target-claude
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-target-claude
|
|
77
|
+
- id: edge:capabilitySupport:shell-hook-runtime:stdin-injection:claim:repo-target-codex
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: capabilitySupport:shell-hook-runtime:stdin-injection
|
|
80
|
+
to: claim:repo-target-codex
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-target-codex
|
|
83
|
+
- id: edge:capabilitySupport:shell-hook-runtime:interactive-mode:claim:repo-target-index
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: capabilitySupport:shell-hook-runtime:interactive-mode
|
|
86
|
+
to: claim:repo-target-index
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-target-index
|
|
89
|
+
- id: edge:capabilitySupport:shell-hook-runtime:interactive-mode:claim:repo-target-claude
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: capabilitySupport:shell-hook-runtime:interactive-mode
|
|
92
|
+
to: claim:repo-target-claude
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-target-claude
|
|
95
|
+
- id: edge:capabilitySupport:shell-hook-runtime:interactive-mode:claim:repo-target-codex
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: capabilitySupport:shell-hook-runtime:interactive-mode
|
|
98
|
+
to: claim:repo-target-codex
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-target-codex
|
|
101
|
+
- id: edge:capabilitySupport:amux-proxy:streaming:claim:repo-transport-mux-readme
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: capabilitySupport:amux-proxy:streaming
|
|
104
|
+
to: claim:repo-transport-mux-readme
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-transport-mux-readme
|
|
107
|
+
- id: edge:capabilitySupport:amux-proxy:streaming:claim:repo-transport-mux-architecture
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: capabilitySupport:amux-proxy:streaming
|
|
110
|
+
to: claim:repo-transport-mux-architecture
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-transport-mux-architecture
|
|
113
|
+
- id: edge:capabilitySupport:amux-proxy:streaming:claim:repo-transport-mux-migration
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: capabilitySupport:amux-proxy:streaming
|
|
116
|
+
to: claim:repo-transport-mux-migration
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-transport-mux-migration
|
|
119
|
+
- id: edge:capabilitySupport:amux-proxy:proxy-transport-emulation:claim:repo-transport-mux-readme
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: capabilitySupport:amux-proxy:proxy-transport-emulation
|
|
122
|
+
to: claim:repo-transport-mux-readme
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-transport-mux-readme
|
|
125
|
+
- id: edge:capabilitySupport:amux-proxy:proxy-transport-emulation:claim:repo-transport-mux-architecture
|
|
126
|
+
relation: supported_by_claim
|
|
127
|
+
from: capabilitySupport:amux-proxy:proxy-transport-emulation
|
|
128
|
+
to: claim:repo-transport-mux-architecture
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- repo-transport-mux-architecture
|
|
131
|
+
- id: edge:capabilitySupport:amux-proxy:proxy-transport-emulation:claim:repo-transport-mux-migration
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: capabilitySupport:amux-proxy:proxy-transport-emulation
|
|
134
|
+
to: claim:repo-transport-mux-migration
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-transport-mux-migration
|
|
137
|
+
- id: edge:capabilitySupport:amux-proxy:model-discovery:claim:repo-transport-mux-readme
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: capabilitySupport:amux-proxy:model-discovery
|
|
140
|
+
to: claim:repo-transport-mux-readme
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- repo-transport-mux-readme
|
|
143
|
+
- id: edge:capabilitySupport:amux-proxy:model-discovery:claim:repo-transport-mux-architecture
|
|
144
|
+
relation: supported_by_claim
|
|
145
|
+
from: capabilitySupport:amux-proxy:model-discovery
|
|
146
|
+
to: claim:repo-transport-mux-architecture
|
|
147
|
+
evidenceRefs:
|
|
148
|
+
- repo-transport-mux-architecture
|
|
149
|
+
- id: edge:capabilitySupport:amux-proxy:model-discovery:claim:repo-transport-mux-migration
|
|
150
|
+
relation: supported_by_claim
|
|
151
|
+
from: capabilitySupport:amux-proxy:model-discovery
|
|
152
|
+
to: claim:repo-transport-mux-migration
|
|
153
|
+
evidenceRefs:
|
|
154
|
+
- repo-transport-mux-migration
|
|
155
|
+
- id: edge:capabilitySupport:amux-proxy:token-counting:claim:repo-transport-mux-readme
|
|
156
|
+
relation: supported_by_claim
|
|
157
|
+
from: capabilitySupport:amux-proxy:token-counting
|
|
158
|
+
to: claim:repo-transport-mux-readme
|
|
159
|
+
evidenceRefs:
|
|
160
|
+
- repo-transport-mux-readme
|
|
161
|
+
- id: edge:capabilitySupport:amux-proxy:token-counting:claim:repo-transport-mux-architecture
|
|
162
|
+
relation: supported_by_claim
|
|
163
|
+
from: capabilitySupport:amux-proxy:token-counting
|
|
164
|
+
to: claim:repo-transport-mux-architecture
|
|
165
|
+
evidenceRefs:
|
|
166
|
+
- repo-transport-mux-architecture
|
|
167
|
+
- id: edge:capabilitySupport:amux-proxy:token-counting:claim:repo-transport-mux-migration
|
|
168
|
+
relation: supported_by_claim
|
|
169
|
+
from: capabilitySupport:amux-proxy:token-counting
|
|
170
|
+
to: claim:repo-transport-mux-migration
|
|
171
|
+
evidenceRefs:
|
|
172
|
+
- repo-transport-mux-migration
|
|
173
|
+
- id: edge:capabilitySupport:amux-proxy:tool-calling:claim:repo-transport-mux-readme
|
|
174
|
+
relation: supported_by_claim
|
|
175
|
+
from: capabilitySupport:amux-proxy:tool-calling
|
|
176
|
+
to: claim:repo-transport-mux-readme
|
|
177
|
+
evidenceRefs:
|
|
178
|
+
- repo-transport-mux-readme
|
|
179
|
+
- id: edge:capabilitySupport:amux-proxy:tool-calling:claim:repo-transport-mux-architecture
|
|
180
|
+
relation: supported_by_claim
|
|
181
|
+
from: capabilitySupport:amux-proxy:tool-calling
|
|
182
|
+
to: claim:repo-transport-mux-architecture
|
|
183
|
+
evidenceRefs:
|
|
184
|
+
- repo-transport-mux-architecture
|
|
185
|
+
- id: edge:capabilitySupport:amux-proxy:tool-calling:claim:repo-transport-mux-migration
|
|
186
|
+
relation: supported_by_claim
|
|
187
|
+
from: capabilitySupport:amux-proxy:tool-calling
|
|
188
|
+
to: claim:repo-transport-mux-migration
|
|
189
|
+
evidenceRefs:
|
|
190
|
+
- repo-transport-mux-migration
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-modality.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:modality:text:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: modality:text
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:modality:text:claim:web-anthropic-claude-code
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: modality:text
|
|
14
|
+
to: claim:web-anthropic-claude-code
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- web-anthropic-claude-code
|
|
17
|
+
- id: edge:modality:image:claim:repo-sdk-fallback
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: modality:image
|
|
20
|
+
to: claim:repo-sdk-fallback
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-sdk-fallback
|
|
23
|
+
- id: edge:modality:hooks:claim:repo-target-index
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: modality:hooks
|
|
26
|
+
to: claim:repo-target-index
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-target-index
|
|
29
|
+
- id: edge:modality:hooks:claim:web-gemini-hooks
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: modality:hooks
|
|
32
|
+
to: claim:web-gemini-hooks
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- web-gemini-hooks
|
|
35
|
+
- id: edge:modality:mcp:claim:repo-sdk-fallback
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: modality:mcp
|
|
38
|
+
to: claim:repo-sdk-fallback
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-sdk-fallback
|
|
41
|
+
- id: edge:modality:mcp:claim:web-github-copilot-agent
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: modality:mcp
|
|
44
|
+
to: claim:web-github-copilot-agent
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- web-github-copilot-agent
|
|
47
|
+
- id: edge:modality:commands:claim:repo-target-claude
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: modality:commands
|
|
50
|
+
to: claim:repo-target-claude
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-claude
|
|
53
|
+
- id: edge:modality:commands:claim:repo-target-codex
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: modality:commands
|
|
56
|
+
to: claim:repo-target-codex
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-codex
|
|
59
|
+
- id: edge:modality:commands:claim:repo-target-cursor
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: modality:commands
|
|
62
|
+
to: claim:repo-target-cursor
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-target-cursor
|
|
65
|
+
- id: edge:modality:commands:claim:repo-target-copilot
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: modality:commands
|
|
68
|
+
to: claim:repo-target-copilot
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-target-copilot
|
|
71
|
+
- id: edge:modality:json:claim:repo-transport-mux-architecture
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: modality:json
|
|
74
|
+
to: claim:repo-transport-mux-architecture
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-transport-mux-architecture
|
|
77
|
+
- id: edge:modality:stream-events:claim:repo-transport-mux-readme
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: modality:stream-events
|
|
80
|
+
to: claim:repo-transport-mux-readme
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-transport-mux-readme
|
|
83
|
+
- id: edge:modality:stream-events:claim:repo-transport-mux-architecture
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: modality:stream-events
|
|
86
|
+
to: claim:repo-transport-mux-architecture
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-transport-mux-architecture
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-transport.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:transportProtocol:terminal-cli:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: transportProtocol:terminal-cli
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:transportProtocol:terminal-cli:claim:repo-agent-mux-host
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: transportProtocol:terminal-cli
|
|
14
|
+
to: claim:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:transportProtocol:shell-hook-runtime:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: transportProtocol:shell-hook-runtime
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:transportProtocol:shell-hook-runtime:claim:repo-target-claude
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: transportProtocol:shell-hook-runtime
|
|
26
|
+
to: claim:repo-target-claude
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-target-claude
|
|
29
|
+
- id: edge:transportProtocol:shell-hook-runtime:claim:repo-target-codex
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: transportProtocol:shell-hook-runtime
|
|
32
|
+
to: claim:repo-target-codex
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-target-codex
|
|
35
|
+
- id: edge:transportProtocol:anthropic:claim:repo-transport-mux-readme
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: transportProtocol:anthropic
|
|
38
|
+
to: claim:repo-transport-mux-readme
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-transport-mux-readme
|
|
41
|
+
- id: edge:transportProtocol:anthropic:claim:repo-transport-mux-architecture
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: transportProtocol:anthropic
|
|
44
|
+
to: claim:repo-transport-mux-architecture
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-transport-mux-architecture
|
|
47
|
+
- id: edge:transportProtocol:openai-chat:claim:repo-transport-mux-readme
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: transportProtocol:openai-chat
|
|
50
|
+
to: claim:repo-transport-mux-readme
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-transport-mux-readme
|
|
53
|
+
- id: edge:transportProtocol:openai-chat:claim:repo-transport-mux-migration
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: transportProtocol:openai-chat
|
|
56
|
+
to: claim:repo-transport-mux-migration
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-transport-mux-migration
|
|
59
|
+
- id: edge:transportProtocol:openai-responses:claim:repo-transport-mux-readme
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: transportProtocol:openai-responses
|
|
62
|
+
to: claim:repo-transport-mux-readme
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-transport-mux-readme
|
|
65
|
+
- id: edge:transportProtocol:openai-responses:claim:repo-transport-mux-migration
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: transportProtocol:openai-responses
|
|
68
|
+
to: claim:repo-transport-mux-migration
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-transport-mux-migration
|
|
71
|
+
- id: edge:transportProtocol:google:claim:repo-transport-mux-readme
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: transportProtocol:google
|
|
74
|
+
to: claim:repo-transport-mux-readme
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-transport-mux-readme
|
|
77
|
+
- id: edge:transportProtocol:google:claim:repo-transport-mux-architecture
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: transportProtocol:google
|
|
80
|
+
to: claim:repo-transport-mux-architecture
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-transport-mux-architecture
|
|
83
|
+
- id: edge:transportProtocol:passthrough:claim:repo-transport-mux-readme
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: transportProtocol:passthrough
|
|
86
|
+
to: claim:repo-transport-mux-readme
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-transport-mux-readme
|
|
89
|
+
- id: edge:transportProtocol:bedrock-converse:claim:repo-transport-mux-readme
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: transportProtocol:bedrock-converse
|
|
92
|
+
to: claim:repo-transport-mux-readme
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-transport-mux-readme
|
|
95
|
+
- id: edge:transportProtocol:bedrock-converse:claim:repo-transport-mux-architecture
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: transportProtocol:bedrock-converse
|
|
98
|
+
to: claim:repo-transport-mux-architecture
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-transport-mux-architecture
|
|
101
|
+
- id: edge:transportProtocol:vertex-native:claim:repo-transport-mux-readme
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: transportProtocol:vertex-native
|
|
104
|
+
to: claim:repo-transport-mux-readme
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-transport-mux-readme
|
|
107
|
+
- id: edge:transportProtocol:vertex-native:claim:repo-transport-mux-architecture
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: transportProtocol:vertex-native
|
|
110
|
+
to: claim:repo-transport-mux-architecture
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-transport-mux-architecture
|
|
113
|
+
- id: edge:transportProtocol:azure-foundry:claim:repo-transport-mux-readme
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: transportProtocol:azure-foundry
|
|
116
|
+
to: claim:repo-transport-mux-readme
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-transport-mux-readme
|
|
119
|
+
- id: edge:transportProtocol:azure-foundry:claim:repo-transport-mux-architecture
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: transportProtocol:azure-foundry
|
|
122
|
+
to: claim:repo-transport-mux-architecture
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-transport-mux-architecture
|
|
125
|
+
- id: edge:transportRuntime:terminal-cli:claim:repo-sdk-fallback
|
|
126
|
+
relation: supported_by_claim
|
|
127
|
+
from: transportRuntime:terminal-cli
|
|
128
|
+
to: claim:repo-sdk-fallback
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- repo-sdk-fallback
|
|
131
|
+
- id: edge:transportRuntime:terminal-cli:claim:repo-agent-mux-host
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: transportRuntime:terminal-cli
|
|
134
|
+
to: claim:repo-agent-mux-host
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-agent-mux-host
|
|
137
|
+
- id: edge:transportRuntime:shell-hook-runtime:claim:repo-target-index
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: transportRuntime:shell-hook-runtime
|
|
140
|
+
to: claim:repo-target-index
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- repo-target-index
|
|
143
|
+
- id: edge:transportRuntime:shell-hook-runtime:claim:repo-target-claude
|
|
144
|
+
relation: supported_by_claim
|
|
145
|
+
from: transportRuntime:shell-hook-runtime
|
|
146
|
+
to: claim:repo-target-claude
|
|
147
|
+
evidenceRefs:
|
|
148
|
+
- repo-target-claude
|
|
149
|
+
- id: edge:transportRuntime:shell-hook-runtime:claim:repo-target-codex
|
|
150
|
+
relation: supported_by_claim
|
|
151
|
+
from: transportRuntime:shell-hook-runtime
|
|
152
|
+
to: claim:repo-target-codex
|
|
153
|
+
evidenceRefs:
|
|
154
|
+
- repo-target-codex
|
|
155
|
+
- id: edge:transportRuntime:amux-proxy:claim:repo-transport-mux-readme
|
|
156
|
+
relation: supported_by_claim
|
|
157
|
+
from: transportRuntime:amux-proxy
|
|
158
|
+
to: claim:repo-transport-mux-readme
|
|
159
|
+
evidenceRefs:
|
|
160
|
+
- repo-transport-mux-readme
|
|
161
|
+
- id: edge:transportRuntime:amux-proxy:claim:repo-transport-mux-architecture
|
|
162
|
+
relation: supported_by_claim
|
|
163
|
+
from: transportRuntime:amux-proxy
|
|
164
|
+
to: claim:repo-transport-mux-architecture
|
|
165
|
+
evidenceRefs:
|
|
166
|
+
- repo-transport-mux-architecture
|
|
167
|
+
- id: edge:transportRuntime:amux-proxy:claim:repo-transport-mux-migration
|
|
168
|
+
relation: supported_by_claim
|
|
169
|
+
from: transportRuntime:amux-proxy
|
|
170
|
+
to: claim:repo-transport-mux-migration
|
|
171
|
+
evidenceRefs:
|
|
172
|
+
- repo-transport-mux-migration
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
kind: NodeDocument
|
|
2
|
+
documentPath: nodes/agents/babysitter-agent.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
nodes:
|
|
5
|
+
- id: agent:babysitter-agent
|
|
6
|
+
kind: AgentProduct
|
|
7
|
+
agentId: babysitter-agent
|
|
8
|
+
displayName: Babysitter Agent
|
|
9
|
+
aliases:
|
|
10
|
+
- babysitter-agent
|
|
11
|
+
vendor: a5c.ai
|
|
12
|
+
families:
|
|
13
|
+
- cli-agent
|
|
14
|
+
- orchestration-runtime
|
|
15
|
+
homepage: https://github.com/a5c-ai/babysitter
|
|
16
|
+
repoUrls:
|
|
17
|
+
- https://github.com/a5c-ai/babysitter
|
|
18
|
+
status: active
|
|
19
|
+
evidenceRefs: &a1
|
|
20
|
+
- repo-babysitter-agent-package
|
|
21
|
+
- repo-babysitter-agent-cli
|
|
22
|
+
- id: agentVersion:babysitter-agent:ge-5-0-0
|
|
23
|
+
kind: AgentVersion
|
|
24
|
+
agentVersionId: agentVersion:babysitter-agent:ge-5-0-0
|
|
25
|
+
agentId: babysitter-agent
|
|
26
|
+
versionRange: ">=5.0.0"
|
|
27
|
+
releaseChannel: stable
|
|
28
|
+
since: 2026-04-24T00:00:00.000Z
|
|
29
|
+
until: null
|
|
30
|
+
defaultModelIds: []
|
|
31
|
+
defaultModelProviderIds: []
|
|
32
|
+
runtimeFamily: orchestration-agent-cli
|
|
33
|
+
osSupport:
|
|
34
|
+
- darwin
|
|
35
|
+
- linux
|
|
36
|
+
- win32
|
|
37
|
+
displayName: Babysitter Agent
|
|
38
|
+
summary: Optional Babysitter runtime CLI that creates and resumes runs, invokes harnesses, and exposes daemon, observer, and MCP server surfaces.
|
|
39
|
+
sourcePackage: packages/babysitter-agent
|
|
40
|
+
aliases:
|
|
41
|
+
- babysitter-agent
|
|
42
|
+
pluginTargetIds: []
|
|
43
|
+
evidenceRefs: *a1
|