ййй
This commit is contained in:
@@ -0,0 +1,137 @@
|
||||
# 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
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Запрос принят и поставлен в обработку.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T20:30:43.130630+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Запускаю процесс обработки v1.",
|
||||
"payload": {
|
||||
"process_version": "v2"
|
||||
},
|
||||
"created_at": "2026-03-26T20:30:43.130808+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Step bootstrap
|
||||
```json
|
||||
{
|
||||
"status": "completed",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Step intent_router
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "intent_router",
|
||||
"text": "Маршрутизирую запрос и определяю целевой workflow.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T20:30:43.131176+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"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
|
||||
```json
|
||||
{
|
||||
"status": "completed",
|
||||
"details": {
|
||||
"intent": "DOCUMENTATION_EXPLAIN",
|
||||
"sub_intent": "API_METHOD_EXPLAIN",
|
||||
"matched_intent_source": "deterministic"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Step workflow_documentation_explain
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"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
|
||||
```json
|
||||
{
|
||||
"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
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Во время обработки запроса произошла ошибка.",
|
||||
"payload": {
|
||||
"code": "agent_api_runtime_error"
|
||||
},
|
||||
"created_at": "2026-03-26T20:30:50.388003+00:00"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user