Gadoes turns on the lights for outside tool calls
When the AI reaches out to external sources, every call now gets logged - and there's an admin page to see it all.
When a legal-AI assistant calls out to external tools or data sources, things can go wrong quietly - a source might throttle requests, return junk, or just fail with no one noticing. Gadoes' fork now records every one of those calls into a dedicated log, and surfaces the aggregated picture through an admin-only dashboard.
It's a small, contained piece of work - one new table, one backend endpoint, one admin page - but it hands whoever is running the system a way to actually watch what's happening when the AI is talking to the outside world. The dashboard rides on an existing admin flag, so anyone copying this in will want to think about who counts as an administrator before flipping it on.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?