nwhitehouse wires Mike into the public US legal corpus
A new search tool lets the assistant pull live citations from four open federal sources - but only when the user explicitly turns them on.
nwhitehouse has added a legal research tool that fans out across CourtListener (federal and state case law), GovInfo (official US government documents), the Federal Register (daily rulemakings), and the eCFR (the live Code of Federal Regulations). Queries hit all four in parallel with a strict per-source timeout, so a slow API doesn't stall the whole answer, and missing API keys degrade gracefully rather than breaking the chat.
The interesting design choice is the hard gate: the tool literally isn't offered to the model unless the user has ticked a source in the chat input. Even if the model tries to widen the net mid-call, the backend clamps it back to what the user selected. The UI lives in a new Files and Sources picker built to absorb future sections like a knowledge base, integrations, or EU and UK law without a rewrite.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?