II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:adapters-cli-gateway-serve
adapters gateway serve json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:adapters-cli-gateway-serve",
"_kind": "InteractionPrimitive",
"_file": "extensions/interaction-patterns/adapters-cli-hooks-gateway-help.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters gateway serve",
"kind": "cli-subcommand",
"surface": "cli",
"parentBin": "adapters",
"subcommandVerb": "gateway serve",
"flags": [
"--config:1:gateway config path (default ~/.adapters/gateway/config.yml)",
"--host:1:override listen host",
"--port:1:override listen port",
"--webui:1:webui static root",
"--no-webui:0:disable web UI"
],
"subcommandExitCodes": [
"0:success:gateway shut down cleanly on SIGINT/SIGTERM"
],
"description": "Start the adapters gateway HTTP/WebSocket service. Source:\npackages/adapters/cli/src/commands/gateway/serve.ts:30-80.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-ui-impl:adapters.ui@current",
"to": "interaction-primitive:adapters-cli-gateway-serve",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "cli-subcommand"
}
}
},
{
"from": "package:a5c-ai-adapters-cli",
"to": "interaction-primitive:adapters-cli-gateway-serve",
"kind": "exposes_subcommand",
"attributes": {}
}
]
}