Render Configuration: - render.yaml for declarative deployment - requirements-dashboard.txt (lightweight deps for cloud) - Updated .streamlit/config.toml for production - Updated app.py to auto-detect production vs local data Production Data: - Added data/production/test-07/ with 30 real call analyses - Updated .gitignore to allow data/production/ Documentation: - Added Render.com section to DEPLOYMENT.md with step-by-step guide Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
35 lines
950 B
JSON
35 lines
950 B
JSON
{
|
|
"call_id": "10122025_0082038C3CFBF99B",
|
|
"events": [
|
|
{
|
|
"event_type": "HOLD_START",
|
|
"start_time": 112.17,
|
|
"end_time": null,
|
|
"duration_sec": null,
|
|
"metadata": {
|
|
"trigger_text": "Claro, momento, por supuesto. Permítame un momento. Bueno, por contestar la tarifa libre para esta f"
|
|
},
|
|
"source": "observed"
|
|
}
|
|
],
|
|
"turn_metrics": {
|
|
"total_turns": 54,
|
|
"agent_turns": 27,
|
|
"customer_turns": 27,
|
|
"agent_talk_ratio": 0.547131421744325,
|
|
"customer_talk_ratio": 0.3997861409796899,
|
|
"silence_ratio": 0.040442054958183773,
|
|
"interruption_count": 0,
|
|
"avg_turn_duration_sec": 15.520176470588245,
|
|
"source": "observed"
|
|
},
|
|
"hold_count": 1,
|
|
"total_hold_duration_sec": 0.0,
|
|
"transfer_count": 0,
|
|
"silence_count": 0,
|
|
"interruption_count": 0,
|
|
"audio_duration_sec": 837.0,
|
|
"language": "es",
|
|
"speaker_count": 2,
|
|
"created_at": "2026-01-19T13:39:12.829330"
|
|
} |