Reference
Config Schema
Every key accepted by ~/.iris/config.toml.
[agent]
name : string
default_model : string
system_prompt : string?
[memory]
backend : "sqlite" | "postgres" | "qdrant"
path : string?
url : string?
[sandbox]
backend : "local" | "docker" | "ssh" | "singularity" | "modal"
image : string?
mounts : string[]?
network : "none" | "host" | "bridge"
[[channels]]
type : "telegram" | "discord" | "slack" | "whatsapp" | "email" | "cli"
# ...channel-specific fields