Files
agent/runtime_traces/agent_requests/20260408-130754-c008300db553.md
T
2026-04-09 15:41:07 +03:00

104 lines
2.5 KiB
Markdown

# Runtime Trace: 20260408-130754-c008300db553
- active_rag_session_id: 273bb6f2-0921-412a-9c73-c008300db553
## request
```json
{
"request_id": "req_e2b3901d8fcd4b2f88ba2fd5e09e4073",
"session_id": "as_da9ab26d0dbe4ee2b6a2b392ff1ebdc9",
"active_rag_session_id": "273bb6f2-0921-412a-9c73-c008300db553",
"process_version": "v2",
"created_at": "2026-04-08T13:07:54.329187+00:00",
"message": "Напиши документацию по системной аналитике \n/Users/alex/Dev_projects_v2/apps/test_echo_app/_incoming/feature1.md"
}
```
## process.v2
```json
{
"event": "intent_routed",
"routing_domain": "DOCS",
"intent": "DOC_UPDATE",
"subintent": "FIND_FILES",
"normalized_query": "Напиши документацию по системной аналитике /Users/alex/Dev_projects_v2/apps/test_echo_app/_incoming/feature1.md",
"target_terms": [],
"anchors": {
"entity_names": [
"Users",
"Dev_projects_v2"
],
"file_names": [
"/users/alex/dev_projects_v2/apps/test_echo_app/_incoming/feature1.md"
],
"endpoint_paths": [],
"target_doc_hints": [],
"matched_aliases": [],
"process_domain": null,
"process_subdomain": null,
"scope_type": "unknown",
"candidate_domains": [],
"candidate_subdomains": [],
"candidate_entities": [],
"candidate_apis": [],
"signal_types": [
"DOMAIN_ENTITY",
"FIND_FILES"
]
},
"confidence": 0.8,
"routing_mode": "llm_default",
"llm_router_used": true,
"reason_short": "Запрос явно указывает на обновление документации по системной аналитике из конкретного файла feature1.md.",
"rag_session_id": "273bb6f2-0921-412a-9c73-c008300db553"
}
```
## process.v2.pipeline
```json
{
"event": "router_resolved",
"domain": "DOCS",
"intent": "DOC_UPDATE",
"subintent": "FIND_FILES",
"confidence": 0.8
}
```
## process.v2.pipeline
```json
{
"event": "anchors_extracted",
"signal_types": [
"DOMAIN_ENTITY",
"FIND_FILES"
],
"endpoint_paths": [],
"target_doc_hints": [],
"matched_aliases": [],
"target_terms": []
}
```
## process.v2.pipeline
```json
{
"event": "alias_resolution",
"resolved_aliases": [],
"target_doc_hints": []
}
```
## result
```json
{
"status": "error",
"error": {
"code": "api_runtime_error",
"desc": "Agent request failed unexpectedly.",
"module": "agent"
},
"completed_at": "2026-04-08T13:07:57.414809+00:00"
}
```