Documentation Index
Fetch the complete documentation index at: https://amd-gaia.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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 and data-lite; data-lite uses GAIA’s lightweight local model profile for shorter analysis tasks.