router: remove qwen2.5 profile and pin monitor to local qwen3
This commit is contained in:
@@ -71,16 +71,6 @@ llm_profiles:
|
||||
timeout_ms: 60000
|
||||
description: "Vision qwen3 для EONARCH/Helion"
|
||||
|
||||
qwen2_5_3b_service:
|
||||
provider: ollama
|
||||
base_url: http://172.17.0.1:11434
|
||||
model: qwen2.5:3b-instruct-q4_K_M
|
||||
max_tokens: 768
|
||||
temperature: 0.2
|
||||
top_p: 0.85
|
||||
timeout_ms: 20000
|
||||
description: "Легка qwen2.5 3B для службових повідомлень та monitor ботів"
|
||||
|
||||
mistral_community_7b:
|
||||
provider: ollama
|
||||
base_url: http://172.17.0.1:11434
|
||||
@@ -416,7 +406,7 @@ agents:
|
||||
|
||||
monitor:
|
||||
description: "Monitor Agent - архітектор-інспектор DAGI"
|
||||
default_llm: qwen2_5_3b_service
|
||||
default_llm: local_qwen3_8b
|
||||
system_prompt: |
|
||||
Ти - Monitor Agent, стежиш за нодами, сервісами, агентами.
|
||||
Якщо бачиш у чаті інших ботів, відповідай тільки за інфраструктурою або прямим тегом.
|
||||
@@ -660,7 +650,7 @@ routing:
|
||||
priority: 5
|
||||
when:
|
||||
agent: monitor
|
||||
use_llm: qwen2_5_3b_service
|
||||
use_llm: local_qwen3_8b
|
||||
use_context_prompt: true
|
||||
description: "Моніторинг інфраструктури"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user