feat: Improve agents config

This commit is contained in:
Petr Mironychev
2026-06-29 23:12:44 +02:00
parent 080947c0dc
commit 2a3fd4f5be
26 changed files with 274 additions and 15 deletions

View File

@@ -0,0 +1,16 @@
schema_version = 1
extends = "Google Base Chat"
name = "Google Compression"
description = "Google Gemini 3.1 Flash-Lite — fast, low-cost conversation summarization. Carries the summary system prompt; no tools, thinking disabled (thinkingBudget=0)."
model = "gemini-3.1-flash-lite"
enable_tools = false
tags = ["compression", "gemini", "google", "cloud"]
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
[body.generationConfig]
maxOutputTokens = 16000
temperature = 0.3
thinkingConfig = { thinkingBudget = 0 }