2.5 KiB
2.5 KiB
Request Trace: req_6556fd999c2548e58071a1d1518e35cb
- session_id: as_a4d91e7eca7547e0a37dc4dc6492cf9b
- active_rag_session_id: aa7d907e-2a76-4bf7-99dc-5a400a417f8c
- process_version: v2
- created_at: 2026-03-26T20:30:43.129032+00:00
User Message
Какие методы есть в API?
Step bootstrap
{
"status": "started",
"details": {}
}
Event status
{
"source": "orchestrator",
"text": "Запрос принят и поставлен в обработку.",
"payload": {},
"created_at": "2026-03-26T20:30:43.130630+00:00"
}
Event status
{
"source": "orchestrator",
"text": "Запускаю процесс обработки v1.",
"payload": {
"process_version": "v2"
},
"created_at": "2026-03-26T20:30:43.130808+00:00"
}
Step bootstrap
{
"status": "completed",
"details": {}
}
Step intent_router
{
"status": "started",
"details": {}
}
Event status
{
"source": "intent_router",
"text": "Маршрутизирую запрос и определяю целевой workflow.",
"payload": {},
"created_at": "2026-03-26T20:30:43.131176+00:00"
}
Event status
{
"source": "intent_router",
"text": "Маршрут выбран: DOCUMENTATION_EXPLAIN / API_METHOD_EXPLAIN.",
"payload": {
"intent": "DOCUMENTATION_EXPLAIN",
"sub_intent": "API_METHOD_EXPLAIN",
"matched_intent_source": "deterministic"
},
"created_at": "2026-03-26T20:30:43.134624+00:00"
}
Step intent_router
{
"status": "completed",
"details": {
"intent": "DOCUMENTATION_EXPLAIN",
"sub_intent": "API_METHOD_EXPLAIN",
"matched_intent_source": "deterministic"
}
}
Step workflow_documentation_explain
{
"status": "started",
"details": {}
}
Event status
{
"source": "task_workflow",
"text": "Запускаю workflow docs_qa.",
"payload": {
"intent": "DOCUMENTATION_EXPLAIN",
"sub_intent": "API_METHOD_EXPLAIN"
},
"created_at": "2026-03-26T20:30:43.134934+00:00"
}
Error
{
"status": "error",
"error": {
"code": "agent_api_runtime_error",
"desc": "Agent request failed unexpectedly.",
"module": "agent"
},
"completed_at": "2026-03-26T20:30:50.387415+00:00"
}
Event status
{
"source": "orchestrator",
"text": "Во время обработки запроса произошла ошибка.",
"payload": {
"code": "agent_api_runtime_error"
},
"created_at": "2026-03-26T20:30:50.388003+00:00"
}