ййй
This commit is contained in:
@@ -0,0 +1,130 @@
|
||||
# Request Trace: req_18f4de6d677946739b66c533a2f95b95
|
||||
|
||||
- session_id: as_c1a11b6a3e3e4138acbfd7848e784ef2
|
||||
- active_rag_session_id: 1d011692-a2a1-4a7d-af17-dc35ac7e158b
|
||||
- process_version: v1
|
||||
- created_at: 2026-03-26T19:23:38.293838+00:00
|
||||
|
||||
## User Message
|
||||
Ты здесь?
|
||||
|
||||
## Step bootstrap
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Запрос принят и поставлен в обработку.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T19:23:38.297116+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Запускаю процесс обработки v1.",
|
||||
"payload": {
|
||||
"process_version": "v1"
|
||||
},
|
||||
"created_at": "2026-03-26T19:23:38.297199+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Step bootstrap
|
||||
```json
|
||||
{
|
||||
"status": "completed",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Step run_llm
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "llm_process",
|
||||
"text": "Отправляю запрос пользователя в LLM.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T19:23:38.297331+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "llm_process",
|
||||
"text": "Ответ от LLM получен.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T19:23:39.473901+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Step run_llm
|
||||
```json
|
||||
{
|
||||
"status": "completed",
|
||||
"details": {
|
||||
"answer_length": 26
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Step finalize
|
||||
```json
|
||||
{
|
||||
"status": "started",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Event user
|
||||
```json
|
||||
{
|
||||
"source": "agent",
|
||||
"text": "Да, я здесь! Чем займёмся?",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T19:23:39.475294+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Event status
|
||||
```json
|
||||
{
|
||||
"source": "orchestrator",
|
||||
"text": "Обработка запроса завершена.",
|
||||
"payload": {},
|
||||
"created_at": "2026-03-26T19:23:39.475469+00:00"
|
||||
}
|
||||
```
|
||||
|
||||
## Step finalize
|
||||
```json
|
||||
{
|
||||
"status": "completed",
|
||||
"details": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Result
|
||||
```json
|
||||
{
|
||||
"status": "done",
|
||||
"answer": "Да, я здесь! Чем займёмся?",
|
||||
"completed_at": "2026-03-26T19:23:39.475706+00:00"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user