135 lines
2.7 KiB
JSON
135 lines
2.7 KiB
JSON
{
|
|||
|
|
"outbox_columns": [
|
||
|
|
"id",
|
||
|
|
"event_id",
|
||
|
|
"event_type",
|
||
|
|
"aggregate_type",
|
||
|
|
"aggregate_id",
|
||
|
|
"trace_id",
|
||
|
|
"payload",
|
||
|
|
"status",
|
||
|
|
"retry_count",
|
||
|
|
"next_retry_at",
|
||
|
|
"last_error",
|
||
|
|
"occurred_at",
|
||
|
|
"published_at",
|
||
|
|
"created_at",
|
||
|
|
"updated_at"
|
||
|
|
],
|
||
|
|
"agent_run_columns": [
|
||
|
|
"id",
|
||
|
|
"run_id",
|
||
|
|
"idempotency_id",
|
||
|
|
"session_id",
|
||
|
|
"user_id",
|
||
|
|
"agent_type",
|
||
|
|
"trace_id",
|
||
|
|
"request_message_id",
|
||
|
|
"result_message_id",
|
||
|
|
"status",
|
||
|
|
"attempt_count",
|
||
|
|
"worker_id",
|
||
|
|
"locked_until",
|
||
|
|
"error_code",
|
||
|
|
"result_version",
|
||
|
|
"cancel_requested_at",
|
||
|
|
"started_at",
|
||
|
|
"completed_at",
|
||
|
|
"created_at",
|
||
|
|
"updated_at"
|
||
|
|
],
|
||
|
|
"outbox_by_status": {
|
||
|
|
"dead": 373,
|
||
|
|
"failed": 3,
|
||
|
|
"pending": 347,
|
||
|
|
"published": 410
|
||
|
|
},
|
||
|
|
"agent_run_by_status": {
|
||
|
|
"failed": 21,
|
||
|
|
"succeeded": 184
|
||
|
|
},
|
||
|
|
"outbox_created_at_range": [
|
||
|
|
"2026-09-09 06:55:06.787006",
|
||
|
|
"2026-09-11 07:21:23.195457"
|
||
|
|
],
|
||
|
|
"outbox_total": 1133,
|
||
|
|
"agent_run_total": 205,
|
||
|
|
"outbox_by_event_type_status": [
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_requested",
|
||
|
|
"status": "dead",
|
||
|
|
"count": 373
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_requested",
|
||
|
|
"status": "pending",
|
||
|
|
"count": 132
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_requested",
|
||
|
|
"status": "published",
|
||
|
|
"count": 130
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_completed",
|
||
|
|
"status": "published",
|
||
|
|
"count": 118
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "memory.extraction_requested",
|
||
|
|
"status": "published",
|
||
|
|
"count": 106
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "profile.rebuild_requested",
|
||
|
|
"status": "pending",
|
||
|
|
"count": 76
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_completed",
|
||
|
|
"status": "pending",
|
||
|
|
"count": 66
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "memory.extraction_requested",
|
||
|
|
"status": "pending",
|
||
|
|
"count": 60
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "config.cache_invalidate_requested",
|
||
|
|
"status": "published",
|
||
|
|
"count": 42
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "profile.rebuild_requested",
|
||
|
|
"status": "published",
|
||
|
|
"count": 13
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "config.cache_invalidate_requested",
|
||
|
|
"status": "pending",
|
||
|
|
"count": 13
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "agent.run_requested",
|
||
|
|
"status": "failed",
|
||
|
|
"count": 3
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"event_type": "memory.invalidated",
|
||
|
|
"status": "published",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dead_last_errors": [
|
||
|
|
{
|
||
|
|
"last_error": "ValueError",
|
||
|
|
"count": 372
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"last_error": "no handler registered",
|
||
|
|
"count": 1
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"episode_probe_error": "ImportError: cannot import name 'MemoryEpisode' from 'app.model.memory' (C:\\Users\\Windows\\Desktop\\项目代码\\app\\model\\memory.py)"
|
||
|
|
}
|