Skip to content

agent.configure_startup_banner

agent.configure_startup_banner(settings)

Set the startup-banner policy. The last call wins.

Parameters

  • settings: {show_banner: boolean?, banner_font: string?, banner_gradients: {[integer]: {[integer]: string}}?}
    • show_banner — Whether to show the banner at startup. Defaults to true.
    • banner_font — Which bundled FIGlet font to use, by name ("ANSI Regular", "1Row", "Cybermedium"), or a path to a .flf file to load when the name doesn't match a bundled font. Defaults to the bundled "ANSI Regular".
    • banner_gradients — Gradients to pick from at random when rendering the banner; each is a list of colors — one is a solid fill, two are a start/end gradient, three or more add intermediate stops. Empty (the default) uses a built-in curated synthwave palette.