Documentation
¶
Overview ¶
Command inspect-grounding dumps every agent_eventlog row whose author starts with "gemini/" from a SQLite eventlog database. Used by dev/smoke/03-vertex-grounding.sh to assert the GoogleSearch grounding projection landed rows in the eventlog, without depending on the sqlite3 CLI being on PATH.
go run ./dev/smoke/cmd/inspect-grounding /tmp/smoke.db
Output is one line per matching row, suitable for grep / wc -l from a shell script.
Click to show internal directories.
Click to hide internal directories.