UI 에이전트를 통한 로깅
- 최종 업데이트2026/03/25
UI 에이전트는 에이전트의 로그를 지원합니다.
로깅
UI 에이전트의 실행 작업에서 출력 파일 경로 속성을 구성하여 출력 로그를 저장하십시오.
로그 파일에는 다음 데이터가 포함되어 있습니다.
- 메타데이터: 주어진 실행에서 토큰, 경과 시간, 에이전트 실행 상태를 표시합니다.
- 추적: 주어진 실행에서 에이전트가 수행한 작업을 나열합니다.
- 출력: 주어진 실행에서 에이전트의 응답 또는 출력이 포함되어 있습니다.
다음 샘플 로그를 참조하십시오.
{
"metadata": {
"inputTokens": 0,
"outputTokens": 0,
"totalTokens": 0,
"timeInMs": 93151.54027938843,
"numSteps": 0,
"statusCode": 200,
"statusMessage": "SUCCESS",
"message": "Success."
},
"trace": [],
"output": "Contact Us form has been filled (not submitted):\n- First Name: John\n- Last Name: Smith\n- Business Email: john.smith@mycompany.com\n- Phone: 888888888\n- Company: MyCompany Inc\n- Number of Employees: 3001 to 5000\n- Job Level: Other\n- Job Function: Sales\n- Country/Region: United States\n- State: California"
}