This commit is contained in:
2026-04-09 15:41:07 +03:00
parent 8fb76bb331
commit 6ccfe54e92
210 changed files with 16472 additions and 4199 deletions
@@ -0,0 +1,103 @@
# Runtime Trace: 20260408-130830-d398ef674b67
- active_rag_session_id: b0fed7d3-965b-4103-91b5-d398ef674b67
## request
```json
{
"request_id": "req_9ee1b7dae1cb4f8dbc81537e678734b8",
"session_id": "as_c1e2c54c04c4483da7f956fb94fedd3e",
"active_rag_session_id": "b0fed7d3-965b-4103-91b5-d398ef674b67",
"process_version": "v2",
"created_at": "2026-04-08T13:08:30.296355+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": "b0fed7d3-965b-4103-91b5-d398ef674b67"
}
```
## 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:08:32.914987+00:00"
}
```