Examples#

Complete, annotated configuration examples for common use cases.

Example

Description

Config base

Minimal Shallow Only

Simplest setup — shallow research with web search

Custom minimal

Full Pipeline – LlamaIndex

Complete local setup with LlamaIndex + ChromaDB

config_web_default_llamaindex.yml

Full Pipeline – Foundational RAG

Complete production setup with hosted RAG

config_web_frag.yml

CLI with Local NIMs

Interactive CLI mode with self-hosted NIM models

config_cli_default.yml

Hybrid Frontier Model

NIM for shallow + frontier model for deep research

Custom hybrid