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.
Browser Agent
The Browser Agent is a focused web-research agent for users who want GAIA’s browser tools without the full Chat Agent tool surface. It can search the web, fetch readable page text, and download files through the same path validation and web-client limits used by the broader agent stack.Quick start
Tool surface
gaia browse --list-tools shows the exact tools available in your installed version. The focused Browser Agent exposes:
search_webfor web search.fetch_pagefor extracting readable page text.download_filefor saving a user-requested URL locally.
gaia analyze for structured data work, or gaia chat when you need the broader mixed tool set.
Local model options
By default,gaia browse uses the local Lemonade backend configured for GAIA. You can override the model or backend with the common agent flags:
web and web-lite; web-lite uses GAIA’s lightweight local model profile for shorter browser tasks.