Analyst Agent
The Analyst Agent is a focused structured-data agent for users who want scratchpad table tools without the full Chat Agent tool surface. It is useful for CSV-style rows, extracted records, and calculations that should be performed by SQL instead of mental arithmetic.Quick start
Tool surface
gaia analyze --list-tools shows the exact tools available in your installed version. The focused Analyst Agent exposes:
create_tablefor creating scratchpad tables.insert_datafor loading structured rows.query_datafor SQL calculations and filtering.list_tablesfor inspecting available tables.drop_tablefor removing scratchpad tables.
gaia browse for web research, or gaia chat when you need the broader mixed tool set.
Local model options
By default,gaia analyze uses the local Lemonade backend configured for GAIA. You can override the model or backend with the common agent flags:
data card with a model-size selector โ pick Lite (~4B) for shorter analysis tasks on lighter hardware, or Full for the default model. (The old data-lite registry ID still resolves to data on the lite tier for existing sessions.)