AgentSkillsCN

agentuity-cli-cloud-eval-get

获取特定评估的详细信息。需进行身份验证。可用于 Agentuity 云平台的运维操作。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-eval-get
description: Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<eval_id>"
metadata:
  command: "agentuity cloud eval get"
  tags: "read-only fast requires-auth"

Cloud Eval Get

Get details about a specific eval

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity cloud eval get <eval_id>

Arguments

ArgumentTypeRequiredDescription
<eval_id>stringYes-

Examples

Get an eval by ID:

bash
bunx @agentuity/cli cloud eval get eval_abc123xyz

Output

Returns JSON object:

json
{
  "id": "string",
  "name": "string",
  "identifier": "unknown",
  "agent_identifier": "string",
  "created_at": "string",
  "updated_at": "string",
  "project_id": "string",
  "org_id": "string",
  "description": "unknown",
  "devmode": "boolean"
}
FieldTypeDescription
idstringEval ID
namestringEval name
identifierunknownStable eval identifier
agent_identifierstringAgent identifier
created_atstringCreation timestamp
updated_atstringLast updated timestamp
project_idstringProject ID
org_idstringOrganization ID
descriptionunknownEval description
devmodebooleanWhether this is a devmode eval