implemented /clear and Ctrl+D and thinking

This commit is contained in:
Luxferre
2026-03-22 17:16:58 +02:00
parent 10fa5def68
commit 359afa64f4
5 changed files with 43 additions and 14 deletions
+14 -4
View File
@@ -21,6 +21,16 @@ port = 8080
max_tokens = 4096
timeout_secs = 360
[models.ollama]
# model_id = "Jackrong/Qwen3.5-2B-Claude-4.6-Opus-Reasoning-Distilled-GGUF:Q4_K_M"
model_id = "LiquidAI/LFM2.5-1.2B-Thinking-GGUF:Q4_K_M"
endpoint = "http://127.0.0.1:8080/v1"
api_key = ""
temperature = 0.6
max_tokens = 4096
timeout_secs = 600
[mcp_servers]
[mcp_servers.context7]
transport = "http"
@@ -33,7 +43,7 @@ port = 8080
[agents]
[agents.coordinator]
role = "COORDINATOR"
model_id = "default"
model_id = "ollama"
enable_shell_exec = true
streaming = false
log_intermediate = true
@@ -50,7 +60,7 @@ port = 8080
[agents.coder]
role = "SPECIALIST"
model_id = "default"
model_id = "ollama"
enable_shell_exec = true
streaming = false
log_intermediate = true
@@ -66,7 +76,7 @@ port = 8080
[agents.reviewer]
role = "SPECIALIST"
model_id = "fast"
model_id = "ollama"
streaming = false
log_intermediate = true
system_prompt = "You are a Quality Assurance Specialist and Code Reviewer. Your role is to analyze code for potential bugs, security vulnerabilities, and style violations."
@@ -81,7 +91,7 @@ port = 8080
[agents.tester]
role = "SPECIALIST"
model_id = "fast"
model_id = "ollama"
enable_shell_exec = true
streaming = false
log_intermediate = true