mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 12:40:33 +00:00
feat: add _model_config plugin with call-time model resolution
This commit is contained in:
parent
6d067a12d0
commit
d570c629c2
19 changed files with 793 additions and 207 deletions
9
plugins/_model_config/plugin.yaml
Normal file
9
plugins/_model_config/plugin.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name: _model_config
|
||||
title: Model Configuration
|
||||
description: Manages LLM model selection and configuration for chat, utility, and embedding models. Supports per-project and per-agent overrides with optional per-chat model switching.
|
||||
version: 1.0.0
|
||||
always_enabled: true
|
||||
settings_sections:
|
||||
- agent
|
||||
per_project_config: true
|
||||
per_agent_config: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue