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,15 @@
schema_version = 1
extends = "LM Studio Base Responses"
name = "LM Studio Compression"
description = "Local LM Studio — conversation summarization via the Responses API. Carries the summary system prompt; no tools. Gemma 4 12B by default; set 'model' to the loaded model's identifier."
model = "google/gemma-4-12b"
enable_tools = false
tags = ["compression", "lmstudio", "responses", "local"]
system_prompt = """{{ read_file(":/tasks/chat-compressor.md") }}"""
[body]
max_output_tokens = 16000
temperature = 0.3