Examine a Nomos chat session, compare the user's objective with the actual outcome, identify causes of failure (missing tools, excessive tool calls, blocked actions, model behavior), and propose concrete fixes.
reversible_low
session_id
Session review
Analyze Nomos chat sessions from the live database, diff objectives
against outcomes, and propose fixes.
1. Retrieve session data
# List recent sessions
curl -s http://localhost:8092/sessions | jq '.sessions[:5]'# Fetch one session with messages
curl -s http://localhost:8092/sessions/{session_id}| jq .