error reporting fixes

This commit is contained in:
Luxferre
2026-03-23 17:10:03 +02:00
parent 5b173095f1
commit 605c8419ec
4 changed files with 102 additions and 9 deletions
+4 -4
View File
@@ -49,7 +49,7 @@ port = 8080
[agents]
[agents.coordinator]
role = "COORDINATOR"
model_id = "local"
model_id = "default"
enable_shell_exec = true
streaming = false
log_intermediate = true
@@ -66,7 +66,7 @@ port = 8080
[agents.coder]
role = "SPECIALIST"
model_id = "local"
model_id = "default"
enable_shell_exec = true
streaming = false
log_intermediate = true
@@ -82,7 +82,7 @@ port = 8080
[agents.reviewer]
role = "SPECIALIST"
model_id = "local"
model_id = "fast"
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."
@@ -97,7 +97,7 @@ port = 8080
[agents.tester]
role = "SPECIALIST"
model_id = "local"
model_id = "fast"
enable_shell_exec = true
streaming = false
log_intermediate = true