error reporting fixes
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user