nwhitehouse gives every agent turn a paper trail
Mike's agent now keeps a structured record of what it did on each turn - built so the log never becomes a second pile of sensitive data.
Until now, the only way to see how the agent worked through a request was to dig through raw server logs. nwhitehouse replaces that with a proper record: each turn writes structured entries marking when it started, how quickly the model began responding, which tools it reached for, and whether those calls succeeded or failed.
The deliberate choice is what it leaves out. The record holds only metadata - tool names, timings, error codes, step counts - and never the user's prompts or the contents of documents, which already live with the chat itself. That keeps the trail cheap to query and avoids duplicating sensitive material into a new place it could leak from. Access to the trail follows the same rules as access to the chat it belongs to.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?