added proper logging to the mcp agent mode

This commit is contained in:
Luxferre
2026-03-22 12:46:02 +02:00
parent 3a6aa7a8fc
commit 7647be8bf6
3 changed files with 27 additions and 5 deletions
+4 -4
View File
@@ -37,7 +37,7 @@ port = 8080
model_id = "default"
enable_shell_exec = true
streaming = false
log_intermediate = false
log_intermediate = true
system_prompt = "You are the Lead Architect. You oversee the software development lifecycle, plan features, and delegate implementation to specialized subagents."
description = "Lead Architect and project coordinator"
max_iterations = 15
@@ -54,7 +54,7 @@ port = 8080
model_id = "default"
enable_shell_exec = true
streaming = false
log_intermediate = false
log_intermediate = true
system_prompt = "You are a Senior Software Engineer specializing in implementation. Your goal is to write clean, efficient, and well-documented code based on the architect's instructions."
description = "Senior Developer focused on implementation and refactoring"
max_iterations = 10
@@ -69,7 +69,7 @@ port = 8080
role = "SPECIALIST"
model_id = "fast"
streaming = false
log_intermediate = 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."
description = "Code Reviewer and Quality Assurance specialist"
max_iterations = 8
@@ -85,7 +85,7 @@ port = 8080
model_id = "fast"
enable_shell_exec = true
streaming = false
log_intermediate = false
log_intermediate = true
system_prompt = "You are a Test Engineer. Your primary responsibility is to write and execute tests to ensure software reliability and correctness."
description = "Test Engineer focused on automated testing and verification"
max_iterations = 10