Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 19:35
· 50 commits to main since this release

Per-agent model selection for the three MAGI perspectives (Melchior / Balthasar /
Caspar). Additive and backward-compatible — the Provider trait, the agent loop,
config discovery, the consult tool, MagiCoreProviderAdapter, and encrypted
memory are unchanged; with no [magi] configuration the behavior is identical to
v0.4.0.

Added

  • Per-agent MAGI model selection via magi.toml [magi] section and
    MAGI_MODEL_{MELCHIOR,BALTHASAR,CASPAR} env vars. Opt-in; absent = all three
    perspectives share the principal model (backward compatible). Overrides reuse
    the principal backend's endpoint/key and vary only the model — true
    cross-family lineage diversity requires an Ollama-style multi-family endpoint.

Full Changelog: v0.4.0...v0.5.0