Skip to content

config

Configuration modules: models, sampling parameters, agent definitions, system prompts, and path constants.

Config

config.config

Config file for modifying several different components of Vector Companion's functionality. These components affect everything from the Audio, Video, Thinking and Language models to enabling/disabling search or mute.

You can also modify which agents to add or remove from the script.

get_db_client()

Lazy-init ChromaDB persistent client. Defers import until first access.

Paths

config.paths

Export Config

config.export_config

export_to_json()

Serialise all public, non‑callable attributes from config/config.py into config/config.json. Private names (starting with an underscore) and callables are ignored. The resulting JSON can be read by external tooling or the Tauri frontend.