fix: label gateway agent cli surface

This commit is contained in:
Shakker 2026-05-07 10:37:36 +01:00
parent 6468a077b7
commit e18582996a
No known key found for this signature in database
2 changed files with 9 additions and 7 deletions

View File

@ -1,10 +1,11 @@
{
"id": "agent-gateway-rpc-turn",
"surface": "agent-gateway-rpc-turn",
"title": "Agent Gateway RPC Turn",
"objective": "Send a simple user message through `openclaw agent` without `--local`, forcing the CLI to cross the Gateway agent RPC boundary and prove final response, provider timing, gateway health, and process containment.",
"title": "Agent CLI Gateway RPC Turn",
"objective": "Send a simple user message through `openclaw agent` without `--local`, measuring the CLI client path that crosses the Gateway agent RPC boundary. This is CLI surface coverage, not the primary direct Gateway/session benchmark.",
"tags": [
"agent",
"cli",
"message",
"gateway",
"rpc",
@ -57,8 +58,8 @@
},
{
"id": "gateway-agent-turn",
"title": "Gateway Agent Turn",
"intent": "Send a user message through the Gateway-backed OpenClaw agent CLI path.",
"title": "Gateway-Backed Agent CLI Turn",
"intent": "Send a user message through the Gateway-backed OpenClaw agent CLI path and keep that CLI cost separate from direct Gateway/session benchmarks.",
"commands": [
"ocm @{env} -- agent --agent main --session-id kova-agent-gateway-rpc --message 'Reply with exact ASCII text KOVA_AGENT_OK only.' --thinking off --timeout 120 --json"
],

View File

@ -1,8 +1,8 @@
{
"id": "agent-gateway-rpc-turn",
"title": "Agent Gateway RPC Turn",
"ownerArea": "gateway-agent-runtime",
"description": "Send messages through `openclaw agent` without `--local`, forcing the CLI to cross the Gateway agent RPC boundary before the agent turn runs.",
"title": "Agent CLI Gateway RPC Turn",
"ownerArea": "agent-cli-gateway-client",
"description": "Send messages through `openclaw agent` without `--local`, measuring the CLI client surface that crosses the Gateway agent RPC boundary. Direct Gateway/session user-path turns are measured by `dashboard-session-send-turn`.",
"processRoles": [
"gateway",
"command-tree",
@ -10,6 +10,7 @@
"agent-process",
"mock-provider"
],
"resourcePrimaryRole": "agent-cli",
"thresholds": {
"agentTurnMs": 45000,
"preProviderMs": 10000,